01K6NTN6PXWQEC35FKCVRH8BTJ: 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: 01K6NTNG7R1Q4JDSYC22GRJSBW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-10-03T20:02:24.733Zjob assigned to worker 01K6NTNH0NESRBKF92VR43B8JN [factory gimlet-EVT22200007-propolis, EVT22200007/43707] (queued for 26 s)
 
22025-10-03T20:02:34.374Zstarting task 0: "setup"
32025-10-03T20:02:34.399Z++ uname -s
42025-10-03T20:02:34.399Z+ kern=SunOS
52025-10-03T20:02:34.399Z+ build_user=build
62025-10-03T20:02:34.399Z+ build_uid=12345
72025-10-03T20:02:34.399Z+ work_dir=/work
82025-10-03T20:02:34.399Z+ input_dir=/input
92025-10-03T20:02:34.399Z+ [[ 0 == 12345 ]]
102025-10-03T20:02:34.399Z+ case "$kern" in
112025-10-03T20:02:34.399Z+ groupadd -g 12345 build
122025-10-03T20:02:34.399Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-10-03T20:02:36.400Z+ zfs create -o mountpoint=/work rpool/work
142025-10-03T20:02:36.441Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-10-03T20:02:36.466Z+ home_fs=zfs
162025-10-03T20:02:36.466Z+ [[ zfs == autofs ]]
172025-10-03T20:02:36.466Z+ mkdir -p /home/build
182025-10-03T20:02:36.466Z+ chown build:build /home/build /work
192025-10-03T20:02:38.449Z+ chmod 0700 /home/build /work
202025-10-03T20:02:38.474Zprocess exited: duration 4083 ms, exit code 0
 
212025-10-03T20:02:38.523Zstarting task 1: "rust-toolchain"
222025-10-03T20:02:38.548Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-10-03T20:02:38.548Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-10-03T20:02:38.548Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-10-03T20:02:38.548Z * rust toolchain channel = "1.89.0"
262025-10-03T20:02:38.548Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-10-03T20:02:38.548Z * rust toolchain profile = "default"
282025-10-03T20:02:38.548Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-10-03T20:02:38.548Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-10-03T20:02:38.702Zinfo: downloading installer
312025-10-03T20:02:39.187Zwarn: It looks like you have an existing installation of Rust at:
322025-10-03T20:02:39.187Zwarn: /opt/ooce/bin
332025-10-03T20:02:39.187Zwarn: It is recommended that rustup be the primary Rust installation.
342025-10-03T20:02:39.187Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-10-03T20:02:39.187Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-10-03T20:02:39.187Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-10-03T20:02:39.187Zwarn: or pass `-y' to ignore all ignorable checks.
382025-10-03T20:02:39.187Zerror: cannot install while Rust is installed
392025-10-03T20:02:39.187Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-10-03T20:02:39.212Zinfo: profile set to 'default'
412025-10-03T20:02:39.212Zinfo: default host triple is x86_64-unknown-illumos
422025-10-03T20:02:39.212Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-10-03T20:02:39.349Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-10-03T20:02:39.349Zinfo: downloading component 'cargo'
452025-10-03T20:02:39.514Zinfo: downloading component 'clippy'
462025-10-03T20:02:39.584Zinfo: downloading component 'rust-docs'
472025-10-03T20:02:39.849Zinfo: downloading component 'rust-std'
482025-10-03T20:02:40.169Zinfo: downloading component 'rustc'
492025-10-03T20:02:41.759Zinfo: downloading component 'rustfmt'
502025-10-03T20:02:41.869Zinfo: installing component 'cargo'
512025-10-03T20:02:43.230Zinfo: installing component 'clippy'
522025-10-03T20:02:43.745Zinfo: installing component 'rust-docs'
532025-10-03T20:02:47.177Zinfo: installing component 'rust-std'
542025-10-03T20:02:49.753Zinfo: installing component 'rustc'
552025-10-03T20:02:58.638Zinfo: installing component 'rustfmt'
562025-10-03T20:02:59.076Z
572025-10-03T20:02:59.076Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
582025-10-03T20:02:59.286Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-10-03T20:02:59.286Z
602025-10-03T20:02:59.286Z
612025-10-03T20:02:59.286ZRust is installed now. Great!
622025-10-03T20:02:59.286Z
632025-10-03T20:02:59.286ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-10-03T20:02:59.286Zenvironment variable. This has not been done automatically.
652025-10-03T20:02:59.286Z
662025-10-03T20:02:59.286ZTo configure your current shell, you need to source
672025-10-03T20:02:59.286Zthe corresponding env file under $HOME/.cargo.
682025-10-03T20:02:59.286Z
692025-10-03T20:02:59.286ZThis is usually done by running one of the following (note the leading DOT):
702025-10-03T20:02:59.286Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-10-03T20:02:59.286Zsource "$HOME/.cargo/env.fish" # For fish
722025-10-03T20:02:59.286Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-10-03T20:02:59.408Z+ rustup --version
742025-10-03T20:02:59.433Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-10-03T20:02:59.433Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-10-03T20:02:59.582Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-10-03T20:02:59.606Z+ cargo --version
782025-10-03T20:02:59.716Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-10-03T20:02:59.741Z+ rustc --version
802025-10-03T20:02:59.861Zrustc 1.89.0 (29483883e 2025-08-04)
812025-10-03T20:02:59.886Zprocess exited: duration 21347 ms, exit code 0
 
822025-10-03T20:02:59.935Zstarting task 2: "authentication"
832025-10-03T20:02:59.995Zprocess exited: duration 59 ms, exit code 0
 
842025-10-03T20:03:00.048Zstarting task 3: "clone repository"
852025-10-03T20:03:00.073Z+ mkdir -p /work/oxidecomputer/omicron
862025-10-03T20:03:00.073Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-10-03T20:03:00.098ZCloning into '/work/oxidecomputer/omicron'...
882025-10-03T20:03:10.050Z+ cd /work/oxidecomputer/omicron
892025-10-03T20:03:10.075Z+ git fetch origin c0a340c061c47294dcde5f1664d4cd4aedbed456
902025-10-03T20:03:10.604ZFrom https://github.com/oxidecomputer/omicron
912025-10-03T20:03:10.604Z * branch c0a340c061c47294dcde5f1664d4cd4aedbed456 -> FETCH_HEAD
922025-10-03T20:03:10.628Z+ [[ -n nexus-generation-bump-test ]]
932025-10-03T20:03:10.628Z++ git branch --show-current
942025-10-03T20:03:10.628Z+ current=main
952025-10-03T20:03:10.628Z+ [[ main != nexus-generation-bump-test ]]
962025-10-03T20:03:10.629Z+ git branch -f nexus-generation-bump-test c0a340c061c47294dcde5f1664d4cd4aedbed456
972025-10-03T20:03:10.653Z+ git checkout -f nexus-generation-bump-test
982025-10-03T20:03:11.042ZSwitched to branch 'nexus-generation-bump-test'
992025-10-03T20:03:11.067Z+ git reset --hard c0a340c061c47294dcde5f1664d4cd4aedbed456
1002025-10-03T20:03:11.129ZHEAD is now at c0a340c06 review feedback
1012025-10-03T20:03:11.153Zprocess exited: duration 11088 ms, exit code 0
 
1022025-10-03T20:03:11.204Zstarting task 4: "build"
1032025-10-03T20:03:11.229Z+ source ./env.sh
1042025-10-03T20:03:11.229Z++ OLD_SHELL_OPTS=ehxB
1052025-10-03T20:03:11.229Z++ set -o xtrace
1062025-10-03T20:03:11.229Z++++ dirname ./env.sh
1072025-10-03T20:03:11.229Z+++ readlink -f .
1082025-10-03T20:03:11.229Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-10-03T20:03:11.229Z++ 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-10-03T20:03:11.229Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-10-03T20:03:11.229Z++ 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-10-03T20:03:11.229Z++ 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-10-03T20:03:11.229Z++ 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-10-03T20:03:11.229Z++ 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-10-03T20:03:11.229Z++ 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-10-03T20:03:11.229Z++ 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-10-03T20:03:11.229Z++ case $OLD_SHELL_OPTS in
1182025-10-03T20:03:11.229Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-10-03T20:03:11.229Z+ source .github/buildomat/ci-env.sh
1202025-10-03T20:03:11.254Z++ export CARGO_TERM_COLOR=always
1212025-10-03T20:03:11.254Z++ CARGO_TERM_COLOR=always
1222025-10-03T20:03:11.254Z+ target_os=illumos
1232025-10-03T20:03:11.254Z+ NEXTEST_VERSION=0.9.98
1242025-10-03T20:03:11.254Z+ cargo --version
1252025-10-03T20:03:11.326Zcargo 1.89.0 (c24e10642 2025-06-23)
1262025-10-03T20:03:11.351Z+ rustc --version
1272025-10-03T20:03:11.442Zrustc 1.89.0 (29483883e 2025-08-04)
1282025-10-03T20:03:11.467Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-10-03T20:03:11.467Z+ gunzip
1302025-10-03T20:03:11.467Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-10-03T20:03:12.289Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-10-03T20:03:12.317Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-10-03T20:03:12.317Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-10-03T20:03:12.317Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-10-03T20:03:12.317Z+ mkdir /var/tmp/omicron_tmp
1362025-10-03T20:03:12.317Z+ OUTPUT_DIR=/work
1372025-10-03T20:03:12.317Z+ echo 'tests will store non-ephemeral output in /work'
1382025-10-03T20:03:12.317Ztests will store non-ephemeral output in /work
1392025-10-03T20:03:12.317Z+ mkdir -p /work
1402025-10-03T20:03:12.317Z+ banner prerequisites
1412025-10-03T20:03:12.317Z
1422025-10-03T20:03:12.317Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-10-03T20:03:12.317Z # # # # # # # # # # # # # # #
1442025-10-03T20:03:12.317Z # # # # ##### # # ##### # # # # # #### #
1452025-10-03T20:03:12.317Z ##### ##### # ##### # # # # # # # # #
1462025-10-03T20:03:12.317Z # # # # # # # # # # # # # # #
1472025-10-03T20:03:12.317Z # # # ###### # # ###### ### # #### # #### #
1482025-10-03T20:03:12.317Z
1492025-10-03T20:03:12.317Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-10-03T20:03:29.830Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-10-03T20:03:42.517Z Startup: Caching catalogs ... Done
1522025-10-03T20:03:58.870ZPlanning: Solver setup ... Done (14.148s)
1532025-10-03T20:03:58.998ZPlanning: Running solver ... Done (0.128s)
1542025-10-03T20:03:59.109ZPlanning: Finding local manifests ... Done (0.002s)
1552025-10-03T20:03:59.190ZPlanning: Fetching manifests: 0/4 0% complete
1562025-10-03T20:03:59.636ZPlanning: Fetching manifests: 4/4 100% complete
1572025-10-03T20:03:59.720ZPlanning: Package planning ... Done (0.084s)
1582025-10-03T20:03:59.802ZPlanning: Merging actions ... Done (0.081s)
1592025-10-03T20:04:00.238ZPlanning: Checking for conflicting actions ... Done (0.436s)
1602025-10-03T20:04:00.263ZPlanning: Consolidating action changes ... Done (0.017s)
1612025-10-03T20:04:01.136ZPlanning: Evaluating mediators ... Done (0.880s)
1622025-10-03T20:04:01.161ZPlanning: Planning completed in 18.51 seconds
1632025-10-03T20:04:01.186Z Packages to install: 4
1642025-10-03T20:04:01.186Z Mediators to change: 2
1652025-10-03T20:04:01.186Z Services to change: 1
1662025-10-03T20:04:01.186Z Estimated space available: 154.99 GB
1672025-10-03T20:04:01.186ZEstimated space to be consumed: 1.74 GB
1682025-10-03T20:04:01.186Z Create boot environment: No
1692025-10-03T20:04:01.186ZCreate backup boot environment: No
1702025-10-03T20:04:01.186Z Rebuild boot archive: No
1712025-10-03T20:04:01.186Z
1722025-10-03T20:04:01.186ZChanged mediators:
1732025-10-03T20:04:01.186Z mediator clang:
1742025-10-03T20:04:01.186Z version: None -> 15 (system default)
1752025-10-03T20:04:01.186Z
1762025-10-03T20:04:01.186Z mediator llvm:
1772025-10-03T20:04:01.186Z version: 14 (system default) -> 15 (system default)
1782025-10-03T20:04:01.186Z
1792025-10-03T20:04:01.186ZChanged packages:
1802025-10-03T20:04:01.186Zhelios-dev
1812025-10-03T20:04:01.186Z developer/build-essential
1822025-10-03T20:04:01.186Z None -> 11-2.0
1832025-10-03T20:04:01.186Z library/libxmlsec1
1842025-10-03T20:04:01.186Z None -> 1.2.35-2.0
1852025-10-03T20:04:01.186Z ooce/developer/clang-15
1862025-10-03T20:04:01.187Z None -> 15.0.7-2.0
1872025-10-03T20:04:01.187Z ooce/developer/llvm-15
1882025-10-03T20:04:01.187Z None -> 15.0.7-2.0
1892025-10-03T20:04:01.187Z
1902025-10-03T20:04:01.187ZServices:
1912025-10-03T20:04:01.187Z restart_fmri:
1922025-10-03T20:04:01.187Z svc:/system/update-man-index:default
1932025-10-03T20:04:01.253Z
1942025-10-03T20:04:01.253ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-10-03T20:04:06.256ZDownload: 1353/3290 items 114.4/212.6MB 53% complete (23.1M/s)
1962025-10-03T20:04:11.256ZDownload: 3097/3290 items 122.2/212.6MB 57% complete (12.3M/s)
1972025-10-03T20:04:14.970ZDownload: Completed 212.60 MB in 13.72 seconds (15.5M/s)
1982025-10-03T20:04:15.229Z Actions: 1/3689 actions (Installing new actions)
1992025-10-03T20:04:20.250Z Actions: 2776/3689 actions (Installing new actions)
2002025-10-03T20:04:21.546Z Actions: Completed 3689 actions in 6.32 seconds.
2012025-10-03T20:04:22.206Z Done (0.653s)
2022025-10-03T20:04:22.206Z Done (0.000s)
2032025-10-03T20:04:23.375Z Done (1.170s)
2042025-10-03T20:04:29.831Z Done (6.171s)
2052025-10-03T20:04:29.945Z Done (0.027s)
2062025-10-03T20:04:29.970Z Done (0.000s)
2072025-10-03T20:04:30.110Z Done (0.000s)
2082025-10-03T20:04:31.122ZPlanning: Evaluating mediator changes ... Done
2092025-10-03T20:04:31.355ZPlanning: Checking for conflicting actions ... Done
2102025-10-03T20:04:31.380ZPlanning: Consolidating action changes ... Done
2112025-10-03T20:04:31.716ZPlanning: Evaluating mediators ... Done
2122025-10-03T20:04:31.741ZPlanning: Planning completed in 0.60 seconds
2132025-10-03T20:04:31.765Z Mediators to change: 2
2142025-10-03T20:04:31.765Z Create boot environment: No
2152025-10-03T20:04:31.765ZCreate backup boot environment: No
2162025-10-03T20:04:31.826Z Done
2172025-10-03T20:04:31.826Z Done
2182025-10-03T20:04:32.712Z Done
2192025-10-03T20:04:37.956Z Done
2202025-10-03T20:04:38.091Z Done
2212025-10-03T20:04:38.117Z Done
2222025-10-03T20:04:38.171Z Done
2232025-10-03T20:04:39.132ZPlanning: Evaluating mediator changes ... Done
2242025-10-03T20:04:39.157ZPlanning: Merging actions ... Done
2252025-10-03T20:04:39.422ZPlanning: Checking for conflicting actions ... Done
2262025-10-03T20:04:39.447ZPlanning: Consolidating action changes ... Done
2272025-10-03T20:04:39.798ZPlanning: Evaluating mediators ... Done
2282025-10-03T20:04:39.889ZPlanning: Planning completed in 1.19 seconds
2292025-10-03T20:04:39.935Z Packages to change: 1
2302025-10-03T20:04:39.935Z Mediators to change: 1
2312025-10-03T20:04:39.935Z Services to change: 1
2322025-10-03T20:04:39.935Z Create boot environment: No
2332025-10-03T20:04:39.935ZCreate backup boot environment: Yes
2342025-10-03T20:04:41.972Z Actions: 1/6 actions (Updating modified actions)
2352025-10-03T20:04:41.998Z Actions: Completed 6 actions in 0.00 seconds.
2362025-10-03T20:04:41.998Z Done
2372025-10-03T20:04:41.998Z Done
2382025-10-03T20:04:42.229Z Done
2392025-10-03T20:04:48.026Z Done
2402025-10-03T20:04:48.140Z Done
2412025-10-03T20:04:48.164Z Done
2422025-10-03T20:04:48.216Z Done
2432025-10-03T20:04:48.875ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2442025-10-03T20:04:48.875Zclang system 15 system
2452025-10-03T20:04:48.875Zcsh system system illumos
2462025-10-03T20:04:48.875Zctags system system illumos
2472025-10-03T20:04:48.875Zfile system system illumos
2482025-10-03T20:04:48.875Zgcc vendor 12 vendor
2492025-10-03T20:04:48.875Zgcc system 10 system
2502025-10-03T20:04:48.875Zgcc system 7 system
2512025-10-03T20:04:48.875Zgo system 1.20 system
2522025-10-03T20:04:48.875Zgo system 1.19 system
2532025-10-03T20:04:48.875Zllvm system 15 system
2542025-10-03T20:04:48.876Zllvm system 14 system
2552025-10-03T20:04:48.876Zmariadb system 10.6 system
2562025-10-03T20:04:48.876Zmta vendor vendor dma
2572025-10-03T20:04:48.876Zopenjdk system 17 system
2582025-10-03T20:04:48.876Zopenjdk system 11 system
2592025-10-03T20:04:48.876Zopenjdk system 1.8 system
2602025-10-03T20:04:48.876Zopenssl vendor 3 vendor
2612025-10-03T20:04:48.876Zperl system 5.36 system
2622025-10-03T20:04:48.876Zpostgresql system 15 system
2632025-10-03T20:04:48.876Zpostgresql system 13 system
2642025-10-03T20:04:48.876Zpython vendor 3 vendor
2652025-10-03T20:04:48.876Zpython system 2 system
2662025-10-03T20:04:48.876Zpython3 system 3.11 system
2672025-10-03T20:04:48.876Zruby system 3.0 system
2682025-10-03T20:04:48.876Zwords vendor vendor american-english
2692025-10-03T20:04:48.876Zwords system system australian-english
2702025-10-03T20:04:48.876Zwords system system british-english
2712025-10-03T20:04:48.876Zwords system system canadian-english
2722025-10-03T20:04:48.876Zwords system system french
2732025-10-03T20:04:48.876Zwords system system italian
2742025-10-03T20:04:48.876Zwords system system ngerman
2752025-10-03T20:04:48.876Zwords system system ogerman
2762025-10-03T20:04:48.876Zwords system system spanish
2772025-10-03T20:04:49.376ZPUBLISHER TYPE STATUS P LOCATION
2782025-10-03T20:04:49.376Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792025-10-03T20:04:57.764ZFMRI IFO
2802025-10-03T20:04:57.764Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812025-10-03T20:04:57.764Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822025-10-03T20:04:57.764Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832025-10-03T20:04:57.765Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842025-10-03T20:04:57.765Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852025-10-03T20:04:57.765Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2862025-10-03T20:04:57.765Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872025-10-03T20:04:57.765Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2882025-10-03T20:04:57.765Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892025-10-03T20:04:57.765Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902025-10-03T20:04:57.765Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2912025-10-03T20:04:57.765Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922025-10-03T20:04:57.765Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932025-10-03T20:04:57.765Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2942025-10-03T20:04:57.765Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952025-10-03T20:04:57.765Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962025-10-03T20:04:59.140Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972025-10-03T20:04:59.628Z Updating crates.io index
2982025-10-03T20:04:59.652Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-10-03T20:05:00.208Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002025-10-03T20:05:01.176Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012025-10-03T20:05:01.570Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022025-10-03T20:05:01.929Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3032025-10-03T20:05:02.469Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042025-10-03T20:05:03.999Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052025-10-03T20:05:06.571Z Updating git repository `https://github.com/oxidecomputer/opte`
3062025-10-03T20:05:07.955Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072025-10-03T20:05:09.014Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3082025-10-03T20:05:09.704Z Updating git repository `https://github.com/oxidecomputer/clickward`
3092025-10-03T20:05:10.153Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3102025-10-03T20:05:10.591Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3112025-10-03T20:05:11.355Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3122025-10-03T20:05:12.003Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132025-10-03T20:05:12.413Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142025-10-03T20:05:13.012Z Updating git repository `https://github.com/oxidecomputer/tofino`
3152025-10-03T20:05:13.472Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3162025-10-03T20:05:13.844Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3172025-10-03T20:05:14.244Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3182025-10-03T20:05:14.626Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192025-10-03T20:05:15.157Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3202025-10-03T20:05:15.836Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3212025-10-03T20:05:16.313Z Updating git repository `https://github.com/oxidecomputer/ispf`
3222025-10-03T20:05:16.829Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3232025-10-03T20:05:17.536Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3242025-10-03T20:05:18.122Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3252025-10-03T20:05:18.529Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3262025-10-03T20:05:19.054Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3272025-10-03T20:05:19.672Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3282025-10-03T20:05:20.134Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3292025-10-03T20:05:20.608Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3302025-10-03T20:05:20.988Z Updating git repository `https://github.com/oxidecomputer/omicron`
3312025-10-03T20:05:32.916Z Updating git repository `https://github.com/illumos/smf-rs`
3322025-10-03T20:05:34.843Z Downloading crates ...
3332025-10-03T20:05:34.912Z Downloaded cfg-if v1.0.1
3342025-10-03T20:05:34.937Z Downloaded byteorder v1.5.0
3352025-10-03T20:05:34.937Z Downloaded unicode-linebreak v0.1.5
3362025-10-03T20:05:34.937Z Downloaded typenum v1.17.0
3372025-10-03T20:05:34.962Z Downloaded yoke-derive v0.7.4
3382025-10-03T20:05:34.962Z Downloaded thiserror-impl v2.0.17
3392025-10-03T20:05:34.962Z Downloaded usdt v0.5.0
3402025-10-03T20:05:34.962Z Downloaded zerofrom v0.1.4
3412025-10-03T20:05:34.962Z Downloaded icu_locid_transform v1.5.0
3422025-10-03T20:05:35.554Z Downloaded version_check v0.9.5
3432025-10-03T20:05:35.554Z Downloaded zerovec-derive v0.10.3
3442025-10-03T20:05:35.554Z Downloaded writeable v0.5.5
3452025-10-03T20:05:35.554Z Downloaded zerocopy-derive v0.7.35
3462025-10-03T20:05:35.554Z Downloaded unicode-ident v1.0.18
3472025-10-03T20:05:35.554Z Downloaded smallvec v1.15.1
3482025-10-03T20:05:35.554Z Downloaded tempfile v3.20.0
3492025-10-03T20:05:35.554Z Downloaded zerovec v0.10.4
3502025-10-03T20:05:35.554Z Downloaded icu_properties_data v1.5.0
3512025-10-03T20:05:35.554Z Downloaded terminal_size v0.4.0
3522025-10-03T20:05:35.554Z Downloaded indexmap v2.11.4
3532025-10-03T20:05:35.554Z Downloaded pest v2.8.2
3542025-10-03T20:05:35.555Z Downloaded rustix v0.38.37
3552025-10-03T20:05:35.555Z Downloaded zerocopy v0.7.35
3562025-10-03T20:05:35.555Z Downloaded winnow v0.7.13
3572025-10-03T20:05:35.555Z Downloaded textwrap v0.16.2
3582025-10-03T20:05:35.555Z Downloaded tabled_derive v0.7.0
3592025-10-03T20:05:35.555Z Downloaded unicode-width v0.2.0
3602025-10-03T20:05:35.555Z Downloaded unicode-width v0.1.14
3612025-10-03T20:05:35.555Z Downloaded rustix v1.0.7
3622025-10-03T20:05:35.555Z Downloaded serde_core v1.0.226
3632025-10-03T20:05:35.555Z Downloaded syn v2.0.106
3642025-10-03T20:05:35.555Z Downloaded quote v1.0.40
3652025-10-03T20:05:35.555Z Downloaded erased-serde v0.4.6
3662025-10-03T20:05:35.555Z Downloaded serde_json v1.0.145
3672025-10-03T20:05:35.555Z Downloaded displaydoc v0.2.5
3682025-10-03T20:05:35.555Z Downloaded synstructure v0.13.1
3692025-10-03T20:05:35.555Z Downloaded swrite v0.1.0
3702025-10-03T20:05:35.555Z Downloaded serde_derive v1.0.226
3712025-10-03T20:05:35.555Z Downloaded proc-macro2 v1.0.101
3722025-10-03T20:05:35.555Z Downloaded pest_meta v2.8.2
3732025-10-03T20:05:35.555Z Downloaded fnv v1.0.7
3742025-10-03T20:05:35.555Z Downloaded fastrand v2.1.1
3752025-10-03T20:05:35.555Z Downloaded sha2 v0.10.9
3762025-10-03T20:05:35.555Z Downloaded syn v1.0.109
3772025-10-03T20:05:35.555Z Downloaded serde_tokenstream v0.2.2
3782025-10-03T20:05:35.555Z Downloaded serde-value v0.7.0
3792025-10-03T20:05:35.555Z Downloaded scroll_derive v0.12.0
3802025-10-03T20:05:35.555Z Downloaded scroll v0.12.0
3812025-10-03T20:05:35.555Z Downloaded plain v0.2.3
3822025-10-03T20:05:35.555Z Downloaded num-traits v0.2.19
3832025-10-03T20:05:35.555Z Downloaded memchr v2.7.4
3842025-10-03T20:05:35.555Z Downloaded log v0.4.27
3852025-10-03T20:05:35.555Z Downloaded itoa v1.0.11
3862025-10-03T20:05:35.555Z Downloaded idna v1.0.3
3872025-10-03T20:05:35.555Z Downloaded form_urlencoded v1.2.2
3882025-10-03T20:05:35.555Z Downloaded errno v0.3.12
3892025-10-03T20:05:35.555Z Downloaded equivalent v1.0.2
3902025-10-03T20:05:35.555Z Downloaded dtrace-parser v0.2.0
3912025-10-03T20:05:35.555Z Downloaded dof v0.3.0
3922025-10-03T20:05:35.556Z Downloaded ucd-trie v0.1.7
3932025-10-03T20:05:35.556Z Downloaded strsim v0.11.1
3942025-10-03T20:05:35.556Z Downloaded stable_deref_trait v1.2.0
3952025-10-03T20:05:35.556Z Downloaded smawk v0.3.2
3962025-10-03T20:05:35.556Z Downloaded serde v1.0.226
3972025-10-03T20:05:35.556Z Downloaded semver v1.0.27
3982025-10-03T20:05:35.556Z Downloaded proc-macro-error-attr v1.0.4
3992025-10-03T20:05:35.556Z Downloaded proc-macro-error v1.0.4
4002025-10-03T20:05:35.556Z Downloaded pest_derive v2.8.2
4012025-10-03T20:05:35.556Z Downloaded once_cell v1.21.3
4022025-10-03T20:05:35.556Z Downloaded memmap v0.7.0
4032025-10-03T20:05:35.556Z Downloaded macaddr v1.0.1
4042025-10-03T20:05:35.556Z Downloaded litemap v0.7.3
4052025-10-03T20:05:35.556Z Downloaded idna_adapter v1.2.0
4062025-10-03T20:05:35.556Z Downloaded icu_normalizer_data v1.5.0
4072025-10-03T20:05:35.556Z Downloaded tabled v0.15.0
4082025-10-03T20:05:35.556Z Downloaded serde_spanned v0.6.9
4092025-10-03T20:05:35.556Z Downloaded serde-untagged v0.1.7
4102025-10-03T20:05:35.556Z Downloaded ryu v1.0.18
4112025-10-03T20:05:35.556Z Downloaded pretty-hex v0.4.1
4122025-10-03T20:05:35.556Z Downloaded pest_generator v2.8.2
4132025-10-03T20:05:35.556Z Downloaded percent-encoding v2.3.2
4142025-10-03T20:05:35.556Z Downloaded papergrid v0.11.0
4152025-10-03T20:05:35.556Z Downloaded ordered-float v2.10.1
4162025-10-03T20:05:35.556Z Downloaded is_terminal_polyfill v1.70.1
4172025-10-03T20:05:35.556Z Downloaded icu_provider_macros v1.5.0
4182025-10-03T20:05:35.556Z Downloaded icu_properties v1.5.1
4192025-10-03T20:05:35.556Z Downloaded utf8_iter v1.0.4
4202025-10-03T20:05:35.556Z Downloaded toml_edit v0.22.27
4212025-10-03T20:05:35.556Z Downloaded icu_provider v1.5.0
4222025-10-03T20:05:35.556Z Downloaded zerofrom-derive v0.1.4
4232025-10-03T20:05:35.556Z Downloaded yoke v0.7.4
4242025-10-03T20:05:35.556Z Downloaded utf8parse v0.2.2
4252025-10-03T20:05:35.556Z Downloaded utf16_iter v1.0.5
4262025-10-03T20:05:35.556Z Downloaded usdt-impl v0.5.0
4272025-10-03T20:05:35.556Z Downloaded toml_write v0.1.2
4282025-10-03T20:05:35.556Z Downloaded thread-id v4.2.2
4292025-10-03T20:05:35.556Z Downloaded cargo_toml v0.21.0
4302025-10-03T20:05:35.557Z Downloaded camino-tempfile v1.4.1
4312025-10-03T20:05:35.557Z Downloaded usdt-macro v0.5.0
4322025-10-03T20:05:35.557Z Downloaded clap_derive v4.5.47
4332025-10-03T20:05:35.557Z Downloaded clap v4.5.48
4342025-10-03T20:05:35.557Z Downloaded cargo-util-schemas v0.8.2
4352025-10-03T20:05:35.557Z Downloaded icu_collections v1.5.0
4362025-10-03T20:05:35.557Z Downloaded goblin v0.8.2
4372025-10-03T20:05:35.557Z Downloaded cargo_metadata v0.21.0
4382025-10-03T20:05:35.557Z Downloaded cargo-platform v0.2.0
4392025-10-03T20:05:35.557Z Downloaded camino v1.2.0
4402025-10-03T20:05:35.557Z Downloaded usdt-attr-macro v0.5.0
4412025-10-03T20:05:35.557Z Downloaded toml_datetime v0.6.11
4422025-10-03T20:05:35.583Z Downloaded thiserror-impl v1.0.69
4432025-10-03T20:05:35.583Z Downloaded thiserror v2.0.17
4442025-10-03T20:05:35.583Z Downloaded hashbrown v0.16.0
4452025-10-03T20:05:35.583Z Downloaded getrandom v0.3.1
4462025-10-03T20:05:35.583Z Downloaded digest v0.10.7
4472025-10-03T20:05:35.583Z Downloaded colorchoice v1.0.2
4482025-10-03T20:05:35.583Z Downloaded clap_builder v4.5.48
4492025-10-03T20:05:35.583Z Downloaded url v2.5.4
4502025-10-03T20:05:35.583Z Downloaded icu_normalizer v1.5.0
4512025-10-03T20:05:35.583Z Downloaded icu_locid v1.5.0
4522025-10-03T20:05:35.583Z Downloaded heck v0.5.0
4532025-10-03T20:05:35.583Z Downloaded heck v0.4.1
4542025-10-03T20:05:35.583Z Downloaded generic-array v0.14.7
4552025-10-03T20:05:35.583Z Downloaded icu_locid_transform_data v1.5.0
4562025-10-03T20:05:35.583Z Downloaded clap_lex v0.7.4
4572025-10-03T20:05:35.583Z Downloaded write16 v1.0.0
4582025-10-03T20:05:35.583Z Downloaded unicode-xid v0.2.6
4592025-10-03T20:05:35.583Z Downloaded typeid v1.0.3
4602025-10-03T20:05:35.583Z Downloaded toml v0.8.23
4612025-10-03T20:05:35.583Z Downloaded fs-err v3.1.1
4622025-10-03T20:05:35.583Z Downloaded tinystr v0.7.6
4632025-10-03T20:05:35.583Z Downloaded thiserror v1.0.69
4642025-10-03T20:05:35.583Z Downloaded crypto-common v0.1.6
4652025-10-03T20:05:35.583Z Downloaded bitflags v2.9.4
4662025-10-03T20:05:35.583Z Downloaded anstream v0.6.18
4672025-10-03T20:05:35.583Z Downloaded libc v0.2.174
4682025-10-03T20:05:35.583Z Downloaded cpufeatures v0.2.14
4692025-10-03T20:05:35.583Z Downloaded bytecount v0.6.8
4702025-10-03T20:05:35.584Z Downloaded anyhow v1.0.99
4712025-10-03T20:05:35.584Z Downloaded anstyle-query v1.1.1
4722025-10-03T20:05:35.584Z Downloaded anstyle-parse v0.2.5
4732025-10-03T20:05:35.584Z Downloaded anstyle v1.0.11
4742025-10-03T20:05:35.584Z Downloaded block-buffer v0.10.4
4752025-10-03T20:05:35.584Z Downloaded autocfg v1.4.0
4762025-10-03T20:05:35.617Z Compiling proc-macro2 v1.0.101
4772025-10-03T20:05:35.617Z Compiling unicode-ident v1.0.18
4782025-10-03T20:05:35.642Z Compiling serde_core v1.0.226
4792025-10-03T20:05:35.642Z Compiling version_check v0.9.5
4802025-10-03T20:05:35.642Z Compiling serde v1.0.226
4812025-10-03T20:05:35.642Z Compiling libc v0.2.174
4822025-10-03T20:05:35.642Z Compiling memchr v2.7.4
4832025-10-03T20:05:35.642Z Compiling stable_deref_trait v1.2.0
4842025-10-03T20:05:35.938Z Compiling thiserror v2.0.17
4852025-10-03T20:05:35.972Z Compiling itoa v1.0.11
4862025-10-03T20:05:36.247Z Compiling litemap v0.7.3
4872025-10-03T20:05:36.558Z Compiling ucd-trie v0.1.7
4882025-10-03T20:05:36.622Z Compiling autocfg v1.4.0
4892025-10-03T20:05:37.013Z Compiling writeable v0.5.5
4902025-10-03T20:05:37.154Z Compiling thiserror v1.0.69
4912025-10-03T20:05:37.300Z Compiling ryu v1.0.18
4922025-10-03T20:05:37.603Z Compiling bitflags v2.9.4
4932025-10-03T20:05:37.678Z Compiling byteorder v1.5.0
4942025-10-03T20:05:38.029Z Compiling quote v1.0.40
4952025-10-03T20:05:38.056Z Compiling errno v0.3.12
4962025-10-03T20:05:38.113Z Compiling icu_locid_transform_data v1.5.0
4972025-10-03T20:05:38.143Z Compiling serde_json v1.0.145
4982025-10-03T20:05:38.363Z Compiling icu_properties_data v1.5.0
4992025-10-03T20:05:38.429Z Compiling num-traits v0.2.19
5002025-10-03T20:05:38.542Z Compiling syn v2.0.106
5012025-10-03T20:05:38.658Z Compiling write16 v1.0.0
5022025-10-03T20:05:38.695Z Compiling rustix v0.38.37
5032025-10-03T20:05:38.775Z Compiling utf8_iter v1.0.4
5042025-10-03T20:05:38.845Z Compiling smallvec v1.15.1
5052025-10-03T20:05:39.048Z Compiling equivalent v1.0.2
5062025-10-03T20:05:39.088Z Compiling icu_normalizer_data v1.5.0
5072025-10-03T20:05:39.113Z Compiling typeid v1.0.3
5082025-10-03T20:05:39.192Z Compiling utf16_iter v1.0.5
5092025-10-03T20:05:39.226Z Compiling hashbrown v0.16.0
5102025-10-03T20:05:39.513Z Compiling proc-macro-error-attr v1.0.4
5112025-10-03T20:05:39.693Z Compiling usdt-impl v0.5.0
5122025-10-03T20:05:39.718Z Compiling winnow v0.7.13
5132025-10-03T20:05:39.820Z Compiling syn v1.0.109
5142025-10-03T20:05:39.990Z Compiling toml_write v0.1.2
5152025-10-03T20:05:40.256Z Compiling thread-id v4.2.2
5162025-10-03T20:05:40.372Z Compiling indexmap v2.11.4
5172025-10-03T20:05:40.690Z Compiling proc-macro-error v1.0.4
5182025-10-03T20:05:41.206Z Compiling percent-encoding v2.3.2
5192025-10-03T20:05:41.542Z Compiling plain v0.2.3
5202025-10-03T20:05:41.821Z Compiling rustix v1.0.7
5212025-10-03T20:05:41.892Z Compiling log v0.4.27
5222025-10-03T20:05:41.928Z Compiling camino v1.2.0
5232025-10-03T20:05:42.213Z Compiling utf8parse v0.2.2
5242025-10-03T20:05:42.274Z Compiling getrandom v0.3.1
5252025-10-03T20:05:42.403Z Compiling anstyle-parse v0.2.5
5262025-10-03T20:05:42.577Z Compiling ordered-float v2.10.1
5272025-10-03T20:05:42.691Z Compiling terminal_size v0.4.0
5282025-10-03T20:05:42.758Z Compiling form_urlencoded v1.2.2
5292025-10-03T20:05:43.177Z Compiling cfg-if v1.0.1
5302025-10-03T20:05:43.202Z Compiling anstyle v1.0.11
5312025-10-03T20:05:43.407Z Compiling pretty-hex v0.4.1
5322025-10-03T20:05:43.511Z Compiling anstyle-query v1.1.1
5332025-10-03T20:05:43.611Z Compiling is_terminal_polyfill v1.70.1
5342025-10-03T20:05:43.666Z Compiling colorchoice v1.0.2
5352025-10-03T20:05:43.883Z Compiling anstream v0.6.18
5362025-10-03T20:05:43.912Z Compiling semver v1.0.27
5372025-10-03T20:05:44.416Z Compiling fs-err v3.1.1
5382025-10-03T20:05:44.502Z Compiling bytecount v0.6.8
5392025-10-03T20:05:44.575Z Compiling clap_lex v0.7.4
5402025-10-03T20:05:44.714Z Compiling once_cell v1.21.3
5412025-10-03T20:05:44.747Z Compiling fnv v1.0.7
5422025-10-03T20:05:44.747Z Compiling unicode-xid v0.2.6
5432025-10-03T20:05:44.918Z Compiling unicode-width v0.1.14
5442025-10-03T20:05:44.991Z Compiling synstructure v0.13.1
5452025-10-03T20:05:45.024Z Compiling strsim v0.11.1
5462025-10-03T20:05:45.114Z Compiling heck v0.5.0
5472025-10-03T20:05:45.525Z Compiling anyhow v1.0.99
5482025-10-03T20:05:45.678Z Compiling heck v0.4.1
5492025-10-03T20:05:45.845Z Compiling fastrand v2.1.1
5502025-10-03T20:05:46.128Z Compiling clap_builder v4.5.48
5512025-10-03T20:05:46.358Z Compiling tempfile v3.20.0
5522025-10-03T20:05:46.395Z Compiling papergrid v0.11.0
5532025-10-03T20:05:46.510Z Compiling memmap v0.7.0
5542025-10-03T20:05:46.641Z Compiling unicode-linebreak v0.1.5
5552025-10-03T20:05:46.847Z Compiling unicode-width v0.2.0
5562025-10-03T20:05:47.090Z Compiling smawk v0.3.2
5572025-10-03T20:05:47.164Z Compiling camino-tempfile v1.4.1
5582025-10-03T20:05:47.343Z Compiling textwrap v0.16.2
5592025-10-03T20:05:47.962Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5602025-10-03T20:05:48.167Z Compiling tabled_derive v0.7.0
5612025-10-03T20:05:48.329Z Compiling swrite v0.1.0
5622025-10-03T20:05:49.052Z Compiling serde_derive v1.0.226
5632025-10-03T20:05:49.052Z Compiling zerofrom-derive v0.1.4
5642025-10-03T20:05:49.117Z Compiling yoke-derive v0.7.4
5652025-10-03T20:05:49.153Z Compiling thiserror-impl v2.0.17
5662025-10-03T20:05:49.207Z Compiling zerovec-derive v0.10.3
5672025-10-03T20:05:49.567Z Compiling displaydoc v0.2.5
5682025-10-03T20:05:51.143Z Compiling thiserror-impl v1.0.69
5692025-10-03T20:05:51.572Z Compiling icu_provider_macros v1.5.0
5702025-10-03T20:05:51.738Z Compiling zerocopy-derive v0.7.35
5712025-10-03T20:05:52.457Z Compiling pest v2.8.2
5722025-10-03T20:05:52.558Z Compiling zerofrom v0.1.4
5732025-10-03T20:05:52.684Z Compiling scroll_derive v0.12.0
5742025-10-03T20:05:52.817Z Compiling yoke v0.7.4
5752025-10-03T20:05:53.227Z Compiling zerovec v0.10.4
5762025-10-03T20:05:53.906Z Compiling zerocopy v0.7.35
5772025-10-03T20:05:53.938Z Compiling clap_derive v4.5.47
5782025-10-03T20:05:54.173Z Compiling scroll v0.12.0
5792025-10-03T20:05:54.393Z Compiling tabled v0.15.0
5802025-10-03T20:05:54.769Z Compiling goblin v0.8.2
5812025-10-03T20:05:55.114Z Compiling pest_meta v2.8.2
5822025-10-03T20:05:55.353Z Compiling tinystr v0.7.6
5832025-10-03T20:05:55.583Z Compiling icu_collections v1.5.0
5842025-10-03T20:05:55.693Z Compiling icu_locid v1.5.0
5852025-10-03T20:05:56.678Z Compiling pest_generator v2.8.2
5862025-10-03T20:05:57.725Z Compiling icu_provider v1.5.0
5872025-10-03T20:05:58.125Z Compiling toml_datetime v0.6.11
5882025-10-03T20:05:58.158Z Compiling serde_spanned v0.6.9
5892025-10-03T20:05:58.495Z Compiling dof v0.3.0
5902025-10-03T20:05:58.538Z Compiling serde_tokenstream v0.2.2
5912025-10-03T20:05:58.683Z Compiling icu_locid_transform v1.5.0
5922025-10-03T20:05:58.788Z Compiling toml_edit v0.22.27
5932025-10-03T20:05:58.994Z Compiling erased-serde v0.4.6
5942025-10-03T20:05:59.196Z Compiling serde-value v0.7.0
5952025-10-03T20:05:59.468Z Compiling cargo-platform v0.2.0
5962025-10-03T20:06:00.037Z Compiling clap v4.5.48
5972025-10-03T20:06:00.088Z Compiling pest_derive v2.8.2
5982025-10-03T20:06:00.144Z Compiling icu_properties v1.5.1
5992025-10-03T20:06:00.204Z Compiling serde-untagged v0.1.7
6002025-10-03T20:06:00.274Z Compiling macaddr v1.0.1
6012025-10-03T20:06:00.946Z Compiling dtrace-parser v0.2.0
6022025-10-03T20:06:02.780Z Compiling toml v0.8.23
6032025-10-03T20:06:03.371Z Compiling usdt-attr-macro v0.5.0
6042025-10-03T20:06:03.475Z Compiling usdt-macro v0.5.0
6052025-10-03T20:06:03.885Z Compiling cargo_toml v0.21.0
6062025-10-03T20:06:04.110Z Compiling icu_normalizer v1.5.0
6072025-10-03T20:06:04.917Z Compiling usdt v0.5.0
6082025-10-03T20:06:05.129Z Compiling idna_adapter v1.2.0
6092025-10-03T20:06:05.337Z Compiling idna v1.0.3
6102025-10-03T20:06:06.025Z Compiling url v2.5.4
6112025-10-03T20:06:07.153Z Compiling cargo-util-schemas v0.8.2
6122025-10-03T20:06:09.677Z Compiling cargo_metadata v0.21.0
6132025-10-03T20:06:12.363Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6142025-10-03T20:06:17.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
6152025-10-03T20:06:18.230Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6162025-10-03T20:06:19.396Z Downloading crates ...
6172025-10-03T20:06:19.579Z Downloaded cfg_aliases v0.2.1
6182025-10-03T20:06:19.604Z Downloaded aes-gcm v0.10.3
6192025-10-03T20:06:19.604Z Downloaded bitflags v1.3.2
6202025-10-03T20:06:19.630Z Downloaded ingot-types v0.1.2
6212025-10-03T20:06:19.630Z Downloaded pretty-hex v0.2.1
6222025-10-03T20:06:19.630Z Downloaded hashbrown v0.12.3
6232025-10-03T20:06:19.655Z Downloaded hex-literal v0.4.1
6242025-10-03T20:06:19.679Z Downloaded rustls-webpki v0.101.7
6252025-10-03T20:06:19.704Z Downloaded inout v0.1.3
6262025-10-03T20:06:19.704Z Downloaded is_ci v1.2.0
6272025-10-03T20:06:19.729Z Downloaded testing_table v0.3.0
6282025-10-03T20:06:19.729Z Downloaded psl-types v2.0.11
6292025-10-03T20:06:19.729Z Downloaded predicates-core v1.0.8
6302025-10-03T20:06:19.729Z Downloaded predicates v3.1.3
6312025-10-03T20:06:19.754Z Downloaded thiserror-impl-no-std v2.0.2
6322025-10-03T20:06:19.754Z Downloaded slog-stdlog v4.1.1
6332025-10-03T20:06:19.754Z Downloaded thread_local v1.1.8
6342025-10-03T20:06:19.754Z Downloaded slog-async v2.8.0
6352025-10-03T20:06:19.779Z Downloaded utf-8 v0.7.6
6362025-10-03T20:06:19.779Z Downloaded test-strategy v0.4.3
6372025-10-03T20:06:19.779Z Downloaded endian-type v0.1.2
6382025-10-03T20:06:19.804Z Downloaded darling v0.21.0
6392025-10-03T20:06:19.804Z Downloaded scopeguard v1.2.0
6402025-10-03T20:06:19.829Z Downloaded futures-core v0.3.31
6412025-10-03T20:06:19.829Z Downloaded vte_generate_state_changes v0.1.2
6422025-10-03T20:06:19.829Z Downloaded derive_builder_macro v0.20.2
6432025-10-03T20:06:19.853Z Downloaded zone v0.1.8
6442025-10-03T20:06:19.854Z Downloaded md5 v0.7.0
6452025-10-03T20:06:19.854Z Downloaded oso-derive v0.27.3
6462025-10-03T20:06:19.878Z Downloaded oxide-tokio-rt v0.1.2
6472025-10-03T20:06:19.878Z Downloaded strum_macros v0.27.2
6482025-10-03T20:06:19.878Z Downloaded memmap2 v0.9.5
6492025-10-03T20:06:19.878Z Downloaded progenitor-client v0.8.0
6502025-10-03T20:06:19.878Z Downloaded futures-io v0.3.31
6512025-10-03T20:06:19.879Z Downloaded schemars v0.8.22
6522025-10-03T20:06:19.903Z Downloaded rand_core v0.6.4
6532025-10-03T20:06:19.929Z Downloaded peg-runtime v0.8.5
6542025-10-03T20:06:19.929Z Downloaded newline-converter v0.3.0
6552025-10-03T20:06:19.954Z Downloaded newtype-uuid v1.2.4
6562025-10-03T20:06:19.954Z Downloaded num-complex v0.4.6
6572025-10-03T20:06:19.954Z Downloaded rfc6979 v0.4.0
6582025-10-03T20:06:19.980Z Downloaded dirs-sys-next v0.1.2
6592025-10-03T20:06:19.980Z Downloaded normalize-line-endings v0.3.0
6602025-10-03T20:06:19.980Z Downloaded serde-big-array v0.5.1
6612025-10-03T20:06:19.980Z Downloaded num-conv v0.1.0
6622025-10-03T20:06:19.980Z Downloaded try-lock v0.2.5
6632025-10-03T20:06:20.006Z Downloaded tower-service v0.3.3
6642025-10-03T20:06:20.006Z Downloaded waitgroup v0.1.2
6652025-10-03T20:06:20.006Z Downloaded num-iter v0.1.45
6662025-10-03T20:06:20.006Z Downloaded smallvec v0.6.14
6672025-10-03T20:06:20.006Z Downloaded which v4.4.2
6682025-10-03T20:06:20.006Z Downloaded tracing-attributes v0.1.27
6692025-10-03T20:06:20.031Z Downloaded walkdir v2.5.0
6702025-10-03T20:06:20.031Z Downloaded twox-hash v2.1.0
6712025-10-03T20:06:20.031Z Downloaded typify v0.3.0
6722025-10-03T20:06:20.056Z Downloaded zerocopy v0.6.6
6732025-10-03T20:06:20.056Z Downloaded tungstenite v0.23.0
6742025-10-03T20:06:20.056Z Downloaded p521 v0.13.3
6752025-10-03T20:06:20.082Z Downloaded yansi v1.0.1
6762025-10-03T20:06:20.082Z Downloaded typed-path v0.9.3
6772025-10-03T20:06:20.082Z Downloaded tower-http v0.6.6
6782025-10-03T20:06:20.107Z Downloaded winnow v0.5.40
6792025-10-03T20:06:20.107Z Downloaded winnow v0.6.26
6802025-10-03T20:06:20.132Z Downloaded moka v0.12.10
6812025-10-03T20:06:20.156Z Downloaded vcpkg v0.2.15
6822025-10-03T20:06:20.186Z Downloaded webpki-roots v1.0.1
6832025-10-03T20:06:20.210Z Downloaded nix v0.27.1
6842025-10-03T20:06:20.235Z Downloaded nix v0.28.0
6852025-10-03T20:06:20.235Z Downloaded nix v0.29.0
6862025-10-03T20:06:20.259Z Downloaded nix v0.30.1
6872025-10-03T20:06:20.284Z Downloaded typify-impl v0.2.0
6882025-10-03T20:06:20.309Z Downloaded typify-impl v0.3.0
6892025-10-03T20:06:20.309Z Downloaded typify-impl v0.4.3
6902025-10-03T20:06:20.334Z Downloaded bzip2-sys v0.1.13+1.0.8
6912025-10-03T20:06:20.358Z Downloaded jiff v0.2.15
6922025-10-03T20:06:20.358Z Downloaded sled v0.34.7
6932025-10-03T20:06:20.383Z Downloaded smoltcp v0.11.0
6942025-10-03T20:06:20.408Z Downloaded regex-automata v0.4.11
6952025-10-03T20:06:20.432Z Downloaded lzma-sys v0.1.20
6962025-10-03T20:06:20.458Z Downloaded libz-sys v1.1.20
6972025-10-03T20:06:20.482Z Downloaded polar-core v0.27.3
6982025-10-03T20:06:20.507Z Downloaded zerocopy-derive v0.6.6
6992025-10-03T20:06:20.507Z Downloaded object v0.36.5
7002025-10-03T20:06:20.532Z Downloaded dropshot v0.16.4
7012025-10-03T20:06:20.557Z Downloaded ratatui v0.29.0
7022025-10-03T20:06:20.581Z Downloaded chrono-tz v0.10.4
7032025-10-03T20:06:20.606Z Downloaded petgraph v0.6.5
7042025-10-03T20:06:20.630Z Downloaded zerocopy v0.8.27
7052025-10-03T20:06:20.655Z Downloaded smoltcp v0.9.1
7062025-10-03T20:06:20.655Z Downloaded diesel v2.2.12
7072025-10-03T20:06:20.682Z Downloaded portable-atomic v1.11.0
7082025-10-03T20:06:20.707Z Downloaded petgraph v0.8.2
7092025-10-03T20:06:20.732Z Downloaded p384 v0.13.0
7102025-10-03T20:06:20.732Z Downloaded rayon v1.10.0
7112025-10-03T20:06:20.757Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7122025-10-03T20:06:20.782Z Downloaded sha3 v0.10.8
7132025-10-03T20:06:20.782Z Downloaded csv v1.3.1
7142025-10-03T20:06:20.808Z Downloaded openapiv3 v2.2.0
7152025-10-03T20:06:20.808Z Downloaded tokio v1.47.0
7162025-10-03T20:06:20.850Z Downloaded object v0.30.4
7172025-10-03T20:06:20.874Z Downloaded curve25519-dalek v4.1.3
7182025-10-03T20:06:20.874Z Downloaded rustls v0.22.4
7192025-10-03T20:06:20.900Z Downloaded tough v0.20.0
7202025-10-03T20:06:20.925Z Downloaded x509-cert v0.2.5
7212025-10-03T20:06:20.925Z Downloaded openssl v0.10.73
7222025-10-03T20:06:20.925Z Downloaded rustls v0.23.19
7232025-10-03T20:06:20.951Z Downloaded reqwest v0.12.22
7242025-10-03T20:06:20.976Z Downloaded petname v2.0.2
7252025-10-03T20:06:20.976Z Downloaded rustls v0.21.12
7262025-10-03T20:06:21.001Z Downloaded crossterm v0.28.1
7272025-10-03T20:06:21.001Z Downloaded gimli v0.31.1
7282025-10-03T20:06:21.002Z Downloaded encoding_rs v0.8.34
7292025-10-03T20:06:21.035Z Downloaded tabled v0.18.0
7302025-10-03T20:06:21.060Z Downloaded tungstenite v0.21.0
7312025-10-03T20:06:21.085Z Downloaded tower v0.5.2
7322025-10-03T20:06:21.085Z Downloaded nom v7.1.3
7332025-10-03T20:06:21.110Z Downloaded pretty_assertions v1.4.1
7342025-10-03T20:06:21.110Z Downloaded sqlparser v0.45.0
7352025-10-03T20:06:21.110Z Downloaded quinn-proto v0.11.8
7362025-10-03T20:06:21.110Z Downloaded crossterm v0.29.0
7372025-10-03T20:06:21.135Z Downloaded futures-util v0.3.31
7382025-10-03T20:06:21.162Z Downloaded tracing-core v0.1.32
7392025-10-03T20:06:21.162Z Downloaded tracing v0.1.40
7402025-10-03T20:06:21.162Z Downloaded serde_cbor v0.11.2
7412025-10-03T20:06:21.162Z Downloaded mio v1.0.2
7422025-10-03T20:06:21.162Z Downloaded rpassword v7.4.0
7432025-10-03T20:06:21.186Z Downloaded data-encoding v2.9.0
7442025-10-03T20:06:21.186Z Downloaded serde_with v3.14.0
7452025-10-03T20:06:21.186Z Downloaded slog-term v2.9.2
7462025-10-03T20:06:21.186Z Downloaded ring v0.17.14
7472025-10-03T20:06:21.239Z Downloaded p256 v0.13.2
7482025-10-03T20:06:21.267Z Downloaded diff v0.1.13
7492025-10-03T20:06:21.267Z Downloaded num-bigint v0.4.6
7502025-10-03T20:06:21.267Z Downloaded minimal-lexical v0.2.1
7512025-10-03T20:06:21.267Z Downloaded git2 v0.20.2
7522025-10-03T20:06:21.293Z Downloaded zlib-rs v0.5.1
7532025-10-03T20:06:21.293Z Downloaded libgit2-sys v0.18.2+1.9.1
7542025-10-03T20:06:21.348Z Downloaded tabled v0.20.0
7552025-10-03T20:06:21.374Z Downloaded value-bag v1.9.0
7562025-10-03T20:06:21.374Z Downloaded typify v0.2.0
7572025-10-03T20:06:21.400Z Downloaded tui-tree-widget v0.23.1
7582025-10-03T20:06:21.400Z Downloaded smf v0.2.3
7592025-10-03T20:06:21.400Z Downloaded serde_derive_internals v0.29.1
7602025-10-03T20:06:21.400Z Downloaded rayon-core v1.12.1
7612025-10-03T20:06:21.400Z Downloaded prettyplease v0.2.36
7622025-10-03T20:06:21.400Z Downloaded ssh-key v0.6.6
7632025-10-03T20:06:21.426Z Downloaded radix_trie v0.2.1
7642025-10-03T20:06:21.426Z Downloaded regress v0.10.4
7652025-10-03T20:06:21.451Z Downloaded regex-syntax v0.8.5
7662025-10-03T20:06:21.451Z Downloaded hickory-proto v0.25.2
7672025-10-03T20:06:21.476Z Downloaded serde_repr v0.1.19
7682025-10-03T20:06:21.476Z Downloaded russh-keys v0.45.0
7692025-10-03T20:06:21.476Z Downloaded num-rational v0.4.2
7702025-10-03T20:06:21.501Z Downloaded nu-ansi-term v0.50.1
7712025-10-03T20:06:21.501Z Downloaded yasna v0.5.2
7722025-10-03T20:06:21.501Z Downloaded xshell v0.2.7
7732025-10-03T20:06:21.501Z Downloaded want v0.3.1
7742025-10-03T20:06:21.501Z Downloaded serde_path_to_error v0.1.17
7752025-10-03T20:06:21.501Z Downloaded serde_bytes v0.11.19
7762025-10-03T20:06:21.501Z Downloaded serde-hex v0.1.0
7772025-10-03T20:06:21.501Z Downloaded num_enum v0.5.11
7782025-10-03T20:06:21.501Z Downloaded miniz_oxide v0.8.5
7792025-10-03T20:06:21.501Z Downloaded wyz v0.5.1
7802025-10-03T20:06:21.528Z Downloaded num-bigint-dig v0.8.4
7812025-10-03T20:06:21.528Z Downloaded serde_plain v1.0.2
7822025-10-03T20:06:21.528Z Downloaded rustc-demangle v0.1.24
7832025-10-03T20:06:21.528Z Downloaded num-integer v0.1.46
7842025-10-03T20:06:21.528Z Downloaded num-derive v0.4.2
7852025-10-03T20:06:21.528Z Downloaded num-derive v0.3.3
7862025-10-03T20:06:21.528Z Downloaded difflib v0.4.0
7872025-10-03T20:06:21.528Z Downloaded xz2 v0.1.7
7882025-10-03T20:06:21.528Z Downloaded zone_cfg_derive v0.1.2
7892025-10-03T20:06:21.528Z Downloaded hickory-proto v0.24.4
7902025-10-03T20:06:21.553Z Downloaded xattr v1.3.1
7912025-10-03T20:06:21.553Z Downloaded rsa v0.9.6
7922025-10-03T20:06:21.553Z Downloaded rcgen v0.12.1
7932025-10-03T20:06:21.553Z Downloaded pkcs5 v0.7.1
7942025-10-03T20:06:21.578Z Downloaded steno v0.4.1
7952025-10-03T20:06:21.578Z Downloaded tower-layer v0.3.3
7962025-10-03T20:06:21.578Z Downloaded serde_spanned v1.0.0
7972025-10-03T20:06:21.578Z Downloaded sct v0.7.1
7982025-10-03T20:06:21.578Z Downloaded scrypt v0.11.0
7992025-10-03T20:06:21.578Z Downloaded rustc-hash v2.1.1
8002025-10-03T20:06:21.578Z Downloaded num v0.4.3
8012025-10-03T20:06:21.578Z Downloaded whoami v1.5.2
8022025-10-03T20:06:21.578Z Downloaded zip v4.2.0
8032025-10-03T20:06:21.603Z Downloaded semver v0.1.20
8042025-10-03T20:06:21.603Z Downloaded secrecy v0.10.3
8052025-10-03T20:06:21.603Z Downloaded secrecy v0.8.0
8062025-10-03T20:06:21.603Z Downloaded sec1 v0.7.3
8072025-10-03T20:06:21.603Z Downloaded rustc-hash v1.1.0
8082025-10-03T20:06:21.603Z Downloaded oxnet v0.1.3
8092025-10-03T20:06:21.603Z Downloaded ron v0.8.1
8102025-10-03T20:06:21.603Z Downloaded postcard v1.0.10
8112025-10-03T20:06:21.603Z Downloaded poly1305 v0.8.0
8122025-10-03T20:06:21.628Z Downloaded tokio-util v0.7.15
8132025-10-03T20:06:21.628Z Downloaded nibble_vec v0.1.0
8142025-10-03T20:06:21.628Z Downloaded multer v3.1.0
8152025-10-03T20:06:21.628Z Downloaded mime v0.3.17
8162025-10-03T20:06:21.629Z Downloaded futures-executor v0.3.31
8172025-10-03T20:06:21.629Z Downloaded rand_xorshift v0.4.0
8182025-10-03T20:06:21.629Z Downloaded pkcs8 v0.10.2
8192025-10-03T20:06:21.629Z Downloaded toml_edit v0.19.15
8202025-10-03T20:06:21.654Z Downloaded spki v0.7.3
8212025-10-03T20:06:21.654Z Downloaded socket2 v0.6.0
8222025-10-03T20:06:21.654Z Downloaded socket2 v0.5.10
8232025-10-03T20:06:21.654Z Downloaded snafu v0.8.5
8242025-10-03T20:06:21.679Z Downloaded papergrid v0.14.0
8252025-10-03T20:06:21.679Z Downloaded russh-cryptovec v0.7.3
8262025-10-03T20:06:21.679Z Downloaded nodrop v0.1.14
8272025-10-03T20:06:21.679Z Downloaded multimap v0.10.1
8282025-10-03T20:06:21.679Z Downloaded xshell-macros v0.2.7
8292025-10-03T20:06:21.679Z Downloaded ron v0.7.1
8302025-10-03T20:06:21.679Z Downloaded polyval v0.6.2
8312025-10-03T20:06:21.704Z Downloaded diesel_derives v2.2.3
8322025-10-03T20:06:21.704Z Downloaded papergrid v0.17.0
8332025-10-03T20:06:21.704Z Downloaded rustls-webpki v0.102.8
8342025-10-03T20:06:21.728Z Downloaded newtype_derive v0.1.6
8352025-10-03T20:06:21.728Z Downloaded memoffset v0.9.1
8362025-10-03T20:06:21.728Z Downloaded document-features v0.2.11
8372025-10-03T20:06:21.729Z Downloaded display-error-chain v0.2.2
8382025-10-03T20:06:21.729Z Downloaded dirs-next v2.0.0
8392025-10-03T20:06:21.729Z Downloaded pkg-config v0.3.31
8402025-10-03T20:06:21.729Z Downloaded der v0.7.9
8412025-10-03T20:06:21.754Z Downloaded zopfli v0.8.1
8422025-10-03T20:06:21.754Z Downloaded tokio-postgres v0.7.13
8432025-10-03T20:06:21.754Z Downloaded native-tls v0.2.12
8442025-10-03T20:06:21.754Z Downloaded mime_guess v2.0.5
8452025-10-03T20:06:21.754Z Downloaded toml v0.9.5
8462025-10-03T20:06:21.779Z Downloaded parking_lot v0.12.3
8472025-10-03T20:06:21.779Z Downloaded derive_more-impl v2.0.1
8482025-10-03T20:06:21.779Z Downloaded regex-syntax v0.6.29
8492025-10-03T20:06:21.779Z Downloaded resolv-conf v0.7.0
8502025-10-03T20:06:21.804Z Downloaded toml v0.7.8
8512025-10-03T20:06:21.804Z Downloaded snafu-derive v0.8.5
8522025-10-03T20:06:21.804Z Downloaded russh v0.45.0
8532025-10-03T20:06:21.804Z Downloaded unicode-normalization v0.1.24
8542025-10-03T20:06:21.804Z Downloaded regex v1.11.3
8552025-10-03T20:06:21.804Z Downloaded toml_parser v1.0.2
8562025-10-03T20:06:21.838Z Downloaded sqlformat v0.3.5
8572025-10-03T20:06:21.838Z Downloaded spin v0.9.8
8582025-10-03T20:06:21.838Z Downloaded pem v3.0.5
8592025-10-03T20:06:21.839Z Downloaded peg-macros v0.8.5
8602025-10-03T20:06:21.839Z Downloaded password-hash v0.5.0
8612025-10-03T20:06:21.839Z Downloaded parking_lot v0.11.2
8622025-10-03T20:06:21.839Z Downloaded derive_more v2.0.1
8632025-10-03T20:06:21.864Z Downloaded derive_more v0.99.20
8642025-10-03T20:06:21.864Z Downloaded zstd-safe v7.2.3
8652025-10-03T20:06:21.864Z Downloaded progenitor-impl v0.11.0
8662025-10-03T20:06:21.865Z Downloaded progenitor-impl v0.10.0
8672025-10-03T20:06:21.865Z Downloaded zerocopy-derive v0.8.27
8682025-10-03T20:06:21.865Z Downloaded nanorand v0.7.0
8692025-10-03T20:06:21.891Z Downloaded diesel_table_macro_syntax v0.2.0
8702025-10-03T20:06:21.891Z Downloaded diesel-dtrace v0.4.2
8712025-10-03T20:06:21.891Z Downloaded topological-sort v0.2.2
8722025-10-03T20:06:21.891Z Downloaded toml_writer v1.0.2
8732025-10-03T20:06:21.891Z Downloaded toml_datetime v0.7.0
8742025-10-03T20:06:21.891Z Downloaded pbkdf2 v0.12.2
8752025-10-03T20:06:21.891Z Downloaded password-hash v0.4.2
8762025-10-03T20:06:21.891Z Downloaded parse-display-derive v0.10.0
8772025-10-03T20:06:21.891Z Downloaded parking_lot_core v0.9.10
8782025-10-03T20:06:21.891Z Downloaded parking_lot_core v0.8.6
8792025-10-03T20:06:21.891Z Downloaded packed_struct_codegen v0.10.1
8802025-10-03T20:06:21.891Z Downloaded packed_struct v0.10.1
8812025-10-03T20:06:21.891Z Downloaded des v0.8.1
8822025-10-03T20:06:21.891Z Downloaded defmt v0.3.8
8832025-10-03T20:06:21.916Z Downloaded zstd v0.13.3
8842025-10-03T20:06:21.916Z Downloaded tokio-tungstenite v0.23.1
8852025-10-03T20:06:21.916Z Downloaded tokio-rustls v0.25.0
8862025-10-03T20:06:21.917Z Downloaded progenitor-impl v0.8.0
8872025-10-03T20:06:21.917Z Downloaded openssl-sys v0.9.109
8882025-10-03T20:06:21.917Z Downloaded zip v0.6.6
8892025-10-03T20:06:21.941Z Downloaded new_debug_unreachable v1.0.6
8902025-10-03T20:06:21.941Z Downloaded sqlparser_derive v0.2.2
8912025-10-03T20:06:21.941Z Downloaded peg v0.8.5
8922025-10-03T20:06:21.942Z Downloaded pbkdf2 v0.11.0
8932025-10-03T20:06:21.942Z Downloaded paste v1.0.15
8942025-10-03T20:06:21.942Z Downloaded parse-display v0.10.0
8952025-10-03T20:06:21.942Z Downloaded defmt-parser v0.3.4
8962025-10-03T20:06:21.942Z Downloaded defmt-macros v0.3.9
8972025-10-03T20:06:21.942Z Downloaded tokio-tungstenite v0.21.0
8982025-10-03T20:06:21.942Z Downloaded tokio-stream v0.1.17
8992025-10-03T20:06:21.967Z Downloaded tokio-rustls v0.26.0
9002025-10-03T20:06:21.967Z Downloaded tokio-rustls v0.24.1
9012025-10-03T20:06:21.967Z Downloaded tokio-native-tls v0.3.1
9022025-10-03T20:06:21.967Z Downloaded structmeta v0.3.0
9032025-10-03T20:06:21.967Z Downloaded strip-ansi-escapes v0.2.0
9042025-10-03T20:06:21.967Z Downloaded stringprep v0.1.5
9052025-10-03T20:06:21.967Z Downloaded string_cache v0.8.9
9062025-10-03T20:06:21.967Z Downloaded static_assertions v1.1.0
9072025-10-03T20:06:21.967Z Downloaded ssh-encoding v0.2.0
9082025-10-03T20:06:21.967Z Downloaded ssh-cipher v0.2.0
9092025-10-03T20:06:21.967Z Downloaded derive-where v1.5.0
9102025-10-03T20:06:21.992Z Downloaded proptest v1.7.0
9112025-10-03T20:06:21.992Z Downloaded path-slash v0.1.5
9122025-10-03T20:06:21.992Z Downloaded parse-size v1.1.0
9132025-10-03T20:06:21.992Z Downloaded debug-ignore v1.0.5
9142025-10-03T20:06:21.992Z Downloaded darling_macro v0.21.0
9152025-10-03T20:06:21.992Z Downloaded darling_macro v0.20.10
9162025-10-03T20:06:21.992Z Downloaded crucible-workspace-hack v0.1.0
9172025-10-03T20:06:21.992Z Downloaded zone_cfg_derive v0.3.0
9182025-10-03T20:06:21.992Z Downloaded tokio-macros v2.5.0
9192025-10-03T20:06:22.019Z Downloaded tokio-dtrace v0.1.0
9202025-10-03T20:06:22.019Z Downloaded rand_seeder v0.4.0
9212025-10-03T20:06:22.019Z Downloaded rand_core v0.9.3
9222025-10-03T20:06:22.019Z Downloaded progenitor-macro v0.10.0
9232025-10-03T20:06:22.019Z Downloaded progenitor-macro v0.9.1
9242025-10-03T20:06:22.019Z Downloaded progenitor-impl v0.9.1
9252025-10-03T20:06:22.019Z Downloaded progenitor-client v0.11.0
9262025-10-03T20:06:22.019Z Downloaded progenitor-client v0.10.0
9272025-10-03T20:06:22.019Z Downloaded progenitor v0.8.0
9282025-10-03T20:06:22.019Z Downloaded proc-macro-error2 v2.0.1
9292025-10-03T20:06:22.019Z Downloaded proc-macro-error-attr2 v2.0.0
9302025-10-03T20:06:22.019Z Downloaded proc-macro-crate v1.3.1
9312025-10-03T20:06:22.019Z Downloaded primeorder v0.13.6
9322025-10-03T20:06:22.019Z Downloaded oso v0.27.3
9332025-10-03T20:06:22.044Z Downloaded omicron-zone-package v0.12.2
9342025-10-03T20:06:22.044Z Downloaded support-bundle-viewer v0.1.2
9352025-10-03T20:06:22.044Z Downloaded serde_yaml v0.9.34+deprecated
9362025-10-03T20:06:22.044Z Downloaded serde_with_macros v3.14.0
9372025-10-03T20:06:22.044Z Downloaded rand v0.9.2
9382025-10-03T20:06:22.069Z Downloaded rand v0.8.5
9392025-10-03T20:06:22.069Z Downloaded elliptic-curve v0.13.8
9402025-10-03T20:06:22.069Z Downloaded ed25519-dalek v2.1.1
9412025-10-03T20:06:22.069Z Downloaded dropshot_endpoint v0.16.4
9422025-10-03T20:06:22.069Z Downloaded unicode-segmentation v1.12.0
9432025-10-03T20:06:22.094Z Downloaded lalrpop v0.19.12
9442025-10-03T20:06:22.094Z Downloaded aws-lc-rs v1.12.4
9452025-10-03T20:06:22.120Z Downloaded rand_chacha v0.9.0
9462025-10-03T20:06:22.121Z Downloaded progenitor-macro v0.8.0
9472025-10-03T20:06:22.121Z Downloaded progenitor-client v0.9.1
9482025-10-03T20:06:22.121Z Downloaded progenitor v0.11.0
9492025-10-03T20:06:22.121Z Downloaded progenitor v0.10.0
9502025-10-03T20:06:22.121Z Downloaded progenitor v0.9.1
9512025-10-03T20:06:22.121Z Downloaded owo-colors v4.2.2
9522025-10-03T20:06:22.121Z Downloaded olpc-cjson v0.1.4
9532025-10-03T20:06:22.121Z Downloaded num_threads v0.1.7
9542025-10-03T20:06:22.121Z Downloaded num_enum_derive v0.5.11
9552025-10-03T20:06:22.121Z Downloaded getrandom v0.2.15
9562025-10-03T20:06:22.146Z Downloaded futures-task v0.3.31
9572025-10-03T20:06:22.146Z Downloaded futures-sink v0.3.31
9582025-10-03T20:06:22.146Z Downloaded futures-macro v0.3.31
9592025-10-03T20:06:22.146Z Downloaded derive_builder v0.20.2
9602025-10-03T20:06:22.146Z Downloaded derive-ex v0.1.8
9612025-10-03T20:06:22.146Z Downloaded der_derive v0.7.3
9622025-10-03T20:06:22.146Z Downloaded zeroize v1.8.1
9632025-10-03T20:06:22.146Z Downloaded vergen-git2 v1.0.7
9642025-10-03T20:06:22.146Z Downloaded vergen v9.0.6
9652025-10-03T20:06:22.146Z Downloaded subprocess v0.2.9
9662025-10-03T20:06:22.146Z Downloaded dropshot-api-manager v0.2.1
9672025-10-03T20:06:22.181Z Downloaded vte v0.11.1
9682025-10-03T20:06:22.181Z Downloaded either v1.15.0
9692025-10-03T20:06:22.181Z Downloaded salty v0.3.0
9702025-10-03T20:06:22.181Z Downloaded rustyline v14.0.0
9712025-10-03T20:06:22.181Z Downloaded crypto-bigint v0.5.5
9722025-10-03T20:06:22.181Z Downloaded openssl-macros v0.1.1
9732025-10-03T20:06:22.181Z Downloaded opaque-debug v0.3.1
9742025-10-03T20:06:22.181Z Downloaded vergen-gitcl v1.0.8
9752025-10-03T20:06:22.181Z Downloaded openssl-probe v0.1.5
9762025-10-03T20:06:22.209Z Downloaded number_prefix v0.4.0
9772025-10-03T20:06:22.209Z Downloaded md-5 v0.10.6
9782025-10-03T20:06:22.209Z Downloaded maplit v1.0.2
9792025-10-03T20:06:22.209Z Downloaded glob v0.3.2
9802025-10-03T20:06:22.209Z Downloaded gethostname v0.5.0
9812025-10-03T20:06:22.209Z Downloaded derive_builder_core v0.20.2
9822025-10-03T20:06:22.209Z Downloaded deranged v0.5.3
9832025-10-03T20:06:22.209Z Downloaded zeroize_derive v1.4.2
9842025-10-03T20:06:22.209Z Downloaded strum_macros v0.26.4
9852025-10-03T20:06:22.209Z Downloaded shell-words v1.1.0
9862025-10-03T20:06:22.209Z Downloaded pem-rfc7468 v0.7.0
9872025-10-03T20:06:22.209Z Downloaded flate2 v1.1.2
9882025-10-03T20:06:22.209Z Downloaded expectorate v1.2.0
9892025-10-03T20:06:22.235Z Downloaded reedline v0.40.0
9902025-10-03T20:06:22.235Z Downloaded quick-xml v0.37.2
9912025-10-03T20:06:22.235Z Downloaded maybe-uninit v2.0.0
9922025-10-03T20:06:22.235Z Downloaded match_cfg v0.1.0
9932025-10-03T20:06:22.235Z Downloaded fxhash v0.2.1
9942025-10-03T20:06:22.236Z Downloaded zone v0.3.1
9952025-10-03T20:06:22.236Z Downloaded vergen-lib v0.1.6
9962025-10-03T20:06:22.236Z Downloaded tls_codec_derive v0.4.1
9972025-10-03T20:06:22.236Z Downloaded tinyvec v1.8.0
9982025-10-03T20:06:22.262Z Downloaded tiny-keccak v2.0.2
9992025-10-03T20:06:22.262Z Downloaded supports-color v3.0.2
10002025-10-03T20:06:22.262Z Downloaded strum_macros v0.24.3
10012025-10-03T20:06:22.262Z Downloaded strum v0.27.2
10022025-10-03T20:06:22.262Z Downloaded structmeta-derive v0.3.0
10032025-10-03T20:06:22.262Z Downloaded signal-hook v0.3.18
10042025-10-03T20:06:22.262Z Downloaded pin-project-internal v1.1.6
10052025-10-03T20:06:22.262Z Downloaded pin-project v1.1.6
10062025-10-03T20:06:22.287Z Downloaded futures v0.3.31
10072025-10-03T20:06:22.287Z Downloaded flume v0.11.1
10082025-10-03T20:06:22.287Z Downloaded ecdsa v0.16.9
10092025-10-03T20:06:22.287Z Downloaded drift v0.1.0
10102025-10-03T20:06:22.287Z Downloaded unicode-bidi v0.3.17
10112025-10-03T20:06:22.287Z Downloaded time v0.3.43
10122025-10-03T20:06:22.312Z Downloaded itertools v0.14.0
10132025-10-03T20:06:22.312Z Downloaded wait-timeout v0.2.0
10142025-10-03T20:06:22.312Z Downloaded vsss-rs v3.3.4
10152025-10-03T20:06:22.312Z Downloaded time-macros v0.2.24
10162025-10-03T20:06:22.340Z Downloaded sha1 v0.10.6
10172025-10-03T20:06:22.340Z Downloaded serde_urlencoded v0.7.1
10182025-10-03T20:06:22.340Z Downloaded schemars_derive v0.8.22
10192025-10-03T20:06:22.340Z Downloaded scheduled-thread-pool v0.2.7
10202025-10-03T20:06:22.340Z Downloaded radium v0.7.0
10212025-10-03T20:06:22.340Z Downloaded r2d2 v0.8.10
10222025-10-03T20:06:22.340Z Downloaded quinn-udp v0.5.5
10232025-10-03T20:06:22.340Z Downloaded pin-project-lite v0.2.14
10242025-10-03T20:06:22.340Z Downloaded phf_shared v0.11.2
10252025-10-03T20:06:22.340Z Downloaded phf v0.12.1
10262025-10-03T20:06:22.340Z Downloaded futures-channel v0.3.31
10272025-10-03T20:06:22.340Z Downloaded foldhash v0.2.0
10282025-10-03T20:06:22.366Z Downloaded ena v0.14.3
10292025-10-03T20:06:22.366Z Downloaded dsl_auto_type v0.1.2
10302025-10-03T20:06:22.366Z Downloaded daft-derive v0.1.4
10312025-10-03T20:06:22.366Z Downloaded qorb v0.4.1
10322025-10-03T20:06:22.366Z Downloaded itertools v0.13.0
10332025-10-03T20:06:22.394Z Downloaded itertools v0.12.1
10342025-10-03T20:06:22.394Z Downloaded bstr v1.10.0
10352025-10-03T20:06:22.419Z Downloaded tls_codec v0.4.1
10362025-10-03T20:06:22.419Z Downloaded sync_wrapper v1.0.1
10372025-10-03T20:06:22.419Z Downloaded sync-ptr v0.1.4
10382025-10-03T20:06:22.419Z Downloaded subtle v2.6.1
10392025-10-03T20:06:22.419Z Downloaded strum v0.26.3
10402025-10-03T20:06:22.419Z Downloaded signal-hook-registry v1.4.2
10412025-10-03T20:06:22.419Z Downloaded pkcs1 v0.7.5
10422025-10-03T20:06:22.419Z Downloaded phf v0.11.2
10432025-10-03T20:06:22.419Z Downloaded funty v2.0.0
10442025-10-03T20:06:22.875Z Downloaded fs_extra v1.3.0
10452025-10-03T20:06:22.875Z Downloaded fixedbitset v0.5.7
10462025-10-03T20:06:22.875Z Downloaded filetime v0.2.25
10472025-10-03T20:06:22.875Z Downloaded embedded-io v0.6.1
10482025-10-03T20:06:22.875Z Downloaded embedded-io v0.4.0
10492025-10-03T20:06:22.875Z Downloaded ed25519 v2.2.3
10502025-10-03T20:06:22.876Z Downloaded dyn-clone v1.0.20
10512025-10-03T20:06:22.876Z Downloaded dropshot-api-manager-types v0.2.1
10522025-10-03T20:06:22.876Z Downloaded csv-core v0.1.11
10532025-10-03T20:06:22.876Z Downloaded typify v0.4.3
10542025-10-03T20:06:22.876Z Downloaded iri-string v0.7.8
10552025-10-03T20:06:22.876Z Downloaded void v1.0.2
10562025-10-03T20:06:22.876Z Downloaded tinyvec_macros v0.1.1
10572025-10-03T20:06:22.876Z Downloaded signal-hook-mio v0.2.4
10582025-10-03T20:06:22.876Z Downloaded shlex v1.3.0
10592025-10-03T20:06:22.876Z Downloaded same-file v1.0.6
10602025-10-03T20:06:22.876Z Downloaded rustc_version v0.4.1
10612025-10-03T20:06:22.876Z Downloaded rtoolbox v0.0.2
10622025-10-03T20:06:22.876Z Downloaded rand_chacha v0.3.1
10632025-10-03T20:06:22.876Z Downloaded pin-utils v0.1.0
10642025-10-03T20:06:22.876Z Downloaded phf_shared v0.12.1
10652025-10-03T20:06:22.876Z Downloaded fs-err v2.11.0
10662025-10-03T20:06:22.876Z Downloaded foldhash v0.1.5
10672025-10-03T20:06:22.876Z Downloaded float-ord v0.3.2
10682025-10-03T20:06:22.876Z Downloaded flagset v0.4.6
10692025-10-03T20:06:22.876Z Downloaded fatfs v0.3.6
10702025-10-03T20:06:22.876Z Downloaded daft v0.1.4
10712025-10-03T20:06:22.876Z Downloaded uuid v1.18.1
10722025-10-03T20:06:22.876Z Downloaded unicode_categories v0.1.1
10732025-10-03T20:06:22.876Z Downloaded unicode-properties v0.1.3
10742025-10-03T20:06:22.876Z Downloaded tar v0.4.44
10752025-10-03T20:06:22.876Z Downloaded libxml v0.3.3
10762025-10-03T20:06:22.876Z Downloaded itertools v0.10.5
10772025-10-03T20:06:22.876Z Downloaded foreign-types-shared v0.3.1
10782025-10-03T20:06:22.876Z Downloaded foreign-types-macros v0.2.3
10792025-10-03T20:06:22.876Z Downloaded foreign-types v0.5.0
10802025-10-03T20:06:22.876Z Downloaded float-cmp v0.10.0
10812025-10-03T20:06:22.876Z Downloaded ff v0.13.0
10822025-10-03T20:06:22.876Z Downloaded fd-lock v4.0.2
10832025-10-03T20:06:22.876Z Downloaded env_logger v0.11.5
10842025-10-03T20:06:22.876Z Downloaded dunce v1.0.5
10852025-10-03T20:06:22.876Z Downloaded darling_core v0.21.0
10862025-10-03T20:06:22.876Z Downloaded ctr v0.9.2
10872025-10-03T20:06:22.876Z Downloaded unsafe-libyaml v0.2.11
10882025-10-03T20:06:22.877Z Downloaded typify-macro v0.4.3
10892025-10-03T20:06:22.877Z Downloaded term v1.1.0
10902025-10-03T20:06:22.877Z Downloaded tabled_derive v0.11.0
10912025-10-03T20:06:22.877Z Downloaded similar v2.7.0
10922025-10-03T20:06:22.877Z Downloaded libm v0.2.8
10932025-10-03T20:06:22.877Z Downloaded rustc_version v0.1.7
10942025-10-03T20:06:22.877Z Downloaded foreign-types-shared v0.1.1
10952025-10-03T20:06:22.877Z Downloaded foreign-types v0.3.2
10962025-10-03T20:06:22.877Z Downloaded fixedbitset v0.4.2
10972025-10-03T20:06:22.877Z Downloaded fallible-iterator v0.2.0
10982025-10-03T20:06:22.877Z Downloaded env_filter v0.1.2
10992025-10-03T20:06:22.877Z Downloaded enum-as-inner v0.6.1
11002025-10-03T20:06:22.877Z Downloaded darling_core v0.20.10
11012025-10-03T20:06:22.877Z Downloaded darling v0.20.10
11022025-10-03T20:06:22.877Z Downloaded curve25519-dalek-derive v0.1.1
11032025-10-03T20:06:22.877Z Downloaded cstr-argument v0.1.2
11042025-10-03T20:06:22.877Z Downloaded unarray v0.1.4
11052025-10-03T20:06:22.877Z Downloaded typify-macro v0.3.0
11062025-10-03T20:06:22.877Z Downloaded typify-macro v0.2.0
11072025-10-03T20:06:22.877Z Downloaded tabled_derive v0.10.0
11082025-10-03T20:06:22.877Z Downloaded hickory-resolver v0.24.4
11092025-10-03T20:06:22.877Z Downloaded term v0.7.0
11102025-10-03T20:06:22.877Z Downloaded tap v1.0.1
11112025-10-03T20:06:22.877Z Downloaded tagptr v0.2.0
11122025-10-03T20:06:22.877Z Downloaded slog v2.7.0
11132025-10-03T20:06:22.877Z Downloaded hyper v1.7.0
11142025-10-03T20:06:22.877Z Downloaded chrono v0.4.42
11152025-10-03T20:06:22.877Z Downloaded crunchy v0.2.2
11162025-10-03T20:06:22.877Z Downloaded uzers v0.12.1
11172025-10-03T20:06:22.877Z Downloaded take_mut v0.2.2
11182025-10-03T20:06:22.877Z Downloaded tabwriter v1.4.0
11192025-10-03T20:06:22.877Z Downloaded rustls-pki-types v1.10.0
11202025-10-03T20:06:22.877Z Downloaded prefix-trie v0.7.0
11212025-10-03T20:06:22.877Z Downloaded hickory-server v0.25.2
11222025-10-03T20:06:22.877Z Downloaded termios v0.3.3
11232025-10-03T20:06:22.877Z Downloaded samael v0.0.19
11242025-10-03T20:06:22.877Z Downloaded rustls-pemfile v2.2.0
11252025-10-03T20:06:22.877Z Downloaded quinn v0.11.5
11262025-10-03T20:06:22.877Z Downloaded publicsuffix v2.3.0
11272025-10-03T20:06:22.877Z Downloaded jiff-static v0.2.15
11282025-10-03T20:06:22.878Z Downloaded indicatif v0.17.11
11292025-10-03T20:06:22.878Z Downloaded cc v1.2.30
11302025-10-03T20:06:22.878Z Downloaded untrusted v0.9.0
11312025-10-03T20:06:22.878Z Downloaded untrusted v0.7.1
11322025-10-03T20:06:22.878Z Downloaded universal-hash v0.5.1
11332025-10-03T20:06:22.878Z Downloaded unit-prefix v0.5.1
11342025-10-03T20:06:22.878Z Downloaded unicode-truncate v1.1.0
11352025-10-03T20:06:22.878Z Downloaded unicase v2.7.0
11362025-10-03T20:06:22.878Z Downloaded time-core v0.1.6
11372025-10-03T20:06:22.878Z Downloaded thiserror-no-std v2.0.2
11382025-10-03T20:06:22.878Z Downloaded slog-envlogger v2.2.0
11392025-10-03T20:06:22.878Z Downloaded slog-dtrace v0.3.0
11402025-10-03T20:06:22.878Z Downloaded slog-bunyan v2.5.0
11412025-10-03T20:06:22.878Z Downloaded slab v0.4.9
11422025-10-03T20:06:22.878Z Downloaded siphasher v1.0.1
11432025-10-03T20:06:22.878Z Downloaded signature v2.2.0
11442025-10-03T20:06:22.903Z Downloaded rustls-native-certs v0.8.1
11452025-10-03T20:06:22.903Z Downloaded ref-cast v1.0.24
11462025-10-03T20:06:22.903Z Downloaded http v1.3.1
11472025-10-03T20:06:22.903Z Downloaded siphasher v0.3.11
11482025-10-03T20:06:22.903Z Downloaded simd-adler32 v0.3.7
11492025-10-03T20:06:22.903Z Downloaded signal-hook-tokio v0.3.1
11502025-10-03T20:06:22.903Z Downloaded rusty-fork v0.3.0
11512025-10-03T20:06:22.903Z Downloaded linear-map v1.2.0
11522025-10-03T20:06:22.903Z Downloaded libscf-sys v1.1.0
11532025-10-03T20:06:22.903Z Downloaded aws-lc-sys v0.26.0
11542025-10-03T20:06:23.006Z Downloaded iddqd v0.3.13
11552025-10-03T20:06:23.034Z Downloaded hickory-resolver v0.25.2
11562025-10-03T20:06:23.034Z Downloaded crossbeam-channel v0.5.15
11572025-10-03T20:06:23.034Z Downloaded base64 v0.21.7
11582025-10-03T20:06:23.034Z Downloaded termtree v0.5.1
11592025-10-03T20:06:23.034Z Downloaded slog-json v2.6.1
11602025-10-03T20:06:23.034Z Downloaded lock_api v0.4.12
11612025-10-03T20:06:23.059Z Downloaded litrs v0.4.1
11622025-10-03T20:06:23.059Z Downloaded ingot-macros v0.1.1
11632025-10-03T20:06:23.059Z Downloaded indexmap v1.9.3
11642025-10-03T20:06:23.059Z Downloaded hyper-util v0.1.17
11652025-10-03T20:06:23.059Z Downloaded sigpipe v0.1.3
11662025-10-03T20:06:23.059Z Downloaded postgres-types v0.2.9
11672025-10-03T20:06:23.059Z Downloaded postgres-protocol v0.6.8
11682025-10-03T20:06:23.085Z Downloaded libloading v0.8.5
11692025-10-03T20:06:23.085Z Downloaded jobserver v0.1.32
11702025-10-03T20:06:23.085Z Downloaded ipnet v2.11.0
11712025-10-03T20:06:23.085Z Downloaded compact_str v0.8.0
11722025-10-03T20:06:23.085Z Downloaded managed v0.8.0
11732025-10-03T20:06:23.085Z Downloaded lazy_static v1.5.0
11742025-10-03T20:06:23.085Z Downloaded ipnetwork v0.21.1
11752025-10-03T20:06:23.085Z Downloaded iana-time-zone v0.1.63
11762025-10-03T20:06:23.110Z Downloaded hyper-rustls v0.27.7
11772025-10-03T20:06:23.110Z Downloaded http-body-util v0.1.3
11782025-10-03T20:06:23.110Z Downloaded heapless v0.7.17
11792025-10-03T20:06:23.110Z Downloaded globset v0.4.15
11802025-10-03T20:06:23.110Z Downloaded crossbeam-epoch v0.9.18
11812025-10-03T20:06:23.110Z Downloaded bytes v1.10.1
11822025-10-03T20:06:23.135Z Downloaded slog-scope v4.4.0
11832025-10-03T20:06:23.135Z Downloaded salsa20 v0.10.2
11842025-10-03T20:06:23.135Z Downloaded rustversion v1.0.22
11852025-10-03T20:06:23.135Z Downloaded rustls-pemfile v1.0.4
11862025-10-03T20:06:23.136Z Downloaded ref-cast-impl v1.0.24
11872025-10-03T20:06:23.136Z Downloaded quick-error v1.2.3
11882025-10-03T20:06:23.136Z Downloaded progenitor-macro v0.11.0
11892025-10-03T20:06:23.136Z Downloaded predicates-tree v1.0.12
11902025-10-03T20:06:23.136Z Downloaded precomputed-hash v0.1.1
11912025-10-03T20:06:23.136Z Downloaded ppv-lite86 v0.2.20
11922025-10-03T20:06:23.136Z Downloaded powerfmt v0.2.0
11932025-10-03T20:06:23.136Z Downloaded lzss v0.8.2
11942025-10-03T20:06:23.136Z Downloaded lru-cache v0.1.2
11952025-10-03T20:06:23.161Z Downloaded lru v0.12.5
11962025-10-03T20:06:23.161Z Downloaded lockfree-object-pool v0.1.6
11972025-10-03T20:06:23.161Z Downloaded linked-hash-map v0.5.6
11982025-10-03T20:06:23.161Z Downloaded libz-rs-sys v0.5.1
11992025-10-03T20:06:23.161Z Downloaded libsw-core v0.3.1
12002025-10-03T20:06:23.161Z Downloaded libsw v3.5.0
12012025-10-03T20:06:23.161Z Downloaded libefi-sys v0.1.0
12022025-10-03T20:06:23.161Z Downloaded lazycell v1.3.0
12032025-10-03T20:06:23.161Z Downloaded lalrpop-util v0.19.12
12042025-10-03T20:06:23.161Z Downloaded kstat-rs v0.2.4
12052025-10-03T20:06:23.161Z Downloaded keccak v0.1.5
12062025-10-03T20:06:23.161Z Downloaded is-terminal v0.4.13
12072025-10-03T20:06:23.161Z Downloaded internet-checksum v0.2.1
12082025-10-03T20:06:23.162Z Downloaded instability v0.3.2
12092025-10-03T20:06:23.162Z Downloaded ingot v0.1.1
12102025-10-03T20:06:23.162Z Downloaded indoc v2.0.6
12112025-10-03T20:06:23.189Z Downloaded indoc v1.0.9
12122025-10-03T20:06:23.189Z Downloaded indicatif v0.18.0
12132025-10-03T20:06:23.189Z Downloaded indent_write v2.2.0
12142025-10-03T20:06:23.189Z Downloaded impl-trait-for-tuples v0.2.2
12152025-10-03T20:06:23.189Z Downloaded hyper-tls v0.6.0
12162025-10-03T20:06:23.189Z Downloaded humantime v2.2.0
12172025-10-03T20:06:23.189Z Downloaded hubpack v0.1.2
12182025-10-03T20:06:23.189Z Downloaded httpdate v1.0.3
12192025-10-03T20:06:23.189Z Downloaded heapless v0.8.0
12202025-10-03T20:06:23.264Z Downloaded headers v0.4.1
12212025-10-03T20:06:23.264Z Downloaded ghash v0.5.1
12222025-10-03T20:06:23.264Z Downloaded critical-section v1.1.3
12232025-10-03T20:06:23.264Z Downloaded cookie v0.18.1
12242025-10-03T20:06:23.264Z Downloaded colored v2.2.0
12252025-10-03T20:06:23.264Z Downloaded cmake v0.1.51
12262025-10-03T20:06:23.264Z Downloaded base64 v0.13.1
12272025-10-03T20:06:23.264Z Downloaded base16ct v0.2.0
12282025-10-03T20:06:23.264Z Downloaded instant v0.1.13
12292025-10-03T20:06:23.264Z Downloaded http-range v0.1.5
12302025-10-03T20:06:23.264Z Downloaded http-body v1.0.1
12312025-10-03T20:06:23.264Z Downloaded crossbeam-deque v0.8.5
12322025-10-03T20:06:23.264Z Downloaded crc8 v0.1.1
12332025-10-03T20:06:23.264Z Downloaded crc-catalog v2.4.0
12342025-10-03T20:06:23.264Z Downloaded convert_case v0.4.0
12352025-10-03T20:06:23.264Z Downloaded ciborium-ll v0.2.2
12362025-10-03T20:06:23.264Z Downloaded chacha20 v0.9.1
12372025-10-03T20:06:23.265Z Downloaded cfg_aliases v0.1.1
12382025-10-03T20:06:23.265Z Downloaded cexpr v0.6.0
12392025-10-03T20:06:23.265Z Downloaded castaway v0.2.3
12402025-10-03T20:06:23.291Z Downloaded cargo-platform v0.1.8
12412025-10-03T20:06:23.291Z Downloaded ignore v0.4.23
12422025-10-03T20:06:23.291Z Downloaded ident_case v1.0.1
12432025-10-03T20:06:23.291Z Downloaded httparse v1.9.5
12442025-10-03T20:06:23.291Z Downloaded hostname v0.3.1
12452025-10-03T20:06:23.291Z Downloaded hmac v0.12.1
12462025-10-03T20:06:23.291Z Downloaded hickory-client v0.25.2
12472025-10-03T20:06:23.317Z Downloaded hex v0.4.3
12482025-10-03T20:06:23.317Z Downloaded heck v0.3.3
12492025-10-03T20:06:23.317Z Downloaded headers-core v0.3.0
12502025-10-03T20:06:23.317Z Downloaded crc32fast v1.4.2
12512025-10-03T20:06:23.317Z Downloaded convert_case v0.7.1
12522025-10-03T20:06:23.317Z Downloaded constant_time_eq v0.3.1
12532025-10-03T20:06:23.317Z Downloaded const_format v0.2.34
12542025-10-03T20:06:23.318Z Downloaded const-oid v0.9.6
12552025-10-03T20:06:23.318Z Downloaded console v0.16.0
12562025-10-03T20:06:23.345Z Downloaded console v0.15.10
12572025-10-03T20:06:23.345Z Downloaded cobs v0.2.3
12582025-10-03T20:06:23.345Z Downloaded cipher v0.4.4
12592025-10-03T20:06:23.345Z Downloaded ciborium v0.2.2
12602025-10-03T20:06:23.345Z Downloaded cancel-safe-futures v0.1.5
12612025-10-03T20:06:23.345Z Downloaded bumpalo v3.16.0
12622025-10-03T20:06:23.345Z Downloaded backoff v0.4.0
12632025-10-03T20:06:23.376Z Downloaded hyper-staticfile v0.10.1
12642025-10-03T20:06:23.376Z Downloaded home v0.5.9
12652025-10-03T20:06:23.376Z Downloaded hkdf v0.12.4
12662025-10-03T20:06:23.376Z Downloaded highway v1.3.0
12672025-10-03T20:06:23.376Z Downloaded hashbrown v0.15.4
12682025-10-03T20:06:23.377Z Downloaded hash32 v0.3.1
12692025-10-03T20:06:23.377Z Downloaded hash32 v0.2.1
12702025-10-03T20:06:23.377Z Downloaded half v2.4.1
12712025-10-03T20:06:23.403Z Downloaded crc v3.2.1
12722025-10-03T20:06:23.403Z Downloaded cookie_store v0.21.1
12732025-10-03T20:06:23.403Z Downloaded const_format_proc_macros v0.2.34
12742025-10-03T20:06:23.403Z Downloaded clang-sys v1.8.1
12752025-10-03T20:06:23.403Z Downloaded chacha20poly1305 v0.10.1
12762025-10-03T20:06:23.403Z Downloaded camino-tempfile-ext v0.3.2
12772025-10-03T20:06:23.403Z Downloaded bzip2 v0.5.2
12782025-10-03T20:06:23.428Z Downloaded block-padding v0.3.3
12792025-10-03T20:06:23.428Z Downloaded blake3 v1.5.4
12802025-10-03T20:06:23.455Z Downloaded bb8 v0.8.5
12812025-10-03T20:06:23.455Z Downloaded argon2 v0.5.3
12822025-10-03T20:06:23.455Z Downloaded half v1.8.3
12832025-10-03T20:06:23.455Z Downloaded group v0.13.0
12842025-10-03T20:06:23.455Z Downloaded crc-any v2.5.0
12852025-10-03T20:06:23.481Z Downloaded ciborium-io v0.2.2
12862025-10-03T20:06:23.481Z Downloaded cbc v0.1.2
12872025-10-03T20:06:23.481Z Downloaded cassowary v0.3.0
12882025-10-03T20:06:23.481Z Downloaded cargo_metadata v0.19.2
12892025-10-03T20:06:23.481Z Downloaded buf-list v1.0.3
12902025-10-03T20:06:23.481Z Downloaded blowfish v0.9.1
12912025-10-03T20:06:23.481Z Downloaded blake2 v0.10.6
12922025-10-03T20:06:23.507Z Downloaded bit-vec v0.6.3
12932025-10-03T20:06:23.507Z Downloaded bit-set v0.8.0
12942025-10-03T20:06:23.507Z Downloaded bindgen v0.69.5
12952025-10-03T20:06:23.507Z Downloaded base64ct v1.6.0
12962025-10-03T20:06:23.534Z Downloaded base64 v0.22.1
12972025-10-03T20:06:23.534Z Downloaded arc-swap v1.7.1
12982025-10-03T20:06:23.534Z Downloaded h2 v0.4.6
12992025-10-03T20:06:23.559Z Downloaded crossbeam-utils v0.8.21
13002025-10-03T20:06:23.559Z Downloaded bzip2 v0.4.4
13012025-10-03T20:06:23.586Z Downloaded bitvec v1.0.1
13022025-10-03T20:06:23.611Z Downloaded bitfield-struct v0.6.2
13032025-10-03T20:06:23.611Z Downloaded bit-vec v0.8.0
13042025-10-03T20:06:23.611Z Downloaded bit-set v0.5.3
13052025-10-03T20:06:23.611Z Downloaded bindgen v0.71.1
13062025-10-03T20:06:23.636Z Downloaded bcrypt-pbkdf v0.10.0
13072025-10-03T20:06:23.636Z Downloaded async-trait v0.1.89
13082025-10-03T20:06:23.636Z Downloaded async-stream v0.3.6
13092025-10-03T20:06:23.636Z Downloaded array-init v0.0.4
13102025-10-03T20:06:23.636Z Downloaded aho-corasick v1.1.3
13112025-10-03T20:06:23.664Z Downloaded aes v0.8.4
13122025-10-03T20:06:23.664Z Downloaded hubpack_derive v0.1.1
13132025-10-03T20:06:23.664Z Downloaded hashbrown v0.13.2
13142025-10-03T20:06:23.689Z Downloaded globwalk v0.9.1
13152025-10-03T20:06:23.689Z Downloaded atomic-waker v1.1.2
13162025-10-03T20:06:23.689Z Downloaded async-stream-impl v0.3.6
13172025-10-03T20:06:23.689Z Downloaded arrayvec v0.7.6
13182025-10-03T20:06:23.690Z Downloaded ahash v0.8.12
13192025-10-03T20:06:23.714Z Downloaded hostname v0.4.0
13202025-10-03T20:06:23.714Z Downloaded bitfield v0.19.2
13212025-10-03T20:06:23.714Z Downloaded backtrace v0.3.74
13222025-10-03T20:06:23.714Z Downloaded arrayref v0.3.9
13232025-10-03T20:06:23.714Z Downloaded aead v0.5.2
13242025-10-03T20:06:23.714Z Downloaded adler2 v2.0.0
13252025-10-03T20:06:23.714Z Downloaded addr2line v0.24.2
13262025-10-03T20:06:23.741Z Downloaded bitfield-macros v0.19.2
13272025-10-03T20:06:23.741Z Downloaded bcs v0.1.6
13282025-10-03T20:06:23.741Z Downloaded atty v0.2.14
13292025-10-03T20:06:23.741Z Downloaded atomicwrites v0.4.4
13302025-10-03T20:06:23.741Z Downloaded async-recursion v1.1.1
13312025-10-03T20:06:23.741Z Downloaded async-bb8-diesel v0.2.1
13322025-10-03T20:06:23.766Z Downloaded assert_matches v1.5.0
13332025-10-03T20:06:23.766Z Downloaded ascii-canvas v3.0.0
13342025-10-03T20:06:23.766Z Downloaded allocator-api2 v0.2.21
13352025-10-03T20:06:24.063Z Compiling value-bag v1.9.0
13362025-10-03T20:06:24.064Z Compiling lock_api v0.4.12
13372025-10-03T20:06:24.064Z Compiling scopeguard v1.2.0
13382025-10-03T20:06:24.089Z Compiling shlex v1.3.0
13392025-10-03T20:06:24.089Z Compiling typenum v1.17.0
13402025-10-03T20:06:24.089Z Compiling syn v2.0.106
13412025-10-03T20:06:24.089Z Compiling getrandom v0.2.15
13422025-10-03T20:06:24.090Z Compiling jobserver v0.1.32
13432025-10-03T20:06:24.333Z Compiling smallvec v1.15.1
13442025-10-03T20:06:24.581Z Compiling log v0.4.27
13452025-10-03T20:06:24.628Z Compiling cc v1.2.30
13462025-10-03T20:06:24.723Z Compiling rand_core v0.6.4
13472025-10-03T20:06:24.751Z Compiling generic-array v0.14.7
13482025-10-03T20:06:24.957Z Compiling subtle v2.6.1
13492025-10-03T20:06:25.051Z Compiling portable-atomic v1.11.0
13502025-10-03T20:06:25.222Z Compiling critical-section v1.1.3
13512025-10-03T20:06:25.313Z Compiling const-oid v0.9.6
13522025-10-03T20:06:25.340Z Compiling pkg-config v0.3.31
13532025-10-03T20:06:25.367Z Compiling spin v0.9.8
13542025-10-03T20:06:25.395Z Compiling parking_lot_core v0.9.10
13552025-10-03T20:06:25.808Z Compiling pin-project-lite v0.2.14
13562025-10-03T20:06:25.851Z Compiling regex-syntax v0.8.5
13572025-10-03T20:06:25.997Z Compiling getrandom v0.3.1
13582025-10-03T20:06:26.493Z Compiling rustix v0.38.37
13592025-10-03T20:06:27.171Z Compiling signal-hook-registry v1.4.2
13602025-10-03T20:06:27.214Z Compiling once_cell v1.21.3
13612025-10-03T20:06:27.249Z Compiling serde_json v1.0.145
13622025-10-03T20:06:27.416Z Compiling libm v0.2.8
13632025-10-03T20:06:27.454Z Compiling parking_lot v0.12.3
13642025-10-03T20:06:27.671Z Compiling mio v1.0.2
13652025-10-03T20:06:27.739Z Compiling num-traits v0.2.19
13662025-10-03T20:06:27.882Z Compiling allocator-api2 v0.2.21
13672025-10-03T20:06:27.933Z Compiling futures-core v0.3.31
13682025-10-03T20:06:28.527Z Compiling lazy_static v1.5.0
13692025-10-03T20:06:28.605Z Compiling aho-corasick v1.1.3
13702025-10-03T20:06:28.702Z Compiling socket2 v0.6.0
13712025-10-03T20:06:28.766Z Compiling slab v0.4.9
13722025-10-03T20:06:28.905Z Compiling percent-encoding v2.3.2
13732025-10-03T20:06:29.159Z Compiling cpufeatures v0.2.14
13742025-10-03T20:06:29.314Z Compiling either v1.15.0
13752025-10-03T20:06:29.580Z Compiling futures-sink v0.3.31
13762025-10-03T20:06:29.652Z Compiling glob v0.3.2
13772025-10-03T20:06:29.714Z Compiling futures-channel v0.3.31
13782025-10-03T20:06:30.052Z Compiling futures-io v0.3.31
13792025-10-03T20:06:30.112Z Compiling pin-utils v0.1.0
13802025-10-03T20:06:30.226Z Compiling futures-task v0.3.31
13812025-10-03T20:06:30.352Z Compiling prettyplease v0.2.36
13822025-10-03T20:06:30.453Z Compiling clang-sys v1.8.1
13832025-10-03T20:06:30.533Z Compiling regex-automata v0.4.11
13842025-10-03T20:06:30.748Z Compiling hashbrown v0.16.0
13852025-10-03T20:06:31.060Z Compiling minimal-lexical v0.2.1
13862025-10-03T20:06:31.140Z Compiling libloading v0.8.5
13872025-10-03T20:06:31.165Z Compiling home v0.5.9
13882025-10-03T20:06:31.389Z Compiling base64ct v1.6.0
13892025-10-03T20:06:31.538Z Compiling nom v7.1.3
13902025-10-03T20:06:31.615Z Compiling synstructure v0.13.1
13912025-10-03T20:06:31.663Z Compiling bindgen v0.69.5
13922025-10-03T20:06:31.885Z Compiling indexmap v2.11.4
13932025-10-03T20:06:32.028Z Compiling pem-rfc7468 v0.7.0
13942025-10-03T20:06:32.763Z Compiling itertools v0.12.1
13952025-10-03T20:06:32.986Z Compiling rustc-hash v1.1.0
13962025-10-03T20:06:33.172Z Compiling lazycell v1.3.0
13972025-10-03T20:06:33.415Z Compiling flagset v0.4.6
13982025-10-03T20:06:33.440Z Compiling form_urlencoded v1.2.2
13992025-10-03T20:06:33.641Z Compiling rand_core v0.9.3
14002025-10-03T20:06:33.810Z Compiling cmake v0.1.51
14012025-10-03T20:06:34.212Z Compiling paste v1.0.15
14022025-10-03T20:06:34.671Z Compiling cexpr v0.6.0
14032025-10-03T20:06:34.739Z Compiling dunce v1.0.5
14042025-10-03T20:06:34.784Z Compiling fs_extra v1.3.0
14052025-10-03T20:06:34.975Z Compiling rustc_version v0.4.1
14062025-10-03T20:06:35.299Z Compiling foldhash v0.1.5
14072025-10-03T20:06:35.465Z Compiling vcpkg v0.2.15
14082025-10-03T20:06:35.561Z Compiling rustversion v1.0.22
14092025-10-03T20:06:35.603Z Compiling iana-time-zone v0.1.63
14102025-10-03T20:06:35.628Z Compiling hashbrown v0.15.4
14112025-10-03T20:06:36.180Z Compiling regex v1.11.3
14122025-10-03T20:06:36.412Z Compiling serde_derive v1.0.226
14132025-10-03T20:06:36.920Z Compiling zeroize_derive v1.4.2
14142025-10-03T20:06:37.165Z Compiling zerofrom-derive v0.1.4
14152025-10-03T20:06:37.212Z Compiling yoke-derive v0.7.4
14162025-10-03T20:06:37.277Z Compiling zerocopy-derive v0.7.35
14172025-10-03T20:06:37.579Z Compiling zerovec-derive v0.10.3
14182025-10-03T20:06:38.396Z Compiling zeroize v1.8.1
14192025-10-03T20:06:39.521Z Compiling zerocopy v0.7.35
14202025-10-03T20:06:40.013Z Compiling displaydoc v0.2.5
14212025-10-03T20:06:40.163Z Compiling icu_provider_macros v1.5.0
14222025-10-03T20:06:40.449Z Compiling crypto-common v0.1.6
14232025-10-03T20:06:40.762Z Compiling block-buffer v0.10.4
14242025-10-03T20:06:40.937Z Compiling zerofrom v0.1.4
14252025-10-03T20:06:41.134Z Compiling digest v0.10.7
14262025-10-03T20:06:41.161Z Compiling tokio-macros v2.5.0
14272025-10-03T20:06:41.232Z Compiling yoke v0.7.4
14282025-10-03T20:06:41.364Z Compiling block-padding v0.3.3
14292025-10-03T20:06:41.449Z Compiling futures-macro v0.3.31
14302025-10-03T20:06:41.667Z Compiling zerovec v0.10.4
14312025-10-03T20:06:41.707Z Compiling hmac v0.12.1
14322025-10-03T20:06:41.738Z Compiling inout v0.1.3
14332025-10-03T20:06:41.763Z Compiling ppv-lite86 v0.2.20
14342025-10-03T20:06:42.050Z Compiling sha2 v0.10.9
14352025-10-03T20:06:42.138Z Compiling cipher v0.4.4
14362025-10-03T20:06:42.843Z Compiling thiserror-impl v2.0.17
14372025-10-03T20:06:42.875Z Compiling der_derive v0.7.3
14382025-10-03T20:06:42.914Z Compiling salsa20 v0.10.2
14392025-10-03T20:06:43.288Z Compiling pbkdf2 v0.12.2
14402025-10-03T20:06:44.550Z Compiling scrypt v0.11.0
14412025-10-03T20:06:44.575Z Compiling futures-util v0.3.31
14422025-10-03T20:06:44.575Z Compiling cbc v0.1.2
14432025-10-03T20:06:44.575Z Compiling tinystr v0.7.6
14442025-10-03T20:06:44.575Z Compiling icu_collections v1.5.0
14452025-10-03T20:06:44.575Z Compiling aes v0.8.4
14462025-10-03T20:06:44.575Z Compiling icu_locid v1.5.0
14472025-10-03T20:06:44.760Z Compiling serde v1.0.226
14482025-10-03T20:06:45.495Z Compiling der v0.7.9
14492025-10-03T20:06:45.597Z Compiling rand_chacha v0.9.0
14502025-10-03T20:06:45.677Z Compiling openssl-sys v0.9.109
14512025-10-03T20:06:46.226Z Compiling bitflags v2.9.4
14522025-10-03T20:06:46.615Z Compiling bytes v1.10.1
14532025-10-03T20:06:46.875Z Compiling icu_provider v1.5.0
14542025-10-03T20:06:47.032Z Compiling thiserror v2.0.17
14552025-10-03T20:06:47.266Z Compiling chrono v0.4.42
14562025-10-03T20:06:47.404Z Compiling uuid v1.18.1
14572025-10-03T20:06:47.921Z Compiling icu_locid_transform v1.5.0
14582025-10-03T20:06:47.973Z Compiling spki v0.7.3
14592025-10-03T20:06:48.452Z Compiling tokio v1.47.0
14602025-10-03T20:06:48.490Z Compiling http v1.3.1
14612025-10-03T20:06:49.013Z Compiling pkcs5 v0.7.1
14622025-10-03T20:06:49.163Z Compiling pest v2.8.2
14632025-10-03T20:06:49.879Z Compiling icu_properties v1.5.1
14642025-10-03T20:06:50.499Z Compiling rand v0.9.2
14652025-10-03T20:06:50.655Z Compiling tracing-attributes v0.1.27
14662025-10-03T20:06:51.126Z Compiling ring v0.17.14
14672025-10-03T20:06:51.372Z Compiling which v4.4.2
14682025-10-03T20:06:52.288Z Compiling tracing-core v0.1.32
14692025-10-03T20:06:52.360Z Compiling aws-lc-rs v1.12.4
14702025-10-03T20:06:52.518Z Compiling rustix v1.0.7
14712025-10-03T20:06:52.614Z Compiling adler2 v2.0.0
14722025-10-03T20:06:52.848Z Compiling ident_case v1.0.1
14732025-10-03T20:06:52.907Z Compiling miniz_oxide v0.8.5
14742025-10-03T20:06:53.091Z Compiling darling_core v0.20.10
14752025-10-03T20:06:53.681Z Compiling pest_meta v2.8.2
14762025-10-03T20:06:54.293Z Compiling icu_normalizer v1.5.0
14772025-10-03T20:06:54.552Z Compiling tracing v0.1.40
14782025-10-03T20:06:55.208Z Compiling http-body v1.0.1
14792025-10-03T20:06:55.299Z Compiling pkcs8 v0.10.2
14802025-10-03T20:06:55.515Z Compiling idna_adapter v1.2.0
14812025-10-03T20:06:55.808Z Compiling idna v1.0.3
14822025-10-03T20:06:56.117Z Compiling scroll_derive v0.12.0
14832025-10-03T20:06:56.472Z Compiling thiserror-impl v1.0.69
14842025-10-03T20:06:57.572Z Compiling url v2.5.4
14852025-10-03T20:06:57.657Z Compiling serde_derive_internals v0.29.1
14862025-10-03T20:06:58.877Z Compiling tokio-util v0.7.15
14872025-10-03T20:06:59.505Z Compiling httparse v1.9.5
14882025-10-03T20:06:59.744Z Compiling tinyvec_macros v0.1.1
14892025-10-03T20:06:59.929Z Compiling schemars v0.8.22
14902025-10-03T20:06:59.962Z Compiling rustls-pki-types v1.10.0
14912025-10-03T20:06:59.992Z Compiling base64 v0.22.1
14922025-10-03T20:07:00.356Z Compiling schemars_derive v0.8.22
14932025-10-03T20:07:00.460Z Compiling darling_macro v0.20.10
14942025-10-03T20:07:00.547Z Compiling thiserror v1.0.69
14952025-10-03T20:07:00.765Z Compiling tinyvec v1.8.0
14962025-10-03T20:07:00.925Z Compiling scroll v0.12.0
14972025-10-03T20:07:01.179Z Compiling pest_generator v2.8.2
14982025-10-03T20:07:01.689Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14992025-10-03T20:07:01.819Z Compiling bzip2-sys v0.1.13+1.0.8
15002025-10-03T20:07:02.469Z Compiling openssl-probe v0.1.5
15012025-10-03T20:07:02.498Z Compiling dyn-clone v1.0.20
15022025-10-03T20:07:02.646Z Compiling powerfmt v0.2.0
15032025-10-03T20:07:02.825Z Compiling foreign-types-shared v0.1.1
15042025-10-03T20:07:02.851Z Compiling openssl v0.10.73
15052025-10-03T20:07:03.007Z Compiling tower-service v0.3.3
15062025-10-03T20:07:03.108Z Compiling num-conv v0.1.0
15072025-10-03T20:07:03.193Z Compiling time-core v0.1.6
15082025-10-03T20:07:03.275Z Compiling untrusted v0.9.0
15092025-10-03T20:07:03.411Z Compiling try-lock v0.2.5
15102025-10-03T20:07:03.513Z Compiling atomic-waker v1.1.2
15112025-10-03T20:07:03.560Z Compiling untrusted v0.7.1
15122025-10-03T20:07:03.660Z Compiling goblin v0.8.2
15132025-10-03T20:07:03.660Z Compiling time-macros v0.2.24
15142025-10-03T20:07:03.781Z Compiling h2 v0.4.6
15152025-10-03T20:07:03.805Z Compiling want v0.3.1
15162025-10-03T20:07:04.892Z Compiling tempfile v3.20.0
15172025-10-03T20:07:05.368Z Compiling pest_derive v2.8.2
15182025-10-03T20:07:05.794Z Compiling foreign-types v0.3.2
15192025-10-03T20:07:05.944Z Compiling deranged v0.5.3
15202025-10-03T20:07:07.700Z Compiling darling v0.20.10
15212025-10-03T20:07:08.728Z Compiling ipnet v2.11.0
15222025-10-03T20:07:08.981Z Compiling openssl-macros v0.1.1
15232025-10-03T20:07:09.375Z Compiling wait-timeout v0.2.0
15242025-10-03T20:07:09.825Z Compiling socket2 v0.5.10
15252025-10-03T20:07:09.895Z Compiling quick-error v1.2.3
15262025-10-03T20:07:09.994Z Compiling gimli v0.31.1
15272025-10-03T20:07:10.111Z Compiling rustls v0.23.19
15282025-10-03T20:07:10.136Z Compiling native-tls v0.2.12
15292025-10-03T20:07:10.518Z Compiling bit-vec v0.8.0
15302025-10-03T20:07:10.543Z Compiling crossbeam-utils v0.8.21
15312025-10-03T20:07:10.904Z Compiling syn v1.0.109
15322025-10-03T20:07:11.065Z Compiling zerocopy v0.8.27
15332025-10-03T20:07:11.177Z Compiling httpdate v1.0.3
15342025-10-03T20:07:11.548Z Compiling num_threads v0.1.7
15352025-10-03T20:07:11.721Z Compiling time v0.3.43
15362025-10-03T20:07:11.883Z Compiling bit-set v0.8.0
15372025-10-03T20:07:12.064Z Compiling dof v0.3.0
15382025-10-03T20:07:12.230Z Compiling hyper v1.7.0
15392025-10-03T20:07:14.233Z Compiling rusty-fork v0.3.0
15402025-10-03T20:07:15.016Z Compiling addr2line v0.24.2
15412025-10-03T20:07:15.347Z Compiling derive_builder_core v0.20.2
15422025-10-03T20:07:15.508Z Compiling dtrace-parser v0.2.0
15432025-10-03T20:07:15.836Z Compiling unicode-normalization v0.1.24
15442025-10-03T20:07:16.302Z Compiling signature v2.2.0
15452025-10-03T20:07:16.691Z Compiling zerocopy-derive v0.8.27
15462025-10-03T20:07:16.790Z Compiling heapless v0.7.17
15472025-10-03T20:07:17.102Z Compiling rand_xorshift v0.4.0
15482025-10-03T20:07:17.296Z Compiling cookie v0.18.1
15492025-10-03T20:07:17.437Z Compiling object v0.36.5
15502025-10-03T20:07:17.656Z Compiling crc32fast v1.4.2
15512025-10-03T20:07:17.727Z Compiling unarray v0.1.4
15522025-10-03T20:07:17.758Z Compiling newtype-uuid v1.2.4
15532025-10-03T20:07:17.938Z Compiling zstd-safe v7.2.3
15542025-10-03T20:07:18.105Z Compiling unicode-bidi v0.3.17
15552025-10-03T20:07:18.133Z Compiling zlib-rs v0.5.1
15562025-10-03T20:07:18.345Z Compiling anyhow v1.0.99
15572025-10-03T20:07:19.048Z Compiling siphasher v0.3.11
15582025-10-03T20:07:19.496Z Compiling signal-hook v0.3.18
15592025-10-03T20:07:19.521Z Compiling slog v2.7.0
15602025-10-03T20:07:19.816Z Compiling rustc-demangle v0.1.24
15612025-10-03T20:07:20.077Z Compiling unicode-properties v0.1.3
15622025-10-03T20:07:20.529Z Compiling stringprep v0.1.5
15632025-10-03T20:07:20.859Z Compiling phf_shared v0.11.2
15642025-10-03T20:07:21.343Z Compiling proptest v1.7.0
15652025-10-03T20:07:21.604Z Compiling derive_builder_macro v0.20.2
15662025-10-03T20:07:22.067Z Compiling usdt-impl v0.5.0
15672025-10-03T20:07:22.643Z Compiling hyper-util v0.1.17
15682025-10-03T20:07:24.497Z Compiling ipnetwork v0.21.1
15692025-10-03T20:07:24.689Z Compiling libz-rs-sys v0.5.1
15702025-10-03T20:07:25.005Z Compiling serde_spanned v0.6.9
15712025-10-03T20:07:25.288Z Compiling backtrace v0.3.74
15722025-10-03T20:07:25.443Z Compiling toml_datetime v0.6.11
15732025-10-03T20:07:25.727Z Compiling serde_tokenstream v0.2.2
15742025-10-03T20:07:25.878Z Compiling rand_chacha v0.3.1
15752025-10-03T20:07:26.045Z Compiling md-5 v0.10.6
15762025-10-03T20:07:26.364Z Compiling vergen-lib v0.1.6
15772025-10-03T20:07:26.408Z Compiling curve25519-dalek v4.1.3
15782025-10-03T20:07:26.678Z Compiling num-integer v0.1.46
15792025-10-03T20:07:27.067Z Compiling sync_wrapper v1.0.1
15802025-10-03T20:07:27.150Z Compiling hash32 v0.2.1
15812025-10-03T20:07:27.279Z Compiling ff v0.13.0
15822025-10-03T20:07:27.510Z Compiling memoffset v0.9.1
15832025-10-03T20:07:27.543Z Compiling num-bigint-dig v0.8.4
15842025-10-03T20:07:27.568Z Compiling litrs v0.4.1
15852025-10-03T20:07:27.894Z Compiling cfg_aliases v0.2.1
15862025-10-03T20:07:27.936Z Compiling smoltcp v0.9.1
15872025-10-03T20:07:28.022Z Compiling fallible-iterator v0.2.0
15882025-10-03T20:07:28.352Z Compiling base16ct v0.2.0
15892025-10-03T20:07:28.493Z Compiling psl-types v2.0.11
15902025-10-03T20:07:28.649Z Compiling tower-layer v0.3.3
15912025-10-03T20:07:28.724Z Compiling ref-cast v1.0.24
15922025-10-03T20:07:28.761Z Compiling publicsuffix v2.3.0
15932025-10-03T20:07:28.810Z Compiling document-features v0.2.11
15942025-10-03T20:07:28.892Z Compiling postgres-protocol v0.6.8
15952025-10-03T20:07:28.964Z Compiling tower v0.5.2
15962025-10-03T20:07:29.190Z Compiling sec1 v0.7.3
15972025-10-03T20:07:29.911Z Compiling nix v0.29.0
15982025-10-03T20:07:30.005Z Compiling group v0.13.0
15992025-10-03T20:07:30.349Z Compiling num-iter v0.1.45
16002025-10-03T20:07:30.495Z Compiling rand v0.8.5
16012025-10-03T20:07:30.604Z Compiling oxnet v0.1.3
16022025-10-03T20:07:30.847Z Compiling flate2 v1.1.2
16032025-10-03T20:07:31.422Z Compiling derive_builder v0.20.2
16042025-10-03T20:07:31.619Z Compiling tokio-native-tls v0.3.1
16052025-10-03T20:07:32.452Z Compiling rustls-native-certs v0.8.1
16062025-10-03T20:07:32.618Z Compiling webpki-roots v1.0.1
16072025-10-03T20:07:32.887Z Compiling http-body-util v0.1.3
16082025-10-03T20:07:32.921Z Compiling terminal_size v0.4.0
16092025-10-03T20:07:32.977Z Compiling cargo-platform v0.1.8
16102025-10-03T20:07:33.037Z Compiling hkdf v0.12.4
16112025-10-03T20:07:33.140Z Compiling crypto-bigint v0.5.5
16122025-10-03T20:07:33.302Z Compiling vergen v9.0.6
16132025-10-03T20:07:33.475Z Compiling strum_macros v0.27.2
16142025-10-03T20:07:33.553Z Compiling curve25519-dalek-derive v0.1.1
16152025-10-03T20:07:33.674Z Compiling daft-derive v0.1.4
16162025-10-03T20:07:33.716Z Compiling ref-cast-impl v1.0.24
16172025-10-03T20:07:35.040Z Compiling async-trait v0.1.89
16182025-10-03T20:07:35.126Z Compiling ahash v0.8.12
16192025-10-03T20:07:35.577Z Compiling fs-err v3.1.1
16202025-10-03T20:07:35.608Z Compiling iri-string v0.7.8
16212025-10-03T20:07:35.986Z Compiling simd-adler32 v0.3.7
16222025-10-03T20:07:36.618Z Compiling winnow v0.5.40
16232025-10-03T20:07:37.821Z Compiling hubpack_derive v0.1.1
16242025-10-03T20:07:38.148Z Compiling lockfree-object-pool v0.1.6
16252025-10-03T20:07:38.541Z Compiling bumpalo v3.16.0
16262025-10-03T20:07:39.011Z Compiling buf-list v1.0.3
16272025-10-03T20:07:39.118Z Compiling bitflags v1.3.2
16282025-10-03T20:07:39.284Z Compiling managed v0.8.0
16292025-10-03T20:07:39.449Z Compiling strum v0.27.2
16302025-10-03T20:07:39.742Z Compiling tower-http v0.6.6
16312025-10-03T20:07:39.826Z Compiling hubpack v0.1.2
16322025-10-03T20:07:39.947Z Compiling zopfli v0.8.1
16332025-10-03T20:07:40.406Z Compiling elliptic-curve v0.13.8
16342025-10-03T20:07:40.689Z Compiling toml_edit v0.19.15
16352025-10-03T20:07:40.891Z Compiling clap_builder v4.5.48
16362025-10-03T20:07:40.941Z Compiling daft v0.1.4
16372025-10-03T20:07:41.984Z Compiling hyper-tls v0.6.0
16382025-10-03T20:07:42.028Z Compiling cargo_metadata v0.19.2
16392025-10-03T20:07:42.531Z Compiling zstd v0.13.3
16402025-10-03T20:07:43.225Z Compiling cookie_store v0.21.1
16412025-10-03T20:07:45.125Z Compiling signal-hook-mio v0.2.4
16422025-10-03T20:07:46.346Z Compiling postgres-types v0.2.9
16432025-10-03T20:07:46.419Z Compiling usdt-macro v0.5.0
16442025-10-03T20:07:47.949Z Compiling usdt-attr-macro v0.5.0
16452025-10-03T20:07:48.040Z Compiling phf v0.11.2
16462025-10-03T20:07:48.421Z Compiling ed25519 v2.2.3
16472025-10-03T20:07:48.911Z Compiling bzip2 v0.5.2
16482025-10-03T20:07:49.383Z Compiling bzip2 v0.4.4
16492025-10-03T20:07:49.807Z Compiling pkcs1 v0.7.5
16502025-10-03T20:07:49.859Z Compiling serde-big-array v0.5.1
16512025-10-03T20:07:50.020Z Compiling serde_urlencoded v0.7.1
16522025-10-03T20:07:50.047Z Compiling rfc6979 v0.4.0
16532025-10-03T20:07:50.186Z Compiling strum_macros v0.26.4
16542025-10-03T20:07:50.308Z Compiling serde_repr v0.1.19
16552025-10-03T20:07:50.585Z Compiling clap_derive v4.5.47
16562025-10-03T20:07:50.828Z Compiling enum-as-inner v0.6.1
16572025-10-03T20:07:50.881Z Compiling bstr v1.10.0
16582025-10-03T20:07:51.605Z Compiling float-cmp v0.10.0
16592025-10-03T20:07:51.923Z Compiling env_filter v0.1.2
16602025-10-03T20:07:51.953Z Compiling encoding_rs v0.8.34
16612025-10-03T20:07:52.740Z Compiling difflib v0.4.0
16622025-10-03T20:07:52.817Z Compiling fixedbitset v0.4.2
16632025-10-03T20:07:53.114Z Compiling data-encoding v2.9.0
16642025-10-03T20:07:53.410Z Compiling static_assertions v1.1.0
16652025-10-03T20:07:53.556Z Compiling rustc-hash v2.1.1
16662025-10-03T20:07:53.798Z Compiling mime v0.3.17
16672025-10-03T20:07:54.279Z Compiling foldhash v0.2.0
16682025-10-03T20:07:54.400Z Compiling normalize-line-endings v0.3.0
16692025-10-03T20:07:54.624Z Compiling whoami v1.5.2
16702025-10-03T20:07:54.867Z Compiling predicates-core v1.0.8
16712025-10-03T20:07:55.190Z Compiling unicode-segmentation v1.12.0
16722025-10-03T20:07:55.296Z Compiling precomputed-hash v0.1.1
16732025-10-03T20:07:55.324Z Compiling new_debug_unreachable v1.0.6
16742025-10-03T20:07:55.361Z Compiling strum v0.26.3
16752025-10-03T20:07:55.468Z Compiling string_cache v0.8.9
16762025-10-03T20:07:55.496Z Compiling predicates v3.1.3
16772025-10-03T20:07:55.529Z Compiling clap v4.5.48
16782025-10-03T20:07:55.609Z Compiling tokio-postgres v0.7.13
16792025-10-03T20:07:55.696Z Compiling iddqd v0.3.13
16802025-10-03T20:07:56.002Z Compiling hickory-proto v0.25.2
16812025-10-03T20:07:56.240Z Compiling similar v2.7.0
16822025-10-03T20:07:56.324Z Compiling toml_edit v0.22.27
16832025-10-03T20:07:57.228Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
16842025-10-03T20:07:57.917Z Compiling petgraph v0.6.5
16852025-10-03T20:07:58.665Z Compiling env_logger v0.11.5
16862025-10-03T20:07:58.899Z Compiling usdt v0.5.0
16872025-10-03T20:07:59.435Z Compiling rsa v0.9.6
16882025-10-03T20:07:59.480Z Compiling ecdsa v0.16.9
16892025-10-03T20:08:00.604Z Compiling zip v0.6.6
16902025-10-03T20:08:02.117Z Compiling zip v4.2.0
16912025-10-03T20:08:02.196Z Compiling ed25519-dalek v2.1.1
16922025-10-03T20:08:04.770Z Compiling crossterm v0.28.1
16932025-10-03T20:08:04.851Z Compiling toml v0.7.8
16942025-10-03T20:08:05.652Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
16952025-10-03T20:08:05.929Z Compiling crossbeam-epoch v0.9.18
16962025-10-03T20:08:06.087Z Compiling tokio-stream v0.1.17
16972025-10-03T20:08:06.168Z Compiling x509-cert v0.2.5
16982025-10-03T20:08:06.666Z Compiling openapiv3 v2.2.0
16992025-10-03T20:08:06.748Z Compiling sha1 v0.10.6
17002025-10-03T20:08:07.267Z Compiling itertools v0.10.5
17012025-10-03T20:08:07.336Z Compiling itertools v0.13.0
17022025-10-03T20:08:08.769Z Compiling winnow v0.6.26
17032025-10-03T20:08:08.860Z Compiling lalrpop-util v0.19.12
17042025-10-03T20:08:09.279Z Compiling peg-runtime v0.8.5
17052025-10-03T20:08:09.962Z Compiling thread_local v1.1.8
17062025-10-03T20:08:10.109Z Compiling slog-async v2.8.0
17072025-10-03T20:08:10.419Z Compiling crossbeam-channel v0.5.15
17082025-10-03T20:08:10.594Z Compiling xattr v1.3.1
17092025-10-03T20:08:10.687Z Compiling futures-executor v0.3.31
17102025-10-03T20:08:10.870Z Compiling filetime v0.2.25
17112025-10-03T20:08:10.897Z Compiling is-terminal v0.4.13
17122025-10-03T20:08:10.955Z Compiling take_mut v0.2.2
17132025-10-03T20:08:11.097Z Compiling term v1.1.0
17142025-10-03T20:08:11.183Z Compiling tar v0.4.44
17152025-10-03T20:08:11.245Z Compiling futures v0.3.31
17162025-10-03T20:08:12.587Z Compiling slog-term v2.9.2
17172025-10-03T20:08:16.679Z Compiling aws-lc-sys v0.26.0
17182025-10-03T20:08:56.503Z Compiling rustls-webpki v0.102.8
17192025-10-03T20:09:03.009Z Compiling tokio-rustls v0.26.0
17202025-10-03T20:09:04.587Z Compiling hyper-rustls v0.27.7
17212025-10-03T20:09:04.614Z Compiling reqwest v0.12.22
17222025-10-03T20:09:08.611Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232025-10-03T20:09:09.022Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242025-10-03T20:09:15.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 56s
17252025-10-03T20:09:15.362Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262025-10-03T20:09:15.447ZOct 03 20:09:15.039 INFO Starting download, target: Clickhouse
17272025-10-03T20:09:15.447ZOct 03 20:09:15.040 INFO Starting download, target: Cockroach
17282025-10-03T20:09:15.447ZOct 03 20:09:15.040 INFO Starting download, target: Console
17292025-10-03T20:09:15.447ZOct 03 20:09:15.040 INFO Starting download, target: DendriteStub
17302025-10-03T20:09:15.447ZOct 03 20:09:15.040 INFO Starting download, target: MaghemiteMgd
17312025-10-03T20:09:15.447ZOct 03 20:09:15.040 INFO Starting download, target: TransceiverControl
17322025-10-03T20:09:15.472ZOct 03 20:09:15.041 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332025-10-03T20:09:15.472ZOct 03 20:09:15.041 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342025-10-03T20:09:15.472ZOct 03 20:09:15.041 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352025-10-03T20:09:15.472ZOct 03 20:09:15.041 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362025-10-03T20:09:15.472ZOct 03 20:09:15.041 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372025-10-03T20:09:15.472ZOct 03 20:09:15.041 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382025-10-03T20:09:16.037ZOct 03 20:09:15.627 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392025-10-03T20:09:16.139ZOct 03 20:09:15.723 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402025-10-03T20:09:16.561ZOct 03 20:09:16.142 INFO Download complete, target: Console
17412025-10-03T20:09:16.740ZOct 03 20:09:16.327 INFO Download complete, target: TransceiverControl
17422025-10-03T20:09:19.098ZOct 03 20:09:18.691 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432025-10-03T20:09:19.378ZOct 03 20:09:18.971 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442025-10-03T20:09:21.016ZOct 03 20:09:20.609 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452025-10-03T20:09:21.041ZOct 03 20:09:20.610 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462025-10-03T20:09:25.290ZOct 03 20:09:24.878 INFO Download complete, target: DendriteStub
17472025-10-03T20:09:25.383ZOct 03 20:09:24.968 INFO Download complete, target: MaghemiteMgd
17482025-10-03T20:09:31.728ZOct 03 20:09:31.317 INFO Checking that binary works, target: Cockroach
17492025-10-03T20:09:31.936ZOct 03 20:09:31.528 INFO Download complete, target: Cockroach
17502025-10-03T20:09:46.160ZOct 03 20:09:45.757 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512025-10-03T20:10:02.223ZOct 03 20:10:01.823 INFO Checking that binary works, target: Clickhouse
17522025-10-03T20:10:02.387ZOct 03 20:10:01.987 INFO Download complete, target: Clickhouse
17532025-10-03T20:10:02.419ZAll builder prerequisites installed successfully, and PATH looks valid
17542025-10-03T20:10:02.444Z
17552025-10-03T20:10:02.444Zreal 6:50.181097174
17562025-10-03T20:10:02.444Zuser 20:17.493252346
17572025-10-03T20:10:02.444Zsys 3:10.904449558
17582025-10-03T20:10:02.444Ztrap 0.892876458
17592025-10-03T20:10:02.444Ztflt 0.428251041
17602025-10-03T20:10:02.445Zdflt 1.254634615
17612025-10-03T20:10:02.445Zkflt 0.013334039
17622025-10-03T20:10:02.445Zlock 58:36.142231254
17632025-10-03T20:10:02.445Zslp 1:15:04.959066366
17642025-10-03T20:10:02.445Zlat 1:25.535086466
17652025-10-03T20:10:02.445Zstop 3:17.910684086
17662025-10-03T20:10:02.445Z++ bmat factory name
17672025-10-03T20:10:02.445Z++ bmat factory private
17682025-10-03T20:10:02.470Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/43707 '{
17692025-10-03T20:10:02.470Z buildomat: {
17702025-10-03T20:10:02.470Z factory: {
17712025-10-03T20:10:02.470Z name: $bmat_factory_name,
17722025-10-03T20:10:02.470Z private: $bmat_factory_private,
17732025-10-03T20:10:02.470Z },
17742025-10-03T20:10:02.470Z },
17752025-10-03T20:10:02.470Z }'
17762025-10-03T20:10:02.495Z+ banner ls-apis
17772025-10-03T20:10:02.520Z
17782025-10-03T20:10:02.520Z # #### ## ##### # ####
17792025-10-03T20:10:02.520Z # # # # # # # #
17802025-10-03T20:10:02.520Z # #### ##### # # # # # ####
17812025-10-03T20:10:02.520Z # # ###### ##### # #
17822025-10-03T20:10:02.520Z # # # # # # # # #
17832025-10-03T20:10:02.520Z ###### #### # # # # ####
17842025-10-03T20:10:02.520Z
17852025-10-03T20:10:02.521Z+ source ./tools/include/force-git-over-https.sh
17862025-10-03T20:10:02.521Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17872025-10-03T20:10:02.521Z++ (( i = 0 ))
17882025-10-03T20:10:02.521Z++ (( i < 5 ))
17892025-10-03T20:10:02.521Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17902025-10-03T20:10:02.521Z++ (( i++ ))
17912025-10-03T20:10:02.521Z++ (( i < 5 ))
17922025-10-03T20:10:02.521Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17932025-10-03T20:10:02.521Z++ (( i++ ))
17942025-10-03T20:10:02.521Z++ (( i < 5 ))
17952025-10-03T20:10:02.521Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17962025-10-03T20:10:02.521Z++ (( i++ ))
17972025-10-03T20:10:02.521Z++ (( i < 5 ))
17982025-10-03T20:10:02.521Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17992025-10-03T20:10:02.546Z++ (( i++ ))
18002025-10-03T20:10:02.546Z++ (( i < 5 ))
18012025-10-03T20:10:02.546Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18022025-10-03T20:10:02.546Z++ (( i++ ))
18032025-10-03T20:10:02.546Z++ (( i < 5 ))
18042025-10-03T20:10:02.546Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18052025-10-03T20:10:02.546Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18062025-10-03T20:10:02.546Z+ ptime -m cargo xtask ls-apis apis
18072025-10-03T20:10:03.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
18082025-10-03T20:10:03.845Z Running `target/debug/xtask ls-apis apis`
18092025-10-03T20:10:05.472Z Compiling semver v0.1.20
18102025-10-03T20:10:05.507Z Compiling erased-serde v0.4.6
18112025-10-03T20:10:05.532Z Compiling ordered-float v2.10.1
18122025-10-03T20:10:05.532Z Compiling structmeta-derive v0.3.0
18132025-10-03T20:10:05.532Z Compiling toml v0.8.23
18142025-10-03T20:10:05.532Z Compiling cargo-platform v0.2.0
18152025-10-03T20:10:05.532Z Compiling fixedbitset v0.5.7
18162025-10-03T20:10:05.813Z Compiling rustc_version v0.1.7
18172025-10-03T20:10:06.019Z Compiling petgraph v0.8.2
18182025-10-03T20:10:06.113Z Compiling serde-value v0.7.0
18192025-10-03T20:10:06.233Z Compiling newtype_derive v0.1.6
18202025-10-03T20:10:06.390Z Compiling serde-untagged v0.1.7
18212025-10-03T20:10:06.769Z Compiling cargo-util-schemas v0.8.2
18222025-10-03T20:10:07.291Z Compiling structmeta v0.3.0
18232025-10-03T20:10:07.650Z Compiling parse-display-derive v0.10.0
18242025-10-03T20:10:08.776Z Compiling cargo_metadata v0.21.0
18252025-10-03T20:10:09.933Z Compiling parse-display v0.10.0
18262025-10-03T20:10:10.691Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18272025-10-03T20:10:16.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s
18282025-10-03T20:10:16.546Z Running `target/debug/ls-apis apis`
18292025-10-03T20:10:16.612Zloading metadata for workspace omicron from current workspace
18302025-10-03T20:10:21.911Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
18312025-10-03T20:10:21.936Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
18322025-10-03T20:10:21.936Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
18332025-10-03T20:10:21.936Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
18342025-10-03T20:10:21.960Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
18352025-10-03T20:10:43.780Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
18362025-10-03T20:10:46.203Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18372025-10-03T20:10:46.235Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18382025-10-03T20:10:46.562ZBootstrap Agent (client: bootstrap-agent-client)
18392025-10-03T20:10:46.562Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18402025-10-03T20:10:46.562Z consumed by: wicketd (omicron/wicketd) via 2 paths
18412025-10-03T20:10:46.562Z
18422025-10-03T20:10:46.562ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18432025-10-03T20:10:46.562Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18442025-10-03T20:10:46.562Z
18452025-10-03T20:10:46.563ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18462025-10-03T20:10:46.563Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18472025-10-03T20:10:46.563Z
18482025-10-03T20:10:46.563ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18492025-10-03T20:10:46.563Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18502025-10-03T20:10:46.563Z
18512025-10-03T20:10:46.563ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18522025-10-03T20:10:46.563Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18532025-10-03T20:10:46.563Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18542025-10-03T20:10:46.563Z
18552025-10-03T20:10:46.563ZCrucible Agent (client: crucible-agent-client)
18562025-10-03T20:10:46.588Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18572025-10-03T20:10:46.588Z
18582025-10-03T20:10:46.588ZCrucible Control (for testing only) (client: crucible-control-client)
18592025-10-03T20:10:46.588Z
18602025-10-03T20:10:46.588ZCrucible Pantry (client: crucible-pantry-client)
18612025-10-03T20:10:46.588Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18622025-10-03T20:10:46.588Z
18632025-10-03T20:10:46.588ZMaghemite DDM Admin (client: ddm-admin-client)
18642025-10-03T20:10:46.588Z consumed by: installinator (omicron/installinator) via 1 path
18652025-10-03T20:10:46.588Z consumed by: mgd (maghemite/mgd) via 1 path
18662025-10-03T20:10:46.588Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18672025-10-03T20:10:46.588Z consumed by: wicketd (omicron/wicketd) via 1 path
18682025-10-03T20:10:46.588Z
18692025-10-03T20:10:46.588ZDNS Server (client: dns-service-client)
18702025-10-03T20:10:46.588Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18712025-10-03T20:10:46.588Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18722025-10-03T20:10:46.588Z
18732025-10-03T20:10:46.588ZDendrite DPD (client: dpd-client)
18742025-10-03T20:10:46.588Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18752025-10-03T20:10:46.588Z consumed by: lldpd (lldp/lldpd) via 2 paths
18762025-10-03T20:10:46.588Z consumed by: mgd (maghemite/mgd) via 1 path
18772025-10-03T20:10:46.588Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18782025-10-03T20:10:46.588Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18792025-10-03T20:10:46.588Z consumed by: tfportd (dendrite/tfportd) via 2 paths
18802025-10-03T20:10:46.588Z consumed by: wicketd (omicron/wicketd) via 2 paths
18812025-10-03T20:10:46.588Z
18822025-10-03T20:10:46.588ZDownstairs Controller (debugging only) (client: dsc-client)
18832025-10-03T20:10:46.588Z
18842025-10-03T20:10:46.588ZManagement Gateway Service (client: gateway-client)
18852025-10-03T20:10:46.614Z consumed by: dpd (dendrite/dpd) via 1 path
18862025-10-03T20:10:46.614Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
18872025-10-03T20:10:46.614Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18882025-10-03T20:10:46.614Z consumed by: wicketd (omicron/wicketd) via 3 paths
18892025-10-03T20:10:46.614Z
18902025-10-03T20:10:46.614ZWicketd Installinator (client: installinator-client)
18912025-10-03T20:10:46.614Z consumed by: installinator (omicron/installinator) via 1 path
18922025-10-03T20:10:46.614Z
18932025-10-03T20:10:46.614ZLLDP daemon (client: lldpd-client)
18942025-10-03T20:10:46.614Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18952025-10-03T20:10:46.614Z consumed by: tfportd (dendrite/tfportd) via 1 path
18962025-10-03T20:10:46.614Z
18972025-10-03T20:10:46.614ZMaghemite MG Admin (client: mg-admin-client)
18982025-10-03T20:10:46.614Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18992025-10-03T20:10:46.614Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19002025-10-03T20:10:46.614Z
19012025-10-03T20:10:46.614ZNexus Internal API (client: nexus-client)
19022025-10-03T20:10:46.614Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19032025-10-03T20:10:46.614Z consumed by: dpd (dendrite/dpd) via 1 path
19042025-10-03T20:10:46.614Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19052025-10-03T20:10:46.614Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19062025-10-03T20:10:46.614Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19072025-10-03T20:10:46.614Z
19082025-10-03T20:10:46.614ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19092025-10-03T20:10:46.614Z
19102025-10-03T20:10:46.614ZNTP Admin (client: ntp-admin-client)
19112025-10-03T20:10:46.614Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19122025-10-03T20:10:46.614Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19132025-10-03T20:10:46.614Z
19142025-10-03T20:10:46.615ZExternal API (client: oxide-client)
19152025-10-03T20:10:46.615Z
19162025-10-03T20:10:46.615ZOximeter (client: oximeter-client)
19172025-10-03T20:10:46.615Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19182025-10-03T20:10:46.615Z
19192025-10-03T20:10:46.615ZPropolis (client: propolis-client)
19202025-10-03T20:10:46.641Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19212025-10-03T20:10:46.641Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19222025-10-03T20:10:46.641Z
19232025-10-03T20:10:46.641ZCrucible Repair (client: repair-client)
19242025-10-03T20:10:46.641Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19252025-10-03T20:10:46.641Z
19262025-10-03T20:10:46.641ZRepo Depot API (client: repo-depot-client)
19272025-10-03T20:10:46.641Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19282025-10-03T20:10:46.641Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19292025-10-03T20:10:46.641Z
19302025-10-03T20:10:46.641ZSled Agent (client: sled-agent-client)
19312025-10-03T20:10:46.641Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19322025-10-03T20:10:46.641Z
19332025-10-03T20:10:46.642ZWicketd (client: wicketd-client)
19342025-10-03T20:10:46.642Z
19352025-10-03T20:10:46.747Z
19362025-10-03T20:10:46.747Zreal 44.191411479
19372025-10-03T20:10:46.747Zuser 44.645617146
19382025-10-03T20:10:46.747Zsys 18.146135162
19392025-10-03T20:10:46.747Ztrap 0.031027992
19402025-10-03T20:10:46.747Ztflt 0.053989829
19412025-10-03T20:10:46.747Zdflt 0.215699243
19422025-10-03T20:10:46.747Zkflt 0.000000000
19432025-10-03T20:10:46.747Zlock 1:14.280705356
19442025-10-03T20:10:46.747Zslp 4:46.215678841
19452025-10-03T20:10:46.747Zlat 1.668865031
19462025-10-03T20:10:46.747Zstop 2.910717847
19472025-10-03T20:10:46.772Z+ ptime -m cargo xtask ls-apis deployment-units
19482025-10-03T20:10:47.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
19492025-10-03T20:10:47.986Z Running `target/debug/xtask ls-apis deployment-units`
19502025-10-03T20:10:49.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
19512025-10-03T20:10:49.878Z Running `target/debug/ls-apis deployment-units`
19522025-10-03T20:10:49.957Zloading metadata for workspace omicron from current workspace
19532025-10-03T20:10:52.238Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
19542025-10-03T20:10:52.263Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
19552025-10-03T20:10:52.263Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
19562025-10-03T20:10:52.263Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
19572025-10-03T20:10:52.288Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
19582025-10-03T20:10:57.440Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
19592025-10-03T20:10:59.126Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19602025-10-03T20:10:59.160Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19612025-10-03T20:10:59.525ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19622025-10-03T20:10:59.525Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19632025-10-03T20:10:59.525Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19642025-10-03T20:10:59.526Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19652025-10-03T20:10:59.526Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19662025-10-03T20:10:59.573Z
19672025-10-03T20:10:59.573Z
19682025-10-03T20:10:59.573ZCockroach
19692025-10-03T20:10:59.573Z omicron-cockroach-admin (omicron/cockroach-admin)
19702025-10-03T20:10:59.573Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19712025-10-03T20:10:59.573Z
19722025-10-03T20:10:59.573Z
19732025-10-03T20:10:59.573ZCrucible
19742025-10-03T20:10:59.573Z crucible-agent (crucible/agent)
19752025-10-03T20:10:59.573Z exposes: Crucible Agent (client = crucible-agent-client)
19762025-10-03T20:10:59.573Z
19772025-10-03T20:10:59.573Z crucible-downstairs (crucible/downstairs)
19782025-10-03T20:10:59.573Z exposes: Crucible Repair (client = repair-client)
19792025-10-03T20:10:59.573Z consumes: repair-client
19802025-10-03T20:10:59.573Z
19812025-10-03T20:10:59.573Z
19822025-10-03T20:10:59.573ZCrucible Pantry
19832025-10-03T20:10:59.573Z crucible-pantry (crucible/pantry)
19842025-10-03T20:10:59.573Z exposes: Crucible Pantry (client = crucible-pantry-client)
19852025-10-03T20:10:59.573Z consumes: nexus-client
19862025-10-03T20:10:59.573Z
19872025-10-03T20:10:59.573Z
19882025-10-03T20:10:59.573ZDNS Server
19892025-10-03T20:10:59.573Z dns-server (omicron/dns-server)
19902025-10-03T20:10:59.573Z exposes: DNS Server (client = dns-service-client)
19912025-10-03T20:10:59.573Z
19922025-10-03T20:10:59.573Z
19932025-10-03T20:10:59.574ZHost OS
19942025-10-03T20:10:59.574Z ddmd (maghemite/ddmd)
19952025-10-03T20:10:59.574Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19962025-10-03T20:10:59.574Z consumes: dpd-client
19972025-10-03T20:10:59.574Z
19982025-10-03T20:10:59.574Z dpd (dendrite/dpd)
19992025-10-03T20:10:59.574Z exposes: Dendrite DPD (client = dpd-client)
20002025-10-03T20:10:59.574Z consumes: gateway-client
20012025-10-03T20:10:59.574Z consumes: nexus-client
20022025-10-03T20:10:59.574Z
20032025-10-03T20:10:59.574Z lldpd (lldp/lldpd)
20042025-10-03T20:10:59.574Z exposes: LLDP daemon (client = lldpd-client)
20052025-10-03T20:10:59.574Z consumes: dpd-client
20062025-10-03T20:10:59.574Z
20072025-10-03T20:10:59.574Z mgd (maghemite/mgd)
20082025-10-03T20:10:59.574Z exposes: Maghemite MG Admin (client = mg-admin-client)
20092025-10-03T20:10:59.574Z consumes: ddm-admin-client
20102025-10-03T20:10:59.574Z consumes: dpd-client
20112025-10-03T20:10:59.574Z
20122025-10-03T20:10:59.574Z omicron-gateway (omicron/gateway)
20132025-10-03T20:10:59.574Z exposes: Management Gateway Service (client = gateway-client)
20142025-10-03T20:10:59.574Z
20152025-10-03T20:10:59.574Z omicron-sled-agent (omicron/sled-agent)
20162025-10-03T20:10:59.574Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20172025-10-03T20:10:59.574Z exposes: Repo Depot API (client = repo-depot-client)
20182025-10-03T20:10:59.574Z exposes: Sled Agent (client = sled-agent-client)
20192025-10-03T20:10:59.574Z consumes: bootstrap-agent-client
20202025-10-03T20:10:59.574Z consumes: cockroach-admin-client
20212025-10-03T20:10:59.574Z consumes: ddm-admin-client
20222025-10-03T20:10:59.574Z consumes: dns-service-client
20232025-10-03T20:10:59.574Z consumes: dpd-client
20242025-10-03T20:10:59.574Z consumes: gateway-client
20252025-10-03T20:10:59.574Z consumes: mg-admin-client
20262025-10-03T20:10:59.574Z consumes: nexus-client
20272025-10-03T20:10:59.574Z consumes: ntp-admin-client
20282025-10-03T20:10:59.574Z consumes: propolis-client
20292025-10-03T20:10:59.574Z consumes: repo-depot-client
20302025-10-03T20:10:59.574Z
20312025-10-03T20:10:59.574Z propolis-server (propolis/bin/propolis-server)
20322025-10-03T20:10:59.575Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20332025-10-03T20:10:59.575Z exposes: Propolis (client = propolis-client)
20342025-10-03T20:10:59.575Z consumes: nexus-client
20352025-10-03T20:10:59.575Z
20362025-10-03T20:10:59.575Z tfportd (dendrite/tfportd)
20372025-10-03T20:10:59.600Z consumes: dpd-client
20382025-10-03T20:10:59.600Z consumes: lldpd-client
20392025-10-03T20:10:59.600Z
20402025-10-03T20:10:59.600Z wicketd (omicron/wicketd)
20412025-10-03T20:10:59.600Z exposes: Wicketd Installinator (client = installinator-client)
20422025-10-03T20:10:59.600Z exposes: Wicketd (client = wicketd-client)
20432025-10-03T20:10:59.600Z consumes: bootstrap-agent-client
20442025-10-03T20:10:59.600Z consumes: ddm-admin-client
20452025-10-03T20:10:59.600Z consumes: dpd-client
20462025-10-03T20:10:59.600Z consumes: gateway-client
20472025-10-03T20:10:59.600Z
20482025-10-03T20:10:59.600Z
20492025-10-03T20:10:59.600ZInstallinator
20502025-10-03T20:10:59.600Z installinator (omicron/installinator)
20512025-10-03T20:10:59.600Z consumes: ddm-admin-client
20522025-10-03T20:10:59.600Z consumes: installinator-client
20532025-10-03T20:10:59.600Z
20542025-10-03T20:10:59.600Z
20552025-10-03T20:10:59.600ZNTP
20562025-10-03T20:10:59.600Z omicron-ntp-admin (omicron/ntp-admin)
20572025-10-03T20:10:59.600Z exposes: NTP Admin (client = ntp-admin-client)
20582025-10-03T20:10:59.600Z
20592025-10-03T20:10:59.601Z
20602025-10-03T20:10:59.601ZNexus
20612025-10-03T20:10:59.601Z omicron-nexus (omicron/nexus)
20622025-10-03T20:10:59.601Z exposes: Nexus Internal API (client = nexus-client)
20632025-10-03T20:10:59.601Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
20642025-10-03T20:10:59.601Z exposes: External API (client = oxide-client)
20652025-10-03T20:10:59.601Z consumes: clickhouse-admin-keeper-client
20662025-10-03T20:10:59.601Z consumes: clickhouse-admin-server-client
20672025-10-03T20:10:59.601Z consumes: clickhouse-admin-single-client
20682025-10-03T20:10:59.601Z consumes: cockroach-admin-client
20692025-10-03T20:10:59.601Z consumes: crucible-agent-client
20702025-10-03T20:10:59.601Z consumes: crucible-pantry-client
20712025-10-03T20:10:59.601Z consumes: dns-service-client
20722025-10-03T20:10:59.601Z consumes: dpd-client
20732025-10-03T20:10:59.601Z consumes: gateway-client
20742025-10-03T20:10:59.601Z consumes: lldpd-client
20752025-10-03T20:10:59.601Z consumes: mg-admin-client
20762025-10-03T20:10:59.601Z consumes: ntp-admin-client
20772025-10-03T20:10:59.601Z consumes: oximeter-client
20782025-10-03T20:10:59.601Z consumes: propolis-client
20792025-10-03T20:10:59.601Z consumes: repo-depot-client
20802025-10-03T20:10:59.601Z consumes: sled-agent-client
20812025-10-03T20:10:59.601Z
20822025-10-03T20:10:59.601Z
20832025-10-03T20:10:59.601ZOximeter
20842025-10-03T20:10:59.601Z oximeter-collector (omicron/oximeter/collector)
20852025-10-03T20:10:59.601Z exposes: Oximeter (client = oximeter-client)
20862025-10-03T20:10:59.601Z consumes: nexus-client
20872025-10-03T20:10:59.601Z
20882025-10-03T20:10:59.601Z
20892025-10-03T20:10:59.690Z
20902025-10-03T20:10:59.691Zreal 12.909572752
20912025-10-03T20:10:59.691Zuser 9.868670510
20922025-10-03T20:10:59.691Zsys 5.104040098
20932025-10-03T20:10:59.716Ztrap 0.005494894
20942025-10-03T20:10:59.716Ztflt 0.000152398
20952025-10-03T20:10:59.716Zdflt 0.000338693
20962025-10-03T20:10:59.716Zkflt 0.000000000
20972025-10-03T20:10:59.716Zlock 0.535998613
20982025-10-03T20:10:59.716Zslp 44.587680288
20992025-10-03T20:10:59.716Zlat 0.076984847
21002025-10-03T20:10:59.716Zstop 0.014914022
21012025-10-03T20:10:59.716Z+ ptime -m cargo xtask ls-apis servers
21022025-10-03T20:11:01.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
21032025-10-03T20:11:01.070Z Running `target/debug/xtask ls-apis servers`
21042025-10-03T20:11:02.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
21052025-10-03T20:11:03.012Z Running `target/debug/ls-apis servers`
21062025-10-03T20:11:03.082Zloading metadata for workspace omicron from current workspace
21072025-10-03T20:11:05.431Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
21082025-10-03T20:11:05.456Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
21092025-10-03T20:11:05.456Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
21102025-10-03T20:11:05.456Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
21112025-10-03T20:11:05.456Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
21122025-10-03T20:11:09.852Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
21132025-10-03T20:11:11.317Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21142025-10-03T20:11:11.350Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21152025-10-03T20:11:11.684Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21162025-10-03T20:11:11.684Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21172025-10-03T20:11:11.684Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21182025-10-03T20:11:11.684Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21192025-10-03T20:11:11.731Z
21202025-10-03T20:11:11.731Zomicron-cockroach-admin (omicron/cockroach-admin)
21212025-10-03T20:11:11.731Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21222025-10-03T20:11:11.731Z
21232025-10-03T20:11:11.731Zcrucible-agent (crucible/agent)
21242025-10-03T20:11:11.731Z exposes: Crucible Agent (client = crucible-agent-client)
21252025-10-03T20:11:11.731Z
21262025-10-03T20:11:11.731Zcrucible-downstairs (crucible/downstairs)
21272025-10-03T20:11:11.731Z exposes: Crucible Repair (client = repair-client)
21282025-10-03T20:11:11.731Z consumes: repair-client
21292025-10-03T20:11:11.731Z
21302025-10-03T20:11:11.731Zcrucible-pantry (crucible/pantry)
21312025-10-03T20:11:11.731Z exposes: Crucible Pantry (client = crucible-pantry-client)
21322025-10-03T20:11:11.731Z consumes: nexus-client
21332025-10-03T20:11:11.731Z
21342025-10-03T20:11:11.731Zdns-server (omicron/dns-server)
21352025-10-03T20:11:11.731Z exposes: DNS Server (client = dns-service-client)
21362025-10-03T20:11:11.731Z
21372025-10-03T20:11:11.731Zomicron-sled-agent (omicron/sled-agent)
21382025-10-03T20:11:11.731Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21392025-10-03T20:11:11.731Z exposes: Repo Depot API (client = repo-depot-client)
21402025-10-03T20:11:11.732Z exposes: Sled Agent (client = sled-agent-client)
21412025-10-03T20:11:11.732Z consumes: bootstrap-agent-client
21422025-10-03T20:11:11.732Z consumes: cockroach-admin-client
21432025-10-03T20:11:11.732Z consumes: ddm-admin-client
21442025-10-03T20:11:11.732Z consumes: dns-service-client
21452025-10-03T20:11:11.732Z consumes: dpd-client
21462025-10-03T20:11:11.732Z consumes: gateway-client
21472025-10-03T20:11:11.732Z consumes: mg-admin-client
21482025-10-03T20:11:11.732Z consumes: nexus-client
21492025-10-03T20:11:11.732Z consumes: ntp-admin-client
21502025-10-03T20:11:11.732Z consumes: propolis-client
21512025-10-03T20:11:11.732Z consumes: repo-depot-client
21522025-10-03T20:11:11.732Z
21532025-10-03T20:11:11.732Zpropolis-server (propolis/bin/propolis-server)
21542025-10-03T20:11:11.732Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21552025-10-03T20:11:11.732Z exposes: Propolis (client = propolis-client)
21562025-10-03T20:11:11.732Z consumes: nexus-client
21572025-10-03T20:11:11.732Z
21582025-10-03T20:11:11.732Zddmd (maghemite/ddmd)
21592025-10-03T20:11:11.732Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21602025-10-03T20:11:11.732Z consumes: dpd-client
21612025-10-03T20:11:11.732Z
21622025-10-03T20:11:11.732Zdpd (dendrite/dpd)
21632025-10-03T20:11:11.732Z exposes: Dendrite DPD (client = dpd-client)
21642025-10-03T20:11:11.732Z consumes: gateway-client
21652025-10-03T20:11:11.732Z consumes: nexus-client
21662025-10-03T20:11:11.732Z
21672025-10-03T20:11:11.732Zlldpd (lldp/lldpd)
21682025-10-03T20:11:11.732Z exposes: LLDP daemon (client = lldpd-client)
21692025-10-03T20:11:11.732Z consumes: dpd-client
21702025-10-03T20:11:11.732Z
21712025-10-03T20:11:11.732Zmgd (maghemite/mgd)
21722025-10-03T20:11:11.732Z exposes: Maghemite MG Admin (client = mg-admin-client)
21732025-10-03T20:11:11.732Z consumes: ddm-admin-client
21742025-10-03T20:11:11.732Z consumes: dpd-client
21752025-10-03T20:11:11.732Z
21762025-10-03T20:11:11.732Zomicron-gateway (omicron/gateway)
21772025-10-03T20:11:11.732Z exposes: Management Gateway Service (client = gateway-client)
21782025-10-03T20:11:11.732Z
21792025-10-03T20:11:11.733Ztfportd (dendrite/tfportd)
21802025-10-03T20:11:11.733Z consumes: dpd-client
21812025-10-03T20:11:11.733Z consumes: lldpd-client
21822025-10-03T20:11:11.733Z
21832025-10-03T20:11:11.733Zwicketd (omicron/wicketd)
21842025-10-03T20:11:11.733Z exposes: Wicketd Installinator (client = installinator-client)
21852025-10-03T20:11:11.733Z exposes: Wicketd (client = wicketd-client)
21862025-10-03T20:11:11.758Z consumes: bootstrap-agent-client
21872025-10-03T20:11:11.758Z consumes: ddm-admin-client
21882025-10-03T20:11:11.758Z consumes: dpd-client
21892025-10-03T20:11:11.758Z consumes: gateway-client
21902025-10-03T20:11:11.758Z
21912025-10-03T20:11:11.758Zinstallinator (omicron/installinator)
21922025-10-03T20:11:11.758Z consumes: ddm-admin-client
21932025-10-03T20:11:11.758Z consumes: installinator-client
21942025-10-03T20:11:11.758Z
21952025-10-03T20:11:11.758Zomicron-ntp-admin (omicron/ntp-admin)
21962025-10-03T20:11:11.758Z exposes: NTP Admin (client = ntp-admin-client)
21972025-10-03T20:11:11.758Z
21982025-10-03T20:11:11.758Zomicron-nexus (omicron/nexus)
21992025-10-03T20:11:11.758Z exposes: Nexus Internal API (client = nexus-client)
22002025-10-03T20:11:11.758Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22012025-10-03T20:11:11.758Z exposes: External API (client = oxide-client)
22022025-10-03T20:11:11.758Z consumes: clickhouse-admin-keeper-client
22032025-10-03T20:11:11.758Z consumes: clickhouse-admin-server-client
22042025-10-03T20:11:11.758Z consumes: clickhouse-admin-single-client
22052025-10-03T20:11:11.758Z consumes: cockroach-admin-client
22062025-10-03T20:11:11.758Z consumes: crucible-agent-client
22072025-10-03T20:11:11.758Z consumes: crucible-pantry-client
22082025-10-03T20:11:11.758Z consumes: dns-service-client
22092025-10-03T20:11:11.758Z consumes: dpd-client
22102025-10-03T20:11:11.758Z consumes: gateway-client
22112025-10-03T20:11:11.758Z consumes: lldpd-client
22122025-10-03T20:11:11.758Z consumes: mg-admin-client
22132025-10-03T20:11:11.759Z consumes: ntp-admin-client
22142025-10-03T20:11:11.759Z consumes: oximeter-client
22152025-10-03T20:11:11.759Z consumes: propolis-client
22162025-10-03T20:11:11.759Z consumes: repo-depot-client
22172025-10-03T20:11:11.759Z consumes: sled-agent-client
22182025-10-03T20:11:11.759Z
22192025-10-03T20:11:11.759Zoximeter-collector (omicron/oximeter/collector)
22202025-10-03T20:11:11.759Z exposes: Oximeter (client = oximeter-client)
22212025-10-03T20:11:11.759Z consumes: nexus-client
22222025-10-03T20:11:11.759Z
22232025-10-03T20:11:11.847Z
22242025-10-03T20:11:11.847Zreal 12.117829599
22252025-10-03T20:11:11.847Zuser 9.762321175
22262025-10-03T20:11:11.872Zsys 4.283489026
22272025-10-03T20:11:11.872Ztrap 0.003345893
22282025-10-03T20:11:11.872Ztflt 0.000083543
22292025-10-03T20:11:11.872Zdflt 0.000084015
22302025-10-03T20:11:11.872Zkflt 0.000008828
22312025-10-03T20:11:11.872Zlock 0.674479620
22322025-10-03T20:11:11.872Zslp 38.120453535
22332025-10-03T20:11:11.872Zlat 0.039167538
22342025-10-03T20:11:11.872Zstop 0.014456994
22352025-10-03T20:11:11.872Z+ ptime -m cargo xtask ls-apis check
22362025-10-03T20:11:13.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
22372025-10-03T20:11:13.144Z Running `target/debug/xtask ls-apis check`
22382025-10-03T20:11:14.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
22392025-10-03T20:11:14.946Z Running `target/debug/ls-apis check`
22402025-10-03T20:11:15.033Zloading metadata for workspace omicron from current workspace
22412025-10-03T20:11:17.341Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
22422025-10-03T20:11:17.366Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
22432025-10-03T20:11:17.366Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
22442025-10-03T20:11:17.366Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
22452025-10-03T20:11:17.392Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
22462025-10-03T20:11:21.853Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
22472025-10-03T20:11:23.349Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22482025-10-03T20:11:23.377Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22492025-10-03T20:11:23.819Z
22502025-10-03T20:11:23.820Z
22512025-10-03T20:11:23.820ZServer-managed APIs:
22522025-10-03T20:11:23.820Z
22532025-10-03T20:11:23.820Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22542025-10-03T20:11:23.820Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22552025-10-03T20:11:23.820Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22562025-10-03T20:11:23.820Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22572025-10-03T20:11:23.820Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22582025-10-03T20:11:23.820Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22592025-10-03T20:11:23.820Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22602025-10-03T20:11:23.820Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22612025-10-03T20:11:23.820Z DNS Server (dns-service-client, exposed by dns-server)
22622025-10-03T20:11:23.820Z Dendrite DPD (dpd-client, exposed by dpd)
22632025-10-03T20:11:23.820Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22642025-10-03T20:11:23.820Z LLDP daemon (lldpd-client, exposed by lldpd)
22652025-10-03T20:11:23.820Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22662025-10-03T20:11:23.820Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22672025-10-03T20:11:23.820Z External API (oxide-client, exposed by omicron-nexus)
22682025-10-03T20:11:23.820Z Oximeter (oximeter-client, exposed by oximeter-collector)
22692025-10-03T20:11:23.820Z Propolis (propolis-client, exposed by propolis-server)
22702025-10-03T20:11:23.820Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22712025-10-03T20:11:23.820Z Wicketd (wicketd-client, exposed by wicketd)
22722025-10-03T20:11:23.820Z
22732025-10-03T20:11:23.820Z
22742025-10-03T20:11:23.820ZClient-managed API:
22752025-10-03T20:11:23.820Z
22762025-10-03T20:11:23.820Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
22772025-10-03T20:11:23.820Z reason: depends on itself (i.e., instances call each other)
22782025-10-03T20:11:23.820Z Wicketd Installinator (installinator-client, exposed by wicketd)
22792025-10-03T20:11:23.820Z reason: client is provided implicitly by the operator
22802025-10-03T20:11:23.820Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22812025-10-03T20:11:23.820Z reason: Circular dependencies between Nexus and other services
22822025-10-03T20:11:23.820Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
22832025-10-03T20:11:23.820Z reason: Circular dependencies between Nexus and other services
22842025-10-03T20:11:23.820Z Crucible Repair (repair-client, exposed by crucible-downstairs)
22852025-10-03T20:11:23.820Z reason: depends on itself (i.e., instances call each other)
22862025-10-03T20:11:23.821Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
22872025-10-03T20:11:23.821Z reason: depends on itself (i.e., instances call each other)
22882025-10-03T20:11:23.821Z
22892025-10-03T20:11:23.821Z
22902025-10-03T20:11:23.821ZAPIs with unknown version management: none
22912025-10-03T20:11:23.920Z
22922025-10-03T20:11:23.920Zreal 12.035538961
22932025-10-03T20:11:23.920Zuser 10.016098530
22942025-10-03T20:11:23.920Zsys 4.127338552
22952025-10-03T20:11:23.920Ztrap 0.002524714
22962025-10-03T20:11:23.920Ztflt 0.000145023
22972025-10-03T20:11:23.920Zdflt 0.000494546
22982025-10-03T20:11:23.920Zkflt 0.000000000
22992025-10-03T20:11:23.920Zlock 0.608493663
23002025-10-03T20:11:23.920Zslp 39.055227099
23012025-10-03T20:11:23.945Zlat 0.039723910
23022025-10-03T20:11:23.945Zstop 0.013466363
23032025-10-03T20:11:23.945Z+ ptime -m cargo xtask ls-apis adoc
23042025-10-03T20:11:25.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
23052025-10-03T20:11:25.121Z Running `target/debug/xtask ls-apis adoc`
23062025-10-03T20:11:26.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
23072025-10-03T20:11:26.847Z Running `target/debug/ls-apis adoc`
23082025-10-03T20:11:26.952Zloading metadata for workspace omicron from current workspace
23092025-10-03T20:11:29.582Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
23102025-10-03T20:11:29.582Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
23112025-10-03T20:11:29.607Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
23122025-10-03T20:11:29.607Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
23132025-10-03T20:11:29.607Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
23142025-10-03T20:11:34.249Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
23152025-10-03T20:11:35.657Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23162025-10-03T20:11:35.685Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23172025-10-03T20:11:36.161Z
23182025-10-03T20:11:36.161Zreal 12.200380771
23192025-10-03T20:11:36.162Zuser 10.044738012
23202025-10-03T20:11:36.162Zsys 4.213939408
23212025-10-03T20:11:36.162Ztrap 0.002778204
23222025-10-03T20:11:36.162Ztflt 0.000117624
23232025-10-03T20:11:36.162Zdflt 0.000510533
23242025-10-03T20:11:36.162Zkflt 0.000011765
23252025-10-03T20:11:36.162Zlock 0.676142658
23262025-10-03T20:11:36.162Zslp 40.125904548
23272025-10-03T20:11:36.162Zlat 0.039588169
23282025-10-03T20:11:36.162Zstop 0.014755446
23292025-10-03T20:11:36.187Z+ banner build
23302025-10-03T20:11:36.187Z
23312025-10-03T20:11:36.187Z ##### # # # # #####
23322025-10-03T20:11:36.187Z # # # # # # # #
23332025-10-03T20:11:36.187Z ##### # # # # # #
23342025-10-03T20:11:36.187Z # # # # # # # #
23352025-10-03T20:11:36.187Z # # # # # # # #
23362025-10-03T20:11:36.187Z ##### #### # ###### #####
23372025-10-03T20:11:36.187Z
23382025-10-03T20:11:36.187Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23392025-10-03T20:11:36.187Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23402025-10-03T20:11:36.187Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23412025-10-03T20:11:36.187Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23422025-10-03T20:11:36.187Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23432025-10-03T20:11:36.187Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23442025-10-03T20:11:36.188Z+ export TMPDIR=/var/tmp/omicron_tmp
23452025-10-03T20:11:36.188Z+ TMPDIR=/var/tmp/omicron_tmp
23462025-10-03T20:11:36.188Z+ export RUST_BACKTRACE=1
23472025-10-03T20:11:36.188Z+ RUST_BACKTRACE=1
23482025-10-03T20:11:36.188Z+ export CARGO_INCREMENTAL=0
23492025-10-03T20:11:36.188Z+ CARGO_INCREMENTAL=0
23502025-10-03T20:11:36.188Z+ export RUSTC_BOOTSTRAP=1
23512025-10-03T20:11:36.188Z+ RUSTC_BOOTSTRAP=1
23522025-10-03T20:11:36.188Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
23532025-10-03T20:11:40.882Z Compiling proc-macro2 v1.0.101
23542025-10-03T20:11:40.882Z Compiling unicode-ident v1.0.18
23552025-10-03T20:11:40.883Z Compiling libc v0.2.174
23562025-10-03T20:11:40.930Z Compiling serde_core v1.0.226
23572025-10-03T20:11:40.930Z Compiling cfg-if v1.0.1
23582025-10-03T20:11:40.930Z Compiling serde v1.0.226
23592025-10-03T20:11:40.930Z Compiling autocfg v1.4.0
23602025-10-03T20:11:40.930Z Compiling memchr v2.7.4
23612025-10-03T20:11:40.930Z Running `/home/build/.rustup/toolchains/1.89.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.101/build.rs --error-format=json --json=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=78581fe2a4414aae -C extra-filename=-e970df53828233ea --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622025-10-03T20:11:40.930Z Running `/home/build/.rustup/toolchains/1.89.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.174/build.rs --error-format=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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=a04439526b7eb636 -C extra-filename=-9ace2eb27fda07f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632025-10-03T20:11:40.930Z Running `/home/build/.rustup/toolchains/1.89.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=a2b5130ace00369f -C extra-filename=-16cff964c3cef883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642025-10-03T20:11:40.930Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.226/build.rs --error-format=json --json=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="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=743e913fc44516bb -C extra-filename=-cc8cb5d9a5af991c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-cc8cb5d9a5af991c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-10-03T20:11:40.930Z Running `/home/build/.rustup/toolchains/1.89.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.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())' -C metadata=c8af50ec24cb74ad -C extra-filename=-61a7fbc6a507fd3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662025-10-03T20:11:40.930Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.226/build.rs --error-format=json --json=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=484d78a5da73a873 -C extra-filename=-83fec2aa8f7e5f73 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-83fec2aa8f7e5f73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672025-10-03T20:11:40.930Z Running `/home/build/.rustup/toolchains/1.89.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=6a83fcab1ebc83d6 -C extra-filename=-90c8964f92bb0a86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-10-03T20:11:40.970Z Running `/home/build/.rustup/toolchains/1.89.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=6fa315ffe448b5a9 -C extra-filename=-10ab7de2df72a452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692025-10-03T20:11:41.344Z Compiling value-bag v1.9.0
23702025-10-03T20:11:41.369Z Running `/home/build/.rustup/toolchains/1.89.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=3565453dbdbc7b8d -C extra-filename=-05926289794639c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-10-03T20:11:41.400Z Compiling smallvec v1.15.1
23722025-10-03T20:11:41.425Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=528dc7d126a915a0 -C extra-filename=-590a634e5a2f8629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732025-10-03T20:11:41.743Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea/build-script-build`
23742025-10-03T20:11:41.901Z Compiling log v0.4.27
23752025-10-03T20:11:41.901Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=1071a83bbd2cda86 -C extra-filename=-a76b93ce4f157850 --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-05926289794639c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-10-03T20:11:41.952Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3/build-script-build`
23772025-10-03T20:11:41.977Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-83fec2aa8f7e5f73/build-script-build`
23782025-10-03T20:11:42.070Z Compiling version_check v0.9.5
23792025-10-03T20:11:42.095Z Running `/home/build/.rustup/toolchains/1.89.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=d86b9848ad31aaa1 -C extra-filename=-034ec1d881020e41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-10-03T20:11:42.129Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-cc8cb5d9a5af991c/build-script-build`
23812025-10-03T20:11:42.178Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=5ed727bbc0db891b -C extra-filename=-784c297e68e85669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --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(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
23822025-10-03T20:11:42.234Z Compiling scopeguard v1.2.0
23832025-10-03T20:11:42.288Z Running `/home/build/.rustup/toolchains/1.89.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=c52232c317831277 -C extra-filename=-905e3bb7cf1dddb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842025-10-03T20:11:42.313Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=dc96e214484f9a18 -C extra-filename=-fcddca934b451b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
23852025-10-03T20:11:42.345Z Compiling lock_api v0.4.12
23862025-10-03T20:11:42.370Z Running `/home/build/.rustup/toolchains/1.89.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=801498701d4e4738 -C extra-filename=-bc94ad7b51a5ac2d --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872025-10-03T20:11:42.399Z Running `/home/build/.rustup/toolchains/1.89.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.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=3e0cdddb3dc37c8a -C extra-filename=-6c39e3a1d0a5cd80 --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-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --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(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --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)'`
23882025-10-03T20:11:42.533Z Compiling itoa v1.0.11
23892025-10-03T20:11:42.558Z Running `/home/build/.rustup/toolchains/1.89.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=eb0a58b31a6e244c -C extra-filename=-c3d4b3c7bce6ae9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902025-10-03T20:11:42.750Z Compiling libm v0.2.8
23912025-10-03T20:11:42.774Z Running `/home/build/.rustup/toolchains/1.89.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=d9d6fb612ca90607 -C extra-filename=-5bb591e0d2e2589c --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922025-10-03T20:11:42.800Z Compiling num-traits v0.2.19
23932025-10-03T20:11:42.825Z Running `/home/build/.rustup/toolchains/1.89.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=9e6b9d6a71aafc02 -C extra-filename=-56b5b61900717c15 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942025-10-03T20:11:42.863Z Compiling ryu v1.0.18
23952025-10-03T20:11:42.863Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d/build-script-build`
23962025-10-03T20:11:42.913Z Running `/home/build/.rustup/toolchains/1.89.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=e5088d9e899657ba -C extra-filename=-f2474c6cd59eb6fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972025-10-03T20:11:42.970Z Compiling stable_deref_trait v1.2.0
23982025-10-03T20:11:42.995Z Running `/home/build/.rustup/toolchains/1.89.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=e26ad9be82d5a60a -C extra-filename=-45a66a1c23392a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992025-10-03T20:11:43.096Z Running `/home/build/.rustup/toolchains/1.89.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=4cc50c5bba4299b8 -C extra-filename=-eeecc61b289458a6 --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-905e3bb7cf1dddb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
24002025-10-03T20:11:43.202Z Compiling serde_json v1.0.145
24012025-10-03T20:11:43.227Z Running `/home/build/.rustup/toolchains/1.89.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.145/build.rs --error-format=json --json=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=28caa523bd1471d4 -C extra-filename=-80edec1695bd0e62 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-80edec1695bd0e62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022025-10-03T20:11:43.277Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c/build-script-build`
24032025-10-03T20:11:43.325Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15/build-script-build`
24042025-10-03T20:11:43.397Z Compiling quote v1.0.40
24052025-10-03T20:11:43.422Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=5b4950f917347736 -C extra-filename=-dbb606c53140d10f --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-6c39e3a1d0a5cd80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062025-10-03T20:11:43.454Z Compiling getrandom v0.2.15
24072025-10-03T20:11:43.479Z Running `/home/build/.rustup/toolchains/1.89.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=a8883db81edb908f -C extra-filename=-1f3893cab9c1cac2 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082025-10-03T20:11:43.598Z Running `/home/build/.rustup/toolchains/1.89.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=a291f6c37d42b905 -C extra-filename=-e6b4b2826539f8a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092025-10-03T20:11:43.650Z Compiling portable-atomic v1.11.0
24102025-10-03T20:11:43.675Z Running `/home/build/.rustup/toolchains/1.89.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=351dee0fbc51337f -C extra-filename=-1640517f1a139279 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112025-10-03T20:11:43.710Z Compiling fnv v1.0.7
24122025-10-03T20:11:43.734Z Running `/home/build/.rustup/toolchains/1.89.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=1c1660e95b0f484c -C extra-filename=-63bbafb28e7d7eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132025-10-03T20:11:43.764Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-80edec1695bd0e62/build-script-build`
24142025-10-03T20:11:43.835Z Compiling allocator-api2 v0.2.21
24152025-10-03T20:11:43.860Z Running `/home/build/.rustup/toolchains/1.89.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.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 --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=91f2dc571e465d1e -C extra-filename=-5f468c981a16e35e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-10-03T20:11:43.925Z Compiling syn v2.0.106
24172025-10-03T20:11:43.950Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/lib.rs --error-format=json --json=diagnostic-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=ac57f70ae4807b42 -C extra-filename=-710945b5f5d230cf --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182025-10-03T20:11:44.013Z Compiling equivalent v1.0.2
24192025-10-03T20:11:44.071Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-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=36fe075e3db67a01 -C extra-filename=-233a566562667d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202025-10-03T20:11:44.101Z Compiling litemap v0.7.3
24212025-10-03T20:11:44.101Z Running `/home/build/.rustup/toolchains/1.89.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=22c16aa30008f08d -C extra-filename=-77475923b5850dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222025-10-03T20:11:44.241Z Compiling pin-project-lite v0.2.14
24232025-10-03T20:11:44.266Z Running `/home/build/.rustup/toolchains/1.89.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=17b47334d9d652b2 -C extra-filename=-b0b6dd2d12616bf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-10-03T20:11:44.317Z Compiling writeable v0.5.5
24252025-10-03T20:11:44.342Z Running `/home/build/.rustup/toolchains/1.89.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=5ec82db3fe59e6c6 -C extra-filename=-b351e0eb4211557d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262025-10-03T20:11:44.462Z Compiling critical-section v1.1.3
24272025-10-03T20:11:44.487Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=cfa84f0c07e783aa -C extra-filename=-dc002b66dcf830d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282025-10-03T20:11:44.546Z Compiling getrandom v0.3.1
24292025-10-03T20:11:44.571Z Running `/home/build/.rustup/toolchains/1.89.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=490ea06192687952 -C extra-filename=-f614163d8e5b83ff --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f614163d8e5b83ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-10-03T20:11:44.702Z Running `/home/build/.rustup/toolchains/1.89.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=2a170afafb30e8da -C extra-filename=-e7bbba1d1c8c50c5 --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-e6b4b2826539f8a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
24312025-10-03T20:11:44.762Z Compiling percent-encoding v2.3.2
24322025-10-03T20:11:44.787Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=53ee646e8556e7d8 -C extra-filename=-17038f63562232c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-10-03T20:11:44.851Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279/build-script-build`
24342025-10-03T20:11:44.910Z Compiling regex-syntax v0.8.5
24352025-10-03T20:11:44.975Z Running `/home/build/.rustup/toolchains/1.89.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=4df2cf5286049e34 -C extra-filename=-ea2fa3130f21e300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362025-10-03T20:11:45.001Z Running `/home/build/.rustup/toolchains/1.89.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=32c4e7ba082e4de0 -C extra-filename=-51e5d1e7a99effa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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"))'`
24372025-10-03T20:11:45.042Z Compiling icu_locid_transform_data v1.5.0
24382025-10-03T20:11:45.067Z Running `/home/build/.rustup/toolchains/1.89.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=ab472e01cebfd6ca -C extra-filename=-70658073d33ae4c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-10-03T20:11:45.200Z Compiling icu_properties_data v1.5.0
24402025-10-03T20:11:45.225Z Running `/home/build/.rustup/toolchains/1.89.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=c4c3f5070ea88f88 -C extra-filename=-ac5fcfe50a1dcd02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-10-03T20:11:45.250Z Compiling shlex v1.3.0
24422025-10-03T20:11:45.250Z Running `/home/build/.rustup/toolchains/1.89.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=df2e360dc5ae5a24 -C extra-filename=-c15408658c23372f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432025-10-03T20:11:45.344Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f614163d8e5b83ff/build-script-build`
24442025-10-03T20:11:45.417Z Running `/home/build/.rustup/toolchains/1.89.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=d86023ced5d0dc74 -C extra-filename=-710e91481cd0b98a --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452025-10-03T20:11:45.520Z Compiling icu_normalizer_data v1.5.0
24462025-10-03T20:11:45.545Z Running `/home/build/.rustup/toolchains/1.89.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=cfd0d48cfcc636df -C extra-filename=-b3c4991b6ca67627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472025-10-03T20:11:45.696Z Compiling utf8_iter v1.0.4
24482025-10-03T20:11:45.721Z Running `/home/build/.rustup/toolchains/1.89.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=14c64be97b004b76 -C extra-filename=-84bbf4dc3c0a9cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-10-03T20:11:45.746Z Compiling utf16_iter v1.0.5
24502025-10-03T20:11:45.804Z Running `/home/build/.rustup/toolchains/1.89.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=525076f0998307bf -C extra-filename=-b7317b621dd1fd3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512025-10-03T20:11:45.937Z Compiling write16 v1.0.0
24522025-10-03T20:11:45.962Z Running `/home/build/.rustup/toolchains/1.89.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=e9494c365aff5efb -C extra-filename=-6b0b9c285f21b156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-10-03T20:11:46.020Z Compiling parking_lot_core v0.9.10
24542025-10-03T20:11:46.045Z Running `/home/build/.rustup/toolchains/1.89.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=ba732d52a468209e -C extra-filename=-ee9c711cc0d452e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552025-10-03T20:11:46.071Z Compiling form_urlencoded v1.2.2
24562025-10-03T20:11:46.071Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ed39cc7759fc53bc -C extra-filename=-4007d0fab8ad1eec --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-17038f63562232c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572025-10-03T20:11:46.159Z Compiling jobserver v0.1.32
24582025-10-03T20:11:46.184Z Running `/home/build/.rustup/toolchains/1.89.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=9079834563068801 -C extra-filename=-3085a4fa79a09e9e --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592025-10-03T20:11:46.424Z Compiling once_cell v1.21.3
24602025-10-03T20:11:46.456Z Running `/home/build/.rustup/toolchains/1.89.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="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --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=b2aa99e04564f5a6 -C extra-filename=-9f184b9950c390eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-dc002b66dcf830d0.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612025-10-03T20:11:46.484Z Compiling rand_core v0.6.4
24622025-10-03T20:11:46.533Z Running `/home/build/.rustup/toolchains/1.89.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=4f16870d2f5e140f -C extra-filename=-9979076a98167996 --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-1f3893cab9c1cac2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-10-03T20:11:46.560Z Compiling errno v0.3.12
24642025-10-03T20:11:46.560Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b2e53585689c6834 -C extra-filename=-66c18ca0d8ab3a57 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652025-10-03T20:11:46.672Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7/build-script-build`
24662025-10-03T20:11:46.697Z Running `/home/build/.rustup/toolchains/1.89.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=2ab12a0faf7340ba -C extra-filename=-a343125fedd28133 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672025-10-03T20:11:46.874Z Compiling cc v1.2.30
24682025-10-03T20:11:46.899Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.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="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=2634c9f9cc288243 -C extra-filename=-c405cbfc7820faca --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-3085a4fa79a09e9e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-10-03T20:11:46.925Z Compiling aho-corasick v1.1.3
24702025-10-03T20:11:46.950Z Running `/home/build/.rustup/toolchains/1.89.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=a934ca65b921e3b4 -C extra-filename=-fa37e0de09fa0fe8 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-10-03T20:11:47.111Z Compiling subtle v2.6.1
24722025-10-03T20:11:47.136Z Running `/home/build/.rustup/toolchains/1.89.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=3027c8763e9e9776 -C extra-filename=-d7c287191cccedb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732025-10-03T20:11:47.162Z Compiling parking_lot v0.12.3
24742025-10-03T20:11:47.162Z Running `/home/build/.rustup/toolchains/1.89.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=698f10eca379680c -C extra-filename=-029a03c6d83b09b5 --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-eeecc61b289458a6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a343125fedd28133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-10-03T20:11:47.397Z Running `/home/build/.rustup/toolchains/1.89.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.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=11bfd2fa07e86870 -C extra-filename=-1f2dc6198d999389 --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-c3d4b3c7bce6ae9f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
24762025-10-03T20:11:47.480Z Compiling semver v1.0.27
24772025-10-03T20:11:47.505Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b66871fc2d64baad -C extra-filename=-73296b48f004d65a --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_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-10-03T20:11:47.555Z Compiling byteorder v1.5.0
24792025-10-03T20:11:47.617Z Running `/home/build/.rustup/toolchains/1.89.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=01456c37c448d0f0 -C extra-filename=-bf80f7a3bae0a263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802025-10-03T20:11:48.115Z Compiling signal-hook-registry v1.4.2
24812025-10-03T20:11:48.141Z Running `/home/build/.rustup/toolchains/1.89.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=d2def9f5e0f6624b -C extra-filename=-984a8d27e5d119e9 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822025-10-03T20:11:48.166Z Compiling heck v0.5.0
24832025-10-03T20:11:48.166Z Running `/home/build/.rustup/toolchains/1.89.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=e060d62de6161cc8 -C extra-filename=-9612a25fb0aed7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842025-10-03T20:11:48.317Z Compiling mio v1.0.2
24852025-10-03T20:11:48.342Z Running `/home/build/.rustup/toolchains/1.89.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=a8f19a7615cf0b66 -C extra-filename=-158cf049d676bd12 --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-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862025-10-03T20:11:48.784Z Compiling futures-core v0.3.31
24872025-10-03T20:11:48.809Z Running `/home/build/.rustup/toolchains/1.89.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=25062395613a1fb7 -C extra-filename=-a7543549df8e10d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882025-10-03T20:11:48.926Z Compiling typenum v1.17.0
24892025-10-03T20:11:48.951Z Running `/home/build/.rustup/toolchains/1.89.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=3a52a8ea5b1d1435 -C extra-filename=-c43bcef096a5d052 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902025-10-03T20:11:49.174Z Compiling regex-automata v0.4.11
24912025-10-03T20:11:49.199Z Running `/home/build/.rustup/toolchains/1.89.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.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="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,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=56893edd6fdbe260 -C extra-filename=-264a8371a99eccb3 --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-fa37e0de09fa0fe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922025-10-03T20:11:49.550Z Compiling generic-array v0.14.7
24932025-10-03T20:11:49.576Z Running `/home/build/.rustup/toolchains/1.89.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=6b6b79ffeab73f54 -C extra-filename=-5b73b6a89f1b8521 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-10-03T20:11:50.085Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052/build-script-main`
24952025-10-03T20:11:50.273Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521/build-script-build`
24962025-10-03T20:11:50.322Z Running `/home/build/.rustup/toolchains/1.89.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=f1158a11966ddc86 -C extra-filename=-99d143f44a798912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972025-10-03T20:11:50.402Z Compiling hashbrown v0.16.0
24982025-10-03T20:11:50.427Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5327117b2c1a662a -C extra-filename=-2f44c2de7557b3b7 --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-5f468c981a16e35e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992025-10-03T20:11:50.471Z Compiling rustix v0.38.37
25002025-10-03T20:11:50.532Z Running `/home/build/.rustup/toolchains/1.89.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=6f5271dcc79895c2 -C extra-filename=-ca08b9b2809b9498 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012025-10-03T20:11:50.859Z Compiling socket2 v0.6.0
25022025-10-03T20:11:50.885Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=09d762c3d23a7cc4 -C extra-filename=-61256d08fa97d3e4 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-10-03T20:11:51.070Z Compiling either v1.15.0
25042025-10-03T20:11:51.095Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.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="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=016836f35aa36f48 -C extra-filename=-c14636abdee91fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052025-10-03T20:11:51.404Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498/build-script-build`
25062025-10-03T20:11:51.481Z Compiling iana-time-zone v0.1.63
25072025-10-03T20:11:51.506Z Running `/home/build/.rustup/toolchains/1.89.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=f78b60f928c0f9e4 -C extra-filename=-fe7adf2a3d3ea3d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082025-10-03T20:11:51.591Z Compiling spin v0.9.8
25092025-10-03T20:11:51.617Z Running `/home/build/.rustup/toolchains/1.89.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=91eda61eaaaa6fce -C extra-filename=-9bddb589b61cd740 --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-eeecc61b289458a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102025-10-03T20:11:51.664Z Compiling indexmap v2.11.4
25112025-10-03T20:11:51.690Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.11.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 '--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", "serde", "std", "sval", "test_debug"))' -C metadata=8fbf217a55012358 -C extra-filename=-66ab2a719fd02fc0 --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-233a566562667d8f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122025-10-03T20:11:51.761Z Compiling synstructure v0.13.1
25132025-10-03T20:11:51.786Z Running `/home/build/.rustup/toolchains/1.89.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=f4e0dfd8731d5d0c -C extra-filename=-d06bc453c4ee9b5d --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142025-10-03T20:11:51.817Z Compiling thiserror v2.0.17
25152025-10-03T20:11:51.843Z Running `/home/build/.rustup/toolchains/1.89.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=52155c2b3554483f -C extra-filename=-9ad14d18b067c448 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9ad14d18b067c448 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162025-10-03T20:11:51.901Z Compiling futures-io v0.3.31
25172025-10-03T20:11:51.926Z Running `/home/build/.rustup/toolchains/1.89.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=0dd32105f72bcfee -C extra-filename=-ba54a4ee1bd11d0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182025-10-03T20:11:52.017Z Compiling slab v0.4.9
25192025-10-03T20:11:52.044Z Running `/home/build/.rustup/toolchains/1.89.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=fd1096f95e770a65 -C extra-filename=-f8ac1c2de96c373a --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202025-10-03T20:11:52.203Z Compiling thiserror v1.0.69
25212025-10-03T20:11:52.228Z Running `/home/build/.rustup/toolchains/1.89.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=9bd51d35a5d4f44a -C extra-filename=-723bb18637d6ca27 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222025-10-03T20:11:52.308Z Compiling pkg-config v0.3.31
25232025-10-03T20:11:52.333Z Running `/home/build/.rustup/toolchains/1.89.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=68c6863ab5923cbb -C extra-filename=-3219be843653f8e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242025-10-03T20:11:52.548Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a/build-script-build`
25252025-10-03T20:11:52.769Z Running `/home/build/.rustup/toolchains/1.89.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=82af22f095b8e42a -C extra-filename=-bfe8abbfd9cf056f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262025-10-03T20:11:52.821Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ad14d18b067c448/build-script-build`
25272025-10-03T20:11:53.004Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27/build-script-build`
25282025-10-03T20:11:53.186Z Compiling lazy_static v1.5.0
25292025-10-03T20:11:53.211Z Running `/home/build/.rustup/toolchains/1.89.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=e0df08f5496fc5bd -C extra-filename=-4921d2a92b76412d --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-9bddb589b61cd740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302025-10-03T20:11:53.292Z Compiling serde_derive_internals v0.29.1
25312025-10-03T20:11:53.316Z Running `/home/build/.rustup/toolchains/1.89.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=a20ede504e4dd365 -C extra-filename=-f7ae20957e2ed64a --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322025-10-03T20:11:53.371Z Compiling schemars v0.8.22
25332025-10-03T20:11:53.397Z Running `/home/build/.rustup/toolchains/1.89.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=b357c715f2903c7d -C extra-filename=-e4f5a7e6a3c63bac --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-10-03T20:11:53.423Z Compiling dyn-clone v1.0.20
25352025-10-03T20:11:53.448Z Running `/home/build/.rustup/toolchains/1.89.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.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=857b296a7ef62f94 -C extra-filename=-ba11f873af450cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362025-10-03T20:11:53.473Z Compiling foldhash v0.1.5
25372025-10-03T20:11:53.473Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-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("default", "std"))' -C metadata=54c99f5a2f5c8f2f -C extra-filename=-0cea00588790a5a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382025-10-03T20:11:53.553Z Compiling const-oid v0.9.6
25392025-10-03T20:11:53.578Z Running `/home/build/.rustup/toolchains/1.89.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=c96b445873476e2d -C extra-filename=-cabc6642a8d55355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402025-10-03T20:11:53.697Z Compiling futures-sink v0.3.31
25412025-10-03T20:11:53.697Z Running `/home/build/.rustup/toolchains/1.89.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=c56520534c0a659f -C extra-filename=-c194b658d59a65e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422025-10-03T20:11:53.742Z Compiling pin-utils v0.1.0
25432025-10-03T20:11:53.767Z Running `/home/build/.rustup/toolchains/1.89.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=11a763f856079a74 -C extra-filename=-89a013cd483bf7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-10-03T20:11:53.847Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac/build-script-build`
25452025-10-03T20:11:53.893Z Compiling hashbrown v0.15.4
25462025-10-03T20:11:53.936Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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="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", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=09e1a541bcaffacf -C extra-filename=-d1c2964a6d83ae33 --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-5f468c981a16e35e.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-233a566562667d8f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-0cea00588790a5a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472025-10-03T20:11:53.961Z Compiling futures-channel v0.3.31
25482025-10-03T20:11:53.961Z Compiling futures-task v0.3.31
25492025-10-03T20:11:53.961Z Running `/home/build/.rustup/toolchains/1.89.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=21c047924b11ee7a -C extra-filename=-03998943d15fa5cc --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-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502025-10-03T20:11:53.961Z Running `/home/build/.rustup/toolchains/1.89.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=039d954012de556e -C extra-filename=-8856b408ff7e90e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-10-03T20:11:54.087Z Compiling cpufeatures v0.2.14
25522025-10-03T20:11:54.112Z Running `/home/build/.rustup/toolchains/1.89.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=50ad6d5944f878c0 -C extra-filename=-2a365cb9aa123394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532025-10-03T20:11:54.311Z Compiling strsim v0.11.1
25542025-10-03T20:11:54.336Z Running `/home/build/.rustup/toolchains/1.89.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=07de50fac00c3a7f -C extra-filename=-d5c7d0e7d580515e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552025-10-03T20:11:54.426Z Compiling syn v1.0.109
25562025-10-03T20:11:54.451Z Running `/home/build/.rustup/toolchains/1.89.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=2102e73f1acbd758 -C extra-filename=-2c13866819a9a00a --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-10-03T20:11:54.479Z Compiling tracing-core v0.1.32
25582025-10-03T20:11:54.505Z Running `/home/build/.rustup/toolchains/1.89.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=58097872f84b5fa0 -C extra-filename=-2b1a8750eef1edf5 --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-9f184b9950c390eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592025-10-03T20:11:55.063Z Compiling regex v1.11.3
25602025-10-03T20:11:55.099Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=be15f901ebbbb2a5 -C extra-filename=-daa3497a984c736e --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-fa37e0de09fa0fe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612025-10-03T20:11:55.145Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a/build-script-build`
25622025-10-03T20:11:55.261Z Running `/home/build/.rustup/toolchains/1.89.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=d2e48eb3aa0266bb -C extra-filename=-0653de016beb49ad --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
25632025-10-03T20:11:55.308Z Compiling glob v0.3.2
25642025-10-03T20:11:55.333Z Running `/home/build/.rustup/toolchains/1.89.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=cdde8e8ee8886614 -C extra-filename=-558c6603bd35f247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652025-10-03T20:11:55.510Z Compiling adler2 v2.0.0
25662025-10-03T20:11:55.535Z Running `/home/build/.rustup/toolchains/1.89.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=c8c5804edf096fad -C extra-filename=-8e12f79f84d3a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672025-10-03T20:11:55.596Z Compiling minimal-lexical v0.2.1
25682025-10-03T20:11:55.621Z Running `/home/build/.rustup/toolchains/1.89.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=6e93e5c26b5e67e6 -C extra-filename=-133c350d5d408def --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-10-03T20:11:55.777Z Compiling miniz_oxide v0.8.5
25702025-10-03T20:11:55.802Z Running `/home/build/.rustup/toolchains/1.89.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=88300cb2214a4b66 -C extra-filename=-db8244135795438c --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-8e12f79f84d3a568.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712025-10-03T20:11:55.834Z Compiling paste v1.0.15
25722025-10-03T20:11:55.834Z Running `/home/build/.rustup/toolchains/1.89.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=aaadc8ff930d88be -C extra-filename=-30da2474664d5b61 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732025-10-03T20:11:56.093Z Compiling prettyplease v0.2.36
25742025-10-03T20:11:56.119Z Running `/home/build/.rustup/toolchains/1.89.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.36/build.rs --error-format=json --json=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=8b4a85229bd1f762 -C extra-filename=-933590c57889fcaf --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752025-10-03T20:11:56.190Z Compiling nom v7.1.3
25762025-10-03T20:11:56.216Z Running `/home/build/.rustup/toolchains/1.89.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=8dc47ca32fb472b0 -C extra-filename=-ba17a7907081ab27 --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-10ab7de2df72a452.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-133c350d5d408def.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772025-10-03T20:11:56.241Z Compiling clang-sys v1.8.1
25782025-10-03T20:11:56.241Z Running `/home/build/.rustup/toolchains/1.89.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=e8a8a39b1a265415 -C extra-filename=-d4f1989dbec52f0d --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-10-03T20:11:56.447Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61/build-script-build`
25802025-10-03T20:11:56.617Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf/build-script-build`
25812025-10-03T20:11:56.642Z Running `/home/build/.rustup/toolchains/1.89.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=fdea234b45c7ed40 -C extra-filename=-4989bc0ffac4375f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -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"))'`
25822025-10-03T20:11:56.709Z Compiling crossbeam-utils v0.8.21
25832025-10-03T20:11:56.765Z Compiling serde_derive v1.0.226
25842025-10-03T20:11:56.765Z Running `/home/build/.rustup/toolchains/1.89.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=29a4d990480e4514 -C extra-filename=-d9e88792650f3b5c --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-10-03T20:11:56.765Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-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=e92cdd28eff007e0 -C extra-filename=-066ca6776427c6cd --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862025-10-03T20:11:57.083Z Compiling zeroize_derive v1.4.2
25872025-10-03T20:11:57.126Z Running `/home/build/.rustup/toolchains/1.89.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=6e56fb160251e4f7 -C extra-filename=-9a5574a6b45a783e --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882025-10-03T20:11:57.252Z Compiling zerofrom-derive v0.1.4
25892025-10-03T20:11:57.278Z Running `/home/build/.rustup/toolchains/1.89.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=039611ad35892a1d -C extra-filename=-b0b7a9ace22e483c --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d06bc453c4ee9b5d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-10-03T20:11:57.349Z Compiling yoke-derive v0.7.4
25912025-10-03T20:11:57.374Z Running `/home/build/.rustup/toolchains/1.89.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=213f980165f692ce -C extra-filename=-8d07768dce1bee01 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d06bc453c4ee9b5d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922025-10-03T20:11:57.817Z Compiling zerovec-derive v0.10.3
25932025-10-03T20:11:57.843Z Running `/home/build/.rustup/toolchains/1.89.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=656abd6a9cbd4224 -C extra-filename=-9ce22381d610c94d --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942025-10-03T20:11:58.792Z Compiling zeroize v1.8.1
25952025-10-03T20:11:58.817Z Running `/home/build/.rustup/toolchains/1.89.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=46410cf4651e9e7f -C extra-filename=-d5ae4d0e55dbad1b --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-9a5574a6b45a783e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962025-10-03T20:11:59.312Z Compiling displaydoc v0.2.5
25972025-10-03T20:11:59.312Z Running `/home/build/.rustup/toolchains/1.89.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=daec8cc199bc5b77 -C extra-filename=-52e219ed88a7ced5 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982025-10-03T20:11:59.622Z Compiling icu_provider_macros v1.5.0
25992025-10-03T20:11:59.649Z Running `/home/build/.rustup/toolchains/1.89.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=f652f1bae6eababa -C extra-filename=-9ec84a99f6a90c0d --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002025-10-03T20:11:59.968Z Running `/home/build/.rustup/toolchains/1.89.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=8c73b67e62039e83 -C extra-filename=-075ff24e61b7aa5e --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-99d143f44a798912.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26012025-10-03T20:12:00.186Z Compiling tokio-macros v2.5.0
26022025-10-03T20:12:00.211Z Running `/home/build/.rustup/toolchains/1.89.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=2a26bd73c3a651b2 -C extra-filename=-f57f84c19cf0495f --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032025-10-03T20:12:00.334Z Compiling thiserror-impl v2.0.17
26042025-10-03T20:12:00.359Z Running `/home/build/.rustup/toolchains/1.89.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.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=0f721671d2cf015a -C extra-filename=-95325b6aa1a09784 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-10-03T20:12:00.836Z Compiling zerofrom v0.1.4
26062025-10-03T20:12:00.861Z Running `/home/build/.rustup/toolchains/1.89.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=29b228c08f55455f -C extra-filename=-f82d7bbc19025d5f --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-b0b7a9ace22e483c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-10-03T20:12:00.926Z Compiling zerocopy-derive v0.7.35
26082025-10-03T20:12:00.951Z Running `/home/build/.rustup/toolchains/1.89.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=a6feb7a6a3b8ff6d -C extra-filename=-dd29e4761bc3acd0 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092025-10-03T20:12:00.995Z Compiling thiserror-impl v1.0.69
26102025-10-03T20:12:01.020Z Running `/home/build/.rustup/toolchains/1.89.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=5e7554d768059447 -C extra-filename=-dce3f2e2d82920ab --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112025-10-03T20:12:01.153Z Compiling yoke v0.7.4
26122025-10-03T20:12:01.178Z Running `/home/build/.rustup/toolchains/1.89.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=9724bdd90b7641f7 -C extra-filename=-dafe20b84e0dfedb --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-45a66a1c23392a23.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-8d07768dce1bee01.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f82d7bbc19025d5f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132025-10-03T20:12:01.374Z Compiling crypto-common v0.1.6
26142025-10-03T20:12:01.399Z Running `/home/build/.rustup/toolchains/1.89.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=a7465e4d47f4f39d -C extra-filename=-7c30fa127176a7cf --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-075ff24e61b7aa5e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-99d143f44a798912.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152025-10-03T20:12:01.571Z Compiling zerovec v0.10.4
26162025-10-03T20:12:01.596Z Running `/home/build/.rustup/toolchains/1.89.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=0a27678083203111 -C extra-filename=-7552379cc6f78d8b --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-dafe20b84e0dfedb.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f82d7bbc19025d5f.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-9ce22381d610c94d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-10-03T20:12:01.675Z Compiling schemars_derive v0.8.22
26182025-10-03T20:12:01.700Z Running `/home/build/.rustup/toolchains/1.89.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=5750d305f53d8686 -C extra-filename=-9eb1c4fd1612699c --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f7ae20957e2ed64a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-10-03T20:12:01.787Z Compiling block-buffer v0.10.4
26202025-10-03T20:12:01.812Z Running `/home/build/.rustup/toolchains/1.89.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=13bca805f5f186c0 -C extra-filename=-e9396205bc7ca384 --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-075ff24e61b7aa5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-10-03T20:12:02.154Z Compiling futures-macro v0.3.31
26222025-10-03T20:12:02.179Z Running `/home/build/.rustup/toolchains/1.89.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=bb4fe8c980c979f4 -C extra-filename=-b748d1c395f82833 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-10-03T20:12:03.073Z Compiling zerocopy v0.7.35
26242025-10-03T20:12:03.099Z Running `/home/build/.rustup/toolchains/1.89.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=0ce8890c181ddc90 -C extra-filename=-47d9f9ecf0e4dc7e --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-bf80f7a3bae0a263.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-dd29e4761bc3acd0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-10-03T20:12:03.591Z Compiling tinystr v0.7.6
26262025-10-03T20:12:03.616Z Running `/home/build/.rustup/toolchains/1.89.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=ad2661f69fac71e1 -C extra-filename=-b95b840353900452 --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-52e219ed88a7ced5.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-10-03T20:12:03.710Z Compiling icu_collections v1.5.0
26282025-10-03T20:12:03.735Z Running `/home/build/.rustup/toolchains/1.89.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=4f058be85dcb9cb7 -C extra-filename=-92329da252dd1637 --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-52e219ed88a7ced5.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-dafe20b84e0dfedb.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f82d7bbc19025d5f.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-10-03T20:12:04.026Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0f4211722790ca20 -C extra-filename=-e74b303de1a382c2 --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-95325b6aa1a09784.so --cap-lints allow --cfg tokio_unstable -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)'`
26302025-10-03T20:12:04.178Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9361f75985d17b66 -C extra-filename=-f6ffde1d7de41f44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)'`
26312025-10-03T20:12:04.203Z Compiling icu_locid v1.5.0
26322025-10-03T20:12:04.238Z Running `/home/build/.rustup/toolchains/1.89.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=f9cf1dd870da5cf7 -C extra-filename=-967454d87455f97a --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-52e219ed88a7ced5.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-77475923b5850dce.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-b95b840353900452.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332025-10-03T20:12:04.311Z Running `/home/build/.rustup/toolchains/1.89.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=87423fea0ebaee3d -C extra-filename=-e0bb792a8e132b78 --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-dce3f2e2d82920ab.so --cap-lints allow --cfg tokio_unstable -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)'`
26342025-10-03T20:12:04.340Z Compiling futures-util v0.3.31
26352025-10-03T20:12:04.365Z Running `/home/build/.rustup/toolchains/1.89.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=66d3d3605cd472b2 -C extra-filename=-496f76f93532f782 --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-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-b748d1c395f82833.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-89a013cd483bf7e3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362025-10-03T20:12:04.527Z Compiling digest v0.10.7
26372025-10-03T20:12:04.552Z Running `/home/build/.rustup/toolchains/1.89.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=ae719207cdfa86cc -C extra-filename=-811675e9ce129203 --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-e9396205bc7ca384.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c30fa127176a7cf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382025-10-03T20:12:04.692Z Compiling ppv-lite86 v0.2.20
26392025-10-03T20:12:04.717Z Running `/home/build/.rustup/toolchains/1.89.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=04548a80d07637f7 -C extra-filename=-af8e42e130717fe4 --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-47d9f9ecf0e4dc7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-10-03T20:12:04.998Z Compiling tracing-attributes v0.1.27
26412025-10-03T20:12:05.023Z Running `/home/build/.rustup/toolchains/1.89.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=68fd06ade69784da -C extra-filename=-fc552a2395f5be04 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-10-03T20:12:05.096Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d/build-script-build`
26432025-10-03T20:12:05.237Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c/build-script-build`
26442025-10-03T20:12:05.263Z Compiling libloading v0.8.5
26452025-10-03T20:12:05.263Z Running `/home/build/.rustup/toolchains/1.89.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=991ea57a531c2ee6 -C extra-filename=-98ca6764ba3391ab --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462025-10-03T20:12:05.292Z Compiling bytes v1.10.1
26472025-10-03T20:12:05.317Z Running `/home/build/.rustup/toolchains/1.89.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=d6adde57c3dfa3b1 -C extra-filename=-ba091636fd1dadf2 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482025-10-03T20:12:05.432Z Compiling bitflags v2.9.4
26492025-10-03T20:12:05.457Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=2002e9c83fe1a662 -C extra-filename=-2e15dfbecb90ad6a --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502025-10-03T20:12:05.541Z Compiling icu_provider v1.5.0
26512025-10-03T20:12:05.567Z Running `/home/build/.rustup/toolchains/1.89.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=091d30ea8eeb5ae6 -C extra-filename=-ee4d7051010b5549 --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-52e219ed88a7ced5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-967454d87455f97a.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-9ec84a99f6a90c0d.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-45a66a1c23392a23.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-b95b840353900452.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-dafe20b84e0dfedb.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f82d7bbc19025d5f.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-10-03T20:12:05.734Z Compiling chrono v0.4.42
26532025-10-03T20:12:05.759Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --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", "arbitrary", "clock", "core-error", "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=42ceff4e5883f3fc -C extra-filename=-6eee06ffc9254337 --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-fe7adf2a3d3ea3d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-10-03T20:12:05.969Z Running `/home/build/.rustup/toolchains/1.89.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=833f60ca94220f64 -C extra-filename=-de7ccbd438880b80 --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-2e15dfbecb90ad6a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66c18ca0d8ab3a57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26552025-10-03T20:12:06.313Z Compiling uuid v1.18.1
26562025-10-03T20:12:06.338Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --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=b32028ce25bcacd1 -C extra-filename=-67dd5941586b8733 --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-710e91481cd0b98a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572025-10-03T20:12:06.599Z Compiling icu_locid_transform v1.5.0
26582025-10-03T20:12:06.624Z Running `/home/build/.rustup/toolchains/1.89.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=8ad4c309e38d783d -C extra-filename=-947ddae1a3722bf3 --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-52e219ed88a7ced5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-967454d87455f97a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-70658073d33ae4c3.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ee4d7051010b5549.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-b95b840353900452.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592025-10-03T20:12:06.897Z Compiling tokio v1.47.0
26602025-10-03T20:12:06.923Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --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=48c0450d392263ed -C extra-filename=-cf4ee51233ad698c --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-ba091636fd1dadf2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-984a8d27e5d119e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-61256d08fa97d3e4.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-f57f84c19cf0495f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612025-10-03T20:12:07.030Z Compiling http v1.3.1
26622025-10-03T20:12:07.072Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f1751dbb44208a18 -C extra-filename=-9e1849e11a25435c --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-ba091636fd1dadf2.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-10-03T20:12:08.027Z Compiling icu_properties v1.5.1
26642025-10-03T20:12:08.052Z Running `/home/build/.rustup/toolchains/1.89.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=341e62006324996b -C extra-filename=-186049d069e235c6 --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-52e219ed88a7ced5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-92329da252dd1637.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-947ddae1a3722bf3.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-ac5fcfe50a1dcd02.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ee4d7051010b5549.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-b95b840353900452.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652025-10-03T20:12:08.451Z Compiling tracing v0.1.40
26662025-10-03T20:12:08.476Z Running `/home/build/.rustup/toolchains/1.89.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=7e9bffd081d4ef9b -C extra-filename=-1481dcb3f233f18b --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-a76b93ce4f157850.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-fc552a2395f5be04.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-2b1a8750eef1edf5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672025-10-03T20:12:09.142Z Running `/home/build/.rustup/toolchains/1.89.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=23153c7d76d5b502 -C extra-filename=-506de69e80e8f3e9 --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-558c6603bd35f247.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-98ca6764ba3391ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-10-03T20:12:09.197Z Compiling serde_tokenstream v0.2.2
26692025-10-03T20:12:09.237Z Running `/home/build/.rustup/toolchains/1.89.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=8552206b283ecceb -C extra-filename=-03fba83ac132c644 --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-10-03T20:12:09.528Z Running `/home/build/.rustup/toolchains/1.89.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=a68f7dd44dfce337 -C extra-filename=-275a97d56be8b68f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
26712025-10-03T20:12:09.574Z Compiling cexpr v0.6.0
26722025-10-03T20:12:09.599Z Running `/home/build/.rustup/toolchains/1.89.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=f559b838fdad27d6 -C extra-filename=-14c7795bddbba0a2 --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-ba17a7907081ab27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732025-10-03T20:12:09.860Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=a49b1149eb07b37f -C extra-filename=-50f13724737f662b --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-6c39e3a1d0a5cd80.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
26742025-10-03T20:12:10.162Z Compiling time-core v0.1.6
26752025-10-03T20:12:10.187Z Running `/home/build/.rustup/toolchains/1.89.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.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=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=691649825bd53703 -C extra-filename=-bf5494c66d7c8a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-10-03T20:12:10.510Z Compiling num-conv v0.1.0
26772025-10-03T20:12:10.537Z Running `/home/build/.rustup/toolchains/1.89.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=a9711a988c5da212 -C extra-filename=-a56e6390dcbaca0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782025-10-03T20:12:10.801Z Compiling home v0.5.9
26792025-10-03T20:12:10.827Z Running `/home/build/.rustup/toolchains/1.89.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=2e35a946167ff3f8 -C extra-filename=-ea405cba7d288502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802025-10-03T20:12:10.898Z Compiling powerfmt v0.2.0
26812025-10-03T20:12:10.923Z Running `/home/build/.rustup/toolchains/1.89.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=62186cdd2aaff3ce -C extra-filename=-fd550e37968ebaae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-10-03T20:12:10.950Z Compiling vcpkg v0.2.15
26832025-10-03T20:12:10.975Z Running `/home/build/.rustup/toolchains/1.89.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=facba6063f83ce22 -C extra-filename=-e4b2ad7490e0f049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-10-03T20:12:11.118Z Compiling time-macros v0.2.24
26852025-10-03T20:12:11.143Z Running `/home/build/.rustup/toolchains/1.89.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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-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=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=7be7ab0c4dbd8968 -C extra-filename=-0de1f3faaceecf5a --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-a56e6390dcbaca0e.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-bf5494c66d7c8a21.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862025-10-03T20:12:11.351Z Compiling deranged v0.5.3
26872025-10-03T20:12:11.376Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=07a81f93cdddf791 -C extra-filename=-19ee4d5b186a60c4 --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-fd550e37968ebaae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-10-03T20:12:11.401Z Compiling ring v0.17.14
26892025-10-03T20:12:11.426Z Running `/home/build/.rustup/toolchains/1.89.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.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=b305ffadd3ee9591 -C extra-filename=-9f63f4ec416bcf25 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902025-10-03T20:12:12.672Z Compiling icu_normalizer v1.5.0
26912025-10-03T20:12:12.697Z Running `/home/build/.rustup/toolchains/1.89.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=782b9ad4fc29f3d1 -C extra-filename=-df53faa36d1ac22e --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-52e219ed88a7ced5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-92329da252dd1637.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-b3c4991b6ca67627.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-186049d069e235c6.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ee4d7051010b5549.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-b7317b621dd1fd3e.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-84bbf4dc3c0a9cb3.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-6b0b9c285f21b156.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-10-03T20:12:12.911Z Compiling gimli v0.31.1
26932025-10-03T20:12:12.937Z Running `/home/build/.rustup/toolchains/1.89.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=35253150937364d5 -C extra-filename=-b49da655f5083794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-10-03T20:12:12.962Z Compiling num_threads v0.1.7
26952025-10-03T20:12:12.987Z Running `/home/build/.rustup/toolchains/1.89.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=52b7ff571a27ee21 -C extra-filename=-df3097d1e893322a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-10-03T20:12:13.022Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25/build-script-build`
26972025-10-03T20:12:13.172Z Compiling object v0.36.5
26982025-10-03T20:12:13.197Z Running `/home/build/.rustup/toolchains/1.89.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=6108c2f79bc9cb46 -C extra-filename=-ddb6c3b5f172fda8 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992025-10-03T20:12:13.969Z Compiling idna_adapter v1.2.0
27002025-10-03T20:12:14.049Z Running `/home/build/.rustup/toolchains/1.89.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=83144f2aab08fdc7 -C extra-filename=-044a884c3d20596e --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-df53faa36d1ac22e.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-186049d069e235c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012025-10-03T20:12:14.388Z Compiling idna v1.0.3
27022025-10-03T20:12:14.413Z Running `/home/build/.rustup/toolchains/1.89.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=967e51344c69a6e8 -C extra-filename=-89def4d09e191fa9 --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-044a884c3d20596e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-84bbf4dc3c0a9cb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-10-03T20:12:14.438Z Compiling time v0.3.43
27042025-10-03T20:12:14.438Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --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", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=032b0c544c6a1d28 -C extra-filename=-2dc41db2bdf7cae4 --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-19ee4d5b186a60c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-a56e6390dcbaca0e.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-df3097d1e893322a.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-fd550e37968ebaae.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-bf5494c66d7c8a21.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-0de1f3faaceecf5a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052025-10-03T20:12:14.614Z Compiling rustc-demangle v0.1.24
27062025-10-03T20:12:14.639Z Running `/home/build/.rustup/toolchains/1.89.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=4e02cc3728313384 -C extra-filename=-e12f84d378735be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072025-10-03T20:12:15.602Z Compiling url v2.5.4
27082025-10-03T20:12:15.628Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=930e53b36548062b -C extra-filename=-a8f9f0e32463c102 --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-4007d0fab8ad1eec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-10-03T20:12:15.970Z Compiling anyhow v1.0.99
27102025-10-03T20:12:15.995Z Running `/home/build/.rustup/toolchains/1.89.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.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=ed225afd82fee87e -C extra-filename=-a16e563cbf5da838 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-10-03T20:12:16.724Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838/build-script-build`
27122025-10-03T20:12:17.363Z Running `/home/build/.rustup/toolchains/1.89.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=00ef0206c8ba70d9 -C extra-filename=-bd2241ef428256a8 --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-ba091636fd1dadf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-9eb1c4fd1612699c.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
27132025-10-03T20:12:17.454Z Compiling addr2line v0.24.2
27142025-10-03T20:12:17.479Z Running `/home/build/.rustup/toolchains/1.89.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=3aeaff88db9bb7d1 -C extra-filename=-0f16cff09b9c46f9 --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-b49da655f5083794.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-10-03T20:12:17.865Z Compiling itertools v0.12.1
27162025-10-03T20:12:17.890Z Running `/home/build/.rustup/toolchains/1.89.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=7f33f082525915bf -C extra-filename=-fd7f55707a725433 --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172025-10-03T20:12:18.311Z Compiling base64 v0.22.1
27182025-10-03T20:12:18.336Z Running `/home/build/.rustup/toolchains/1.89.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=fc0ab0aebee0361f -C extra-filename=-43fec2c760c1f6ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-10-03T20:12:18.362Z Compiling bindgen v0.69.5
27202025-10-03T20:12:18.412Z Running `/home/build/.rustup/toolchains/1.89.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=87bdec01ef2296ac -C extra-filename=-8b11b984ce953e99 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212025-10-03T20:12:18.711Z Compiling tokio-util v0.7.15
27222025-10-03T20:12:18.736Z Running `/home/build/.rustup/toolchains/1.89.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.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 --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="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --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=a954f407f07c4c1c -C extra-filename=-5e86fc03131ed864 --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-ba091636fd1dadf2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232025-10-03T20:12:19.159Z Compiling which v4.4.2
27242025-10-03T20:12:19.184Z Running `/home/build/.rustup/toolchains/1.89.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=49cd0fdf0e3a576d -C extra-filename=-500de91f063f0618 --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-c14636abdee91fd2.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252025-10-03T20:12:19.477Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99/build-script-build`
27262025-10-03T20:12:19.544Z Compiling ipnet v2.11.0
27272025-10-03T20:12:19.576Z Running `/home/build/.rustup/toolchains/1.89.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=d9c9b1e34f7e78d8 -C extra-filename=-cbe3ad82372ece52 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-10-03T20:12:19.755Z Compiling block-padding v0.3.3
27292025-10-03T20:12:19.780Z Running `/home/build/.rustup/toolchains/1.89.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=d01e279c5e92e487 -C extra-filename=-a43cacfec0e3568f --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-075ff24e61b7aa5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302025-10-03T20:12:20.097Z Compiling rustc-hash v1.1.0
27312025-10-03T20:12:20.122Z Running `/home/build/.rustup/toolchains/1.89.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=38e9ebdd84bc6acc -C extra-filename=-4b1110e3cc35dd24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322025-10-03T20:12:20.160Z Compiling httparse v1.9.5
27332025-10-03T20:12:20.185Z Running `/home/build/.rustup/toolchains/1.89.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=cef1727ca1897165 -C extra-filename=-c82a386cce90bda1 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342025-10-03T20:12:20.342Z Compiling backtrace v0.3.74
27352025-10-03T20:12:20.368Z Running `/home/build/.rustup/toolchains/1.89.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=ce71d2744ed56752 -C extra-filename=-62ecda7ee8118116 --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-0f16cff09b9c46f9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ddb6c3b5f172fda8.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e12f84d378735be7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362025-10-03T20:12:20.771Z Compiling lazycell v1.3.0
27372025-10-03T20:12:20.796Z Running `/home/build/.rustup/toolchains/1.89.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=b00bc4169b271e50 -C extra-filename=-a3d8602276865aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382025-10-03T20:12:20.849Z Compiling atomic-waker v1.1.2
27392025-10-03T20:12:20.874Z Running `/home/build/.rustup/toolchains/1.89.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=c2dc08a51d4cc53c -C extra-filename=-ba25972e878f73b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402025-10-03T20:12:20.917Z Compiling inout v0.1.3
27412025-10-03T20:12:20.942Z Running `/home/build/.rustup/toolchains/1.89.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=fe9294da2d8a84ff -C extra-filename=-78813f267f87f480 --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-a43cacfec0e3568f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-10-03T20:12:21.016Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1/build-script-build`
27432025-10-03T20:12:21.076Z Compiling cmake v0.1.51
27442025-10-03T20:12:21.076Z Running `/home/build/.rustup/toolchains/1.89.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=77743006797e9005 -C extra-filename=-e419e9a97a210386 --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-2e15dfbecb90ad6a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14c7795bddbba0a2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a3d8602276865aa7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-4b1110e3cc35dd24.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-500de91f063f0618.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452025-10-03T20:12:21.101Z Running `/home/build/.rustup/toolchains/1.89.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=84a06fbe8f56ceb9 -C extra-filename=-de354ad5a94ad54d --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-c405cbfc7820faca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462025-10-03T20:12:21.205Z Compiling dunce v1.0.5
27472025-10-03T20:12:21.230Z Compiling untrusted v0.9.0
27482025-10-03T20:12:21.230Z Compiling fs_extra v1.3.0
27492025-10-03T20:12:21.259Z Running `/home/build/.rustup/toolchains/1.89.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=c00789c241c14d06 -C extra-filename=-07ef0643f32e7ad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-10-03T20:12:21.284Z Running `/home/build/.rustup/toolchains/1.89.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=ab038303a108a882 -C extra-filename=-80eadfd9742d9184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512025-10-03T20:12:21.284Z Running `/home/build/.rustup/toolchains/1.89.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=f701984c3127b75f -C extra-filename=-7037838c93d6b265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-10-03T20:12:21.367Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=1d5024ff01e068c6 -C extra-filename=-154ac5e51bbc76fd --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-62ecda7ee8118116.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
27532025-10-03T20:12:21.447Z Compiling cipher v0.4.4
27542025-10-03T20:12:21.493Z Running `/home/build/.rustup/toolchains/1.89.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=b97ab95012197fae -C extra-filename=-5527f72dd55d7f2a --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-7c30fa127176a7cf.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552025-10-03T20:12:21.518Z Running `/home/build/.rustup/toolchains/1.89.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=01a514d2647380b1 -C extra-filename=-57fa867c6f0b37c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
27562025-10-03T20:12:21.549Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="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=85f520d86c489fe9 -C extra-filename=-af4b1351daf744bb --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-16cff964c3cef883.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
27572025-10-03T20:12:21.980Z Compiling sha2 v0.10.9
27582025-10-03T20:12:22.006Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=9adc7b995d89e70a -C extra-filename=-29aa24aec8c2efa6 --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-10-03T20:12:22.039Z Compiling aws-lc-rs v1.12.4
27602025-10-03T20:12:22.085Z Running `/home/build/.rustup/toolchains/1.89.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=1dfde9abdcf429c3 -C extra-filename=-83f69c8739eaed10 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-10-03T20:12:22.110Z Compiling base64ct v1.6.0
27622025-10-03T20:12:22.110Z Running `/home/build/.rustup/toolchains/1.89.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=44b5acdab9f6b6c4 -C extra-filename=-918dddd36587fd89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632025-10-03T20:12:22.262Z Compiling rustls-pki-types v1.10.0
27642025-10-03T20:12:22.287Z Running `/home/build/.rustup/toolchains/1.89.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=555d01ccef1aba01 -C extra-filename=-8d90c9b7d736ccd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-10-03T20:12:22.313Z Compiling ident_case v1.0.1
27662025-10-03T20:12:22.370Z Running `/home/build/.rustup/toolchains/1.89.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=b52db5ecb052a1a2 -C extra-filename=-5ec2529fcb3ca35e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672025-10-03T20:12:22.587Z Compiling rustversion v1.0.22
27682025-10-03T20:12:22.634Z Running `/home/build/.rustup/toolchains/1.89.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.22/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=0f199577fe55c40a -C extra-filename=-8c0338daea1d2e80 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692025-10-03T20:12:22.661Z Compiling http-body v1.0.1
27702025-10-03T20:12:22.662Z Running `/home/build/.rustup/toolchains/1.89.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=727b0eddb8ecfd4e -C extra-filename=-926913b17d40ecdd --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-ba091636fd1dadf2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-10-03T20:12:22.801Z Compiling hmac v0.12.1
27722025-10-03T20:12:22.826Z Running `/home/build/.rustup/toolchains/1.89.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=a90a2e89c85476fa -C extra-filename=-bd00634422d4afe1 --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-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732025-10-03T20:12:23.066Z Compiling fastrand v2.1.1
27742025-10-03T20:12:23.092Z Running `/home/build/.rustup/toolchains/1.89.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=9eb4f5bd04d947f8 -C extra-filename=-3a04019b393c03e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-10-03T20:12:23.200Z Compiling rand_chacha v0.3.1
27762025-10-03T20:12:23.226Z Running `/home/build/.rustup/toolchains/1.89.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=cbc6a5aa562ed428 -C extra-filename=-86846878de168962 --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-af8e42e130717fe4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-10-03T20:12:23.286Z Compiling socket2 v0.5.10
27782025-10-03T20:12:23.311Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=12b679e1b8077ccc -C extra-filename=-16d50aea078713d7 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792025-10-03T20:12:23.408Z Compiling utf8parse v0.2.2
27802025-10-03T20:12:23.433Z Running `/home/build/.rustup/toolchains/1.89.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=5f0219eaa151ecdb -C extra-filename=-6a075776c3b4ea6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812025-10-03T20:12:23.524Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80/build-script-build`
27822025-10-03T20:12:23.591Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.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=42b56504878d438a -C extra-filename=-c9b98dbb0ed21b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -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"))'`
27832025-10-03T20:12:23.662Z Compiling try-lock v0.2.5
27842025-10-03T20:12:23.687Z Running `/home/build/.rustup/toolchains/1.89.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=c0a13c8815a3e33f -C extra-filename=-08fde45f36bd8eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852025-10-03T20:12:23.729Z Compiling untrusted v0.7.1
27862025-10-03T20:12:23.779Z Running `/home/build/.rustup/toolchains/1.89.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=c141a696d765c171 -C extra-filename=-1922086bdd3a1ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872025-10-03T20:12:23.949Z Compiling httpdate v1.0.3
27882025-10-03T20:12:23.974Z Running `/home/build/.rustup/toolchains/1.89.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=46822caa3ff74047 -C extra-filename=-2cf7c64e6a195268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892025-10-03T20:12:24.109Z Compiling want v0.3.1
27902025-10-03T20:12:24.134Z Running `/home/build/.rustup/toolchains/1.89.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=4341aecb623d4334 -C extra-filename=-c495d1e93384ff37 --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-08fde45f36bd8eab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912025-10-03T20:12:24.353Z Compiling rand v0.8.5
27922025-10-03T20:12:24.378Z Running `/home/build/.rustup/toolchains/1.89.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="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=6698e82bab8afb35 -C extra-filename=-787480c86dbd9bba --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-784c297e68e85669.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932025-10-03T20:12:24.437Z Compiling h2 v0.4.6
27942025-10-03T20:12:24.463Z Running `/home/build/.rustup/toolchains/1.89.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=15e602970bb0589f -C extra-filename=-3c8bb24434a18d17 --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-ba25972e878f73b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-10-03T20:12:24.489Z Compiling openssl-sys v0.9.109
27962025-10-03T20:12:24.513Z Running `/home/build/.rustup/toolchains/1.89.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.109/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=018848136c4b61c4 -C extra-filename=-c21fb4d41b021f4b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e4b2ad7490e0f049.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972025-10-03T20:12:25.070Z Compiling tower-service v0.3.3
27982025-10-03T20:12:25.095Z Running `/home/build/.rustup/toolchains/1.89.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=ce171b42ee135973 -C extra-filename=-93d9dc3a9e15f08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992025-10-03T20:12:25.120Z Compiling serde_spanned v0.6.9
28002025-10-03T20:12:25.120Z Running `/home/build/.rustup/toolchains/1.89.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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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 --allow=unnameable_types '--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' '--allow=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=9647ee746bdd5797 -C extra-filename=-b5835bdae107276b --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-10-03T20:12:25.282Z Compiling toml_datetime v0.6.11
28022025-10-03T20:12:25.307Z Running `/home/build/.rustup/toolchains/1.89.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.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 --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 --allow=unnameable_types '--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' '--allow=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=cd77b74508d1f3d3 -C extra-filename=-2c286be83987bd15 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032025-10-03T20:12:25.437Z Compiling pem-rfc7468 v0.7.0
28042025-10-03T20:12:25.462Z Running `/home/build/.rustup/toolchains/1.89.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=a5f4794a8d26912f -C extra-filename=-20be41f6f1f20a39 --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-918dddd36587fd89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052025-10-03T20:12:25.625Z Compiling anstyle v1.0.11
28062025-10-03T20:12:25.651Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-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 --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=unnameable_types '--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' '--allow=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=594abc26d21e3a5e -C extra-filename=-ca4ebf2465e25529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072025-10-03T20:12:25.718Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b/build-script-main`
28082025-10-03T20:12:25.835Z Compiling mime v0.3.17
28092025-10-03T20:12:25.860Z Running `/home/build/.rustup/toolchains/1.89.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=5203b046030db305 -C extra-filename=-72ce21d76a94c4bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-10-03T20:12:25.886Z Compiling async-trait v0.1.89
28112025-10-03T20:12:25.911Z Running `/home/build/.rustup/toolchains/1.89.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.89/src/lib.rs --error-format=json --json=diagnostic-rendered-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=c7a82a23e8161be0 -C extra-filename=-43346e1c8890fba4 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-10-03T20:12:26.095Z Compiling slog v2.7.0
28132025-10-03T20:12:26.120Z Running `/home/build/.rustup/toolchains/1.89.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=d7d6e863751a65b8 -C extra-filename=-0b04305fec5a44d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142025-10-03T20:12:26.150Z Compiling anstyle-parse v0.2.5
28152025-10-03T20:12:26.175Z Compiling http-body-util v0.1.3
28162025-10-03T20:12:26.175Z Running `/home/build/.rustup/toolchains/1.89.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=3e9656a816d90c13 -C extra-filename=-679d85892bd55df8 --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-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172025-10-03T20:12:26.200Z Running `/home/build/.rustup/toolchains/1.89.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=06054fbb583355b9 -C extra-filename=-1a754f9879ed1770 --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-ba091636fd1dadf2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-926913b17d40ecdd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-10-03T20:12:26.427Z Compiling der_derive v0.7.3
28192025-10-03T20:12:26.452Z Running `/home/build/.rustup/toolchains/1.89.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=3e966a4cb7c3fa02 -C extra-filename=-8cd6892a7099442b --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202025-10-03T20:12:26.479Z Compiling rand_core v0.9.3
28212025-10-03T20:12:26.479Z Running `/home/build/.rustup/toolchains/1.89.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.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=bb8f6a41b19793d0 -C extra-filename=-3708ad563010fdb5 --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-710e91481cd0b98a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-10-03T20:12:26.598Z Compiling openssl-probe v0.1.5
28232025-10-03T20:12:26.623Z Running `/home/build/.rustup/toolchains/1.89.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=e7d58ad6695f0386 -C extra-filename=-6fa859ae0a6e2845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242025-10-03T20:12:26.742Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6/build-script-build`
28252025-10-03T20:12:26.789Z Compiling openssl v0.10.73
28262025-10-03T20:12:26.814Z Running `/home/build/.rustup/toolchains/1.89.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.73/build.rs --error-format=json --json=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=36edad7b58cf7767 -C extra-filename=-8fdddfab2c328ffa --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272025-10-03T20:12:26.876Z Compiling foreign-types-shared v0.1.1
28282025-10-03T20:12:26.901Z Running `/home/build/.rustup/toolchains/1.89.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=3cfa8b0f562eeba5 -C extra-filename=-79e682475b9969ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292025-10-03T20:12:26.986Z Compiling camino v1.2.0
28302025-10-03T20:12:27.012Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.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 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=0982cab3492b3091 -C extra-filename=-2b336f4361ad40a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312025-10-03T20:12:27.114Z Compiling flagset v0.4.6
28322025-10-03T20:12:27.139Z Running `/home/build/.rustup/toolchains/1.89.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=3e8ba097fe30c025 -C extra-filename=-5fd3f5e6a5f80454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332025-10-03T20:12:27.164Z Compiling is_terminal_polyfill v1.70.1
28342025-10-03T20:12:27.189Z Running `/home/build/.rustup/toolchains/1.89.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=97cfce38514ec382 -C extra-filename=-6c19948950e8938e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352025-10-03T20:12:27.343Z Compiling anstyle-query v1.1.1
28362025-10-03T20:12:27.369Z Running `/home/build/.rustup/toolchains/1.89.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=72399e9c3672a5ab -C extra-filename=-ba1701ad211ab7a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372025-10-03T20:12:27.395Z Compiling colorchoice v1.0.2
28382025-10-03T20:12:27.395Z Running `/home/build/.rustup/toolchains/1.89.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=9e33bddd11dd184c -C extra-filename=-16945617df5fd344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392025-10-03T20:12:27.448Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa/build-script-build`
28402025-10-03T20:12:27.526Z Compiling foreign-types v0.3.2
28412025-10-03T20:12:27.551Z Running `/home/build/.rustup/toolchains/1.89.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=27fc21865c5ee115 -C extra-filename=-44b668ede8600b95 --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-79e682475b9969ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-10-03T20:12:27.590Z Running `/home/build/.rustup/toolchains/1.89.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=fa564a8400b2664f -C extra-filename=-a44f3921b7a9222f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
28432025-10-03T20:12:27.670Z Compiling anstream v0.6.18
28442025-10-03T20:12:27.720Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=da4978dcdd10dcf8 -C extra-filename=-52aa35257e1956c1 --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-ca4ebf2465e25529.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-679d85892bd55df8.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ba1701ad211ab7a9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-16945617df5fd344.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-6c19948950e8938e.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452025-10-03T20:12:27.745Z Running `/home/build/.rustup/toolchains/1.89.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=322f8a4a87ff13f6 -C extra-filename=-9029463f50607d27 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
28462025-10-03T20:12:27.875Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4/build-script-build`
28472025-10-03T20:12:27.949Z Compiling pbkdf2 v0.12.2
28482025-10-03T20:12:27.974Z Running `/home/build/.rustup/toolchains/1.89.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=54d2d8bf26378a5f -C extra-filename=-b591901e9ad7f61a --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-811675e9ce129203.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492025-10-03T20:12:28.204Z Compiling aes v0.8.4
28502025-10-03T20:12:28.229Z Running `/home/build/.rustup/toolchains/1.89.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=3028f0d5e36d424f -C extra-filename=-dfaef6cde8c84d8c --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-16cff964c3cef883.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512025-10-03T20:12:28.430Z Compiling openssl-macros v0.1.1
28522025-10-03T20:12:28.455Z Running `/home/build/.rustup/toolchains/1.89.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=f5b6b584a7e1abab -C extra-filename=-499a11234579f7dd --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532025-10-03T20:12:28.501Z Compiling rustc_version v0.4.1
28542025-10-03T20:12:28.526Z Running `/home/build/.rustup/toolchains/1.89.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=2cb728e9dab0b3ff -C extra-filename=-74fdf0da897ddd52 --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-73296b48f004d65a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552025-10-03T20:12:28.654Z Compiling rustls v0.23.19
28562025-10-03T20:12:28.679Z Running `/home/build/.rustup/toolchains/1.89.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=9ce81a04f9092ac0 -C extra-filename=-8e9dab753c28e3d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572025-10-03T20:12:28.992Z Compiling der v0.7.9
28582025-10-03T20:12:29.017Z Running `/home/build/.rustup/toolchains/1.89.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=833f9bf8036adca6 -C extra-filename=-65db9a03d8eae111 --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-cabc6642a8d55355.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-8cd6892a7099442b.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5fd3f5e6a5f80454.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-10-03T20:12:29.141Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=f7f58d5a0454f8c0 -C extra-filename=-dfc32f0a21b07f91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)'`
28602025-10-03T20:12:29.305Z Compiling cbc v0.1.2
28612025-10-03T20:12:29.305Z Running `/home/build/.rustup/toolchains/1.89.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=67a1f3b86b73604f -C extra-filename=-6ed8a3b85e99de4e --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-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622025-10-03T20:12:29.349Z Compiling salsa20 v0.10.2
28632025-10-03T20:12:29.374Z Running `/home/build/.rustup/toolchains/1.89.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=54ad4845daa9c968 -C extra-filename=-93d099e012ec868b --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-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-10-03T20:12:29.532Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-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=9f6f49a90f1ca1eb -C extra-filename=-9c1d6f8997303c5f --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-2e15dfbecb90ad6a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-499a11234579f7dd.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
28652025-10-03T20:12:29.616Z Compiling openapiv3 v2.2.0
28662025-10-03T20:12:29.641Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-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="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=eb9e668ba3da495c -C extra-filename=-4da5bd6c5d3ac5d5 --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-10-03T20:12:29.674Z Compiling serde_urlencoded v0.7.1
28682025-10-03T20:12:29.699Z Running `/home/build/.rustup/toolchains/1.89.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=c982c1a47d3a2439 -C extra-filename=-0ed1b94ac53b5ccc --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-4007d0fab8ad1eec.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-10-03T20:12:30.110Z Compiling encoding_rs v0.8.34
28702025-10-03T20:12:30.136Z Running `/home/build/.rustup/toolchains/1.89.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=1a9e7b9e1423758c -C extra-filename=-8ff8f10f7b344c0c --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712025-10-03T20:12:30.267Z Compiling native-tls v0.2.12
28722025-10-03T20:12:30.292Z Running `/home/build/.rustup/toolchains/1.89.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=f2acd2944aab1c6b -C extra-filename=-0ccc1ed03eaf0acb --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-10-03T20:12:30.750Z Compiling rustix v1.0.7
28742025-10-03T20:12:30.775Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.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 --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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=192ef61eabb53c17 -C extra-filename=-14b27fbe90121ef1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-10-03T20:12:30.926Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb/build-script-build`
28762025-10-03T20:12:30.993Z Compiling scrypt v0.11.0
28772025-10-03T20:12:31.018Z Running `/home/build/.rustup/toolchains/1.89.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=6fa6a68bec4c78cd -C extra-filename=-818f277c68d06e92 --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-b591901e9ad7f61a.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-93d099e012ec868b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-10-03T20:12:31.611Z Compiling spki v0.7.3
28792025-10-03T20:12:31.651Z Running `/home/build/.rustup/toolchains/1.89.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=21a1aaaad6b1e517 -C extra-filename=-700d2b24404b31cc --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-65db9a03d8eae111.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802025-10-03T20:12:31.687Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1/build-script-build`
28812025-10-03T20:12:32.130Z Compiling hyper v1.7.0
28822025-10-03T20:12:32.178Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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 --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=89cca71401e54699 -C extra-filename=-f1c1dacd0f20729a --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-ba25972e878f73b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3c8bb24434a18d17.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-926913b17d40ecdd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2cf7c64e6a195268.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-89a013cd483bf7e3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-c495d1e93384ff37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832025-10-03T20:12:32.203Z Compiling rand_chacha v0.9.0
28842025-10-03T20:12:32.203Z Running `/home/build/.rustup/toolchains/1.89.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=207df47642a4503e -C extra-filename=-ff417b83a2a6797c --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-af8e42e130717fe4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-10-03T20:12:32.252Z Compiling terminal_size v0.4.0
28862025-10-03T20:12:32.277Z Running `/home/build/.rustup/toolchains/1.89.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=be06c87eaee1f524 -C extra-filename=-f247be1eb92bfb14 --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-de7ccbd438880b80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872025-10-03T20:12:32.605Z Compiling cookie v0.18.1
28882025-10-03T20:12:32.631Z Running `/home/build/.rustup/toolchains/1.89.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=765003f1ad6549e4 -C extra-filename=-447e460f7e8c9cfc --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-10-03T20:12:33.206Z Compiling litrs v0.4.1
28902025-10-03T20:12:33.231Z Running `/home/build/.rustup/toolchains/1.89.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=632d5277a3ca7c54 -C extra-filename=-688be1c929368d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912025-10-03T20:12:33.775Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc/build-script-build`
28922025-10-03T20:12:33.841Z Compiling rand v0.9.2
28932025-10-03T20:12:33.907Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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=befe9b23434032b1 -C extra-filename=-7de3a3ad327c4c0e --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-ff417b83a2a6797c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942025-10-03T20:12:33.932Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=9668aa9f03bd32a6 -C extra-filename=-daa76648e454ddb8 --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-2e15dfbecb90ad6a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66c18ca0d8ab3a57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
28952025-10-03T20:12:34.332Z Compiling pkcs5 v0.7.1
28962025-10-03T20:12:34.384Z Running `/home/build/.rustup/toolchains/1.89.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=4c303f6b0e8f331c -C extra-filename=-4e76e5678abbda38 --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-dfaef6cde8c84d8c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6ed8a3b85e99de4e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-65db9a03d8eae111.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-b591901e9ad7f61a.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-818f277c68d06e92.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972025-10-03T20:12:34.570Z Compiling document-features v0.2.11
28982025-10-03T20:12:34.595Z Running `/home/build/.rustup/toolchains/1.89.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.11/lib.rs --error-format=json --json=diagnostic-rendered-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=855327c98cbed87c -C extra-filename=-f2d4dd3d11cddccc --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-688be1c929368d20.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992025-10-03T20:12:34.916Z Compiling darling_core v0.20.10
29002025-10-03T20:12:34.942Z Running `/home/build/.rustup/toolchains/1.89.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=1be06c315b094a2f -C extra-filename=-08259e0872245eff --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-63bbafb28e7d7eb7.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-5ec2529fcb3ca35e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-10-03T20:12:35.537Z Compiling hyper-util v0.1.17
29022025-10-03T20:12:35.562Z Running `/home/build/.rustup/toolchains/1.89.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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --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", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=5c2caf27161e76ce -C extra-filename=-eb0fb82bc54427f2 --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-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-926913b17d40ecdd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-10-03T20:12:35.921Z Running `/home/build/.rustup/toolchains/1.89.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=5b08def816727943 -C extra-filename=-9c03f8a7a78aecd0 --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-a76b93ce4f157850.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-6fa859ae0a6e2845.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
29042025-10-03T20:12:36.061Z Compiling sync_wrapper v1.0.1
29052025-10-03T20:12:36.104Z Running `/home/build/.rustup/toolchains/1.89.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=e808c25b85e4b5ff -C extra-filename=-bf5271d3cd9bc83f --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-a7543549df8e10d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062025-10-03T20:12:36.179Z Compiling psl-types v2.0.11
29072025-10-03T20:12:36.204Z Running `/home/build/.rustup/toolchains/1.89.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=587ece8609611bd6 -C extra-filename=-36acca7acad4016f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082025-10-03T20:12:36.293Z Compiling clap_lex v0.7.4
29092025-10-03T20:12:36.318Z Running `/home/build/.rustup/toolchains/1.89.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=5214e07c8fcb757b -C extra-filename=-400b34c57bdaf5de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102025-10-03T20:12:36.478Z Compiling tower-layer v0.3.3
29112025-10-03T20:12:36.503Z Running `/home/build/.rustup/toolchains/1.89.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=b946daab5e1581f8 -C extra-filename=-b746b8e964d625a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122025-10-03T20:12:36.617Z Compiling publicsuffix v2.3.0
29132025-10-03T20:12:36.642Z Running `/home/build/.rustup/toolchains/1.89.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=a71eeab7f0f97d00 -C extra-filename=-eff6b008d439b4ae --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-89def4d09e191fa9.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-36acca7acad4016f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142025-10-03T20:12:36.824Z Compiling tower v0.5.2
29152025-10-03T20:12:36.849Z Running `/home/build/.rustup/toolchains/1.89.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=20d44787d8254a36 -C extra-filename=-75fdfcd117b5cde3 --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-a7543549df8e10d9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-bf5271d3cd9bc83f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b746b8e964d625a6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162025-10-03T20:12:36.889Z Compiling clap_builder v4.5.48
29172025-10-03T20:12:36.915Z Running `/home/build/.rustup/toolchains/1.89.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.48/src/lib.rs --error-format=json --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 --allow=unnameable_types '--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' '--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' '--allow=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=6d005c97b2bca166 -C extra-filename=-c8939ca7148b6f17 --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-400b34c57bdaf5de.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f247be1eb92bfb14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182025-10-03T20:12:37.033Z Compiling tokio-native-tls v0.3.1
29192025-10-03T20:12:37.075Z Running `/home/build/.rustup/toolchains/1.89.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=6681526bf35ba5ee -C extra-filename=-9df84457e0ba47ad --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-9c03f8a7a78aecd0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29202025-10-03T20:12:37.181Z Compiling pkcs8 v0.10.2
29212025-10-03T20:12:37.206Z Running `/home/build/.rustup/toolchains/1.89.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=3c35f6a48802a9bb -C extra-filename=-25a4dee626dc6397 --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-65db9a03d8eae111.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4e76e5678abbda38.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222025-10-03T20:12:37.429Z Running `/home/build/.rustup/toolchains/1.89.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=0d82ea5564793d0e -C extra-filename=-1ee147611e1f9891 --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-17038f63562232c6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-10-03T20:12:37.631Z Compiling rustls-native-certs v0.8.1
29242025-10-03T20:12:37.656Z Running `/home/build/.rustup/toolchains/1.89.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.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=6662e0ba4f0ff24a -C extra-filename=-24208ea6193a8b4f --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-6fa859ae0a6e2845.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252025-10-03T20:12:37.806Z Compiling webpki-roots v1.0.1
29262025-10-03T20:12:37.831Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-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=37b3d2113082ed89 -C extra-filename=-f18049b973965a50 --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-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-10-03T20:12:37.961Z Compiling clap_derive v4.5.47
29282025-10-03T20:12:37.986Z Running `/home/build/.rustup/toolchains/1.89.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.47/src/lib.rs --error-format=json --json=diagnostic-rendered-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 --allow=unnameable_types '--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' '--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' '--allow=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=841f9c3db5a7a65f -C extra-filename=-f8b9f2b0ea9bbded --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-10-03T20:12:38.132Z Compiling iri-string v0.7.8
29302025-10-03T20:12:38.157Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=db3f1d3259f063f9 -C extra-filename=-d2cec82b2a8d1dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312025-10-03T20:12:38.348Z Compiling ucd-trie v0.1.7
29322025-10-03T20:12:38.373Z Running `/home/build/.rustup/toolchains/1.89.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=cbb559727cf7ce22 -C extra-filename=-3aefcf062b606d9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332025-10-03T20:12:38.848Z Compiling hyper-tls v0.6.0
29342025-10-03T20:12:38.873Z Running `/home/build/.rustup/toolchains/1.89.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=40ffa2bc796e7b19 -C extra-filename=-3788d5a471013042 --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-ba091636fd1dadf2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-9c03f8a7a78aecd0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-9df84457e0ba47ad.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29352025-10-03T20:12:38.928Z Compiling pest v2.8.2
29362025-10-03T20:12:38.953Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=a0a967bba0dd1254 -C extra-filename=-b5418a831a65247d --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-10ab7de2df72a452.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3aefcf062b606d9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372025-10-03T20:12:39.406Z Compiling cookie_store v0.21.1
29382025-10-03T20:12:39.431Z Running `/home/build/.rustup/toolchains/1.89.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=66020049667caf08 -C extra-filename=-338937e3b7d3ddb5 --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-1ee147611e1f9891.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f2d4dd3d11cddccc.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-eff6b008d439b4ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392025-10-03T20:12:39.785Z Compiling tempfile v3.20.0
29402025-10-03T20:12:39.811Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=0de90764194cdf59 -C extra-filename=-e43985f8bace9c0f --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-3a04019b393c03e6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-daa76648e454ddb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-10-03T20:12:40.658Z Compiling scroll_derive v0.12.0
29422025-10-03T20:12:40.683Z Running `/home/build/.rustup/toolchains/1.89.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=89739e07a35482c5 -C extra-filename=-a5d36384f08d6393 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432025-10-03T20:12:41.013Z Compiling winnow v0.7.13
29442025-10-03T20:12:41.038Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --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=unnameable_types '--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' '--allow=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=49b0115a99bb0a51 -C extra-filename=-b8d34cf51c2763b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452025-10-03T20:12:41.065Z Compiling darling_macro v0.20.10
29462025-10-03T20:12:41.117Z Running `/home/build/.rustup/toolchains/1.89.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=b426d8c69951dc8c -C extra-filename=-87f4b0d8acfb592f --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-08259e0872245eff.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472025-10-03T20:12:41.972Z Compiling tower-http v0.6.6
29482025-10-03T20:12:41.997Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-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="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=951c2ac409cd5dca -C extra-filename=-b8f2c48b94e8ee9b --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-2e15dfbecb90ad6a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-926913b17d40ecdd.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-d2cec82b2a8d1dae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-75fdfcd117b5cde3.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b746b8e964d625a6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492025-10-03T20:12:42.256Z Compiling pest_meta v2.8.2
29502025-10-03T20:12:42.281Z Running `/home/build/.rustup/toolchains/1.89.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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=ba45334716b70704 -C extra-filename=-8c789c29a6a7ee9c --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-b5418a831a65247d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512025-10-03T20:12:42.320Z Compiling darling v0.20.10
29522025-10-03T20:12:42.345Z Running `/home/build/.rustup/toolchains/1.89.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=bee6b288f3b2b14d -C extra-filename=-cb415fb46e7cdc30 --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-08259e0872245eff.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-87f4b0d8acfb592f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-10-03T20:12:42.371Z Compiling scroll v0.12.0
29542025-10-03T20:12:42.396Z Running `/home/build/.rustup/toolchains/1.89.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=341fee4166426aba -C extra-filename=-712efe9a29b1fe0c --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-a5d36384f08d6393.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552025-10-03T20:12:42.531Z Compiling clap v4.5.48
29562025-10-03T20:12:42.556Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.48/src/lib.rs --error-format=json --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 --allow=unnameable_types '--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' '--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' '--allow=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=4441928f2085a2e0 -C extra-filename=-4b58b7b307fcaae0 --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-c8939ca7148b6f17.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-f8b9f2b0ea9bbded.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572025-10-03T20:12:42.581Z Compiling ipnetwork v0.21.1
29582025-10-03T20:12:42.581Z Running `/home/build/.rustup/toolchains/1.89.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=edec116ccc49e961 -C extra-filename=-c11c49bfabf517b6 --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-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-10-03T20:12:42.728Z Compiling plain v0.2.3
29602025-10-03T20:12:42.770Z Running `/home/build/.rustup/toolchains/1.89.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=1b558b43bdb0ffed -C extra-filename=-0eacb8c74027fe38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612025-10-03T20:12:43.011Z Compiling unicode-segmentation v1.12.0
29622025-10-03T20:12:43.036Z Running `/home/build/.rustup/toolchains/1.89.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=d30e9a145467759c -C extra-filename=-f5b7bd5f880a5855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632025-10-03T20:12:43.075Z Compiling zerocopy v0.8.27
29642025-10-03T20:12:43.100Z Compiling data-encoding v2.9.0
29652025-10-03T20:12:43.100Z Running `/home/build/.rustup/toolchains/1.89.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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=88a3c62308bae1c8 -C extra-filename=-c59178062ea1bb1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662025-10-03T20:12:43.100Z Running `/home/build/.rustup/toolchains/1.89.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.27/build.rs --error-format=json --json=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=62d3ffafe436f529 -C extra-filename=-c845b03df373e7e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-c845b03df373e7e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672025-10-03T20:12:43.588Z Compiling goblin v0.8.2
29682025-10-03T20:12:43.614Z Running `/home/build/.rustup/toolchains/1.89.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=8dbbb146d487fe4b -C extra-filename=-b595e9af0e5e86a9 --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-a76b93ce4f157850.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0eacb8c74027fe38.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-712efe9a29b1fe0c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692025-10-03T20:12:44.070Z Compiling pest_generator v2.8.2
29702025-10-03T20:12:44.095Z Running `/home/build/.rustup/toolchains/1.89.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=46e576ec9359c22d -C extra-filename=-48b8b5bc267ffd1c --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-b5418a831a65247d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-8c789c29a6a7ee9c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-10-03T20:12:44.126Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-c845b03df373e7e9/build-script-build`
29722025-10-03T20:12:44.267Z Compiling zerocopy-derive v0.8.27
29732025-10-03T20:12:44.292Z Running `/home/build/.rustup/toolchains/1.89.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d653b85ca08ba73 -C extra-filename=-cce35143a4bcc31c --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-10-03T20:12:44.906Z Compiling usdt-impl v0.5.0
29752025-10-03T20:12:44.931Z Running `/home/build/.rustup/toolchains/1.89.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=89b5afee2fddc02b -C extra-filename=-d2c79a1024e32865 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762025-10-03T20:12:45.050Z Compiling winnow v0.5.40
29772025-10-03T20:12:45.074Z Running `/home/build/.rustup/toolchains/1.89.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=fcb7ddecb8b97f72 -C extra-filename=-0a5ffeb39ebd3bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782025-10-03T20:12:45.358Z Compiling pretty-hex v0.4.1
29792025-10-03T20:12:45.383Z Running `/home/build/.rustup/toolchains/1.89.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=c7cc73952ae611bc -C extra-filename=-55222827ab93bbc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-10-03T20:12:45.436Z Compiling tinyvec_macros v0.1.1
29812025-10-03T20:12:45.460Z Running `/home/build/.rustup/toolchains/1.89.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=568256c71714bebc -C extra-filename=-03a619711240237d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822025-10-03T20:12:45.652Z Compiling tinyvec v1.8.0
29832025-10-03T20:12:45.676Z Running `/home/build/.rustup/toolchains/1.89.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=f660a8dc8e69ce9c -C extra-filename=-03710643991b456a --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-03a619711240237d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842025-10-03T20:12:45.702Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865/build-script-build`
29852025-10-03T20:12:45.906Z Compiling signature v2.2.0
29862025-10-03T20:12:45.930Z Running `/home/build/.rustup/toolchains/1.89.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=340317da2a89958f -C extra-filename=-a3e043e01dacdc0f --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-811675e9ce129203.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872025-10-03T20:12:45.954Z Compiling thread-id v4.2.2
29882025-10-03T20:12:45.978Z Running `/home/build/.rustup/toolchains/1.89.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=9abac808138ef646 -C extra-filename=-d7c1bb546dc835f5 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892025-10-03T20:12:46.166Z Compiling quick-error v1.2.3
29902025-10-03T20:12:46.190Z Running `/home/build/.rustup/toolchains/1.89.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=9c31531af434be01 -C extra-filename=-453f29b9051794d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912025-10-03T20:12:46.362Z Compiling sha1 v0.10.6
29922025-10-03T20:12:46.387Z Running `/home/build/.rustup/toolchains/1.89.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=83baf021986a3f5c -C extra-filename=-a31e96fb2691d45d --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932025-10-03T20:12:46.431Z Compiling num-integer v0.1.46
29942025-10-03T20:12:46.499Z Running `/home/build/.rustup/toolchains/1.89.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=1a0079fa9e64acb6 -C extra-filename=-6a2faba7b8751801 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952025-10-03T20:12:46.907Z Compiling memmap v0.7.0
29962025-10-03T20:12:46.931Z Running `/home/build/.rustup/toolchains/1.89.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=75200bb1edc6856d -C extra-filename=-5569e9d229061c08 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972025-10-03T20:12:47.048Z Compiling pest_derive v2.8.2
29982025-10-03T20:12:47.072Z Running `/home/build/.rustup/toolchains/1.89.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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=90f4c9f91b484e94 -C extra-filename=-324fe9c289cc7aab --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-b5418a831a65247d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-48b8b5bc267ffd1c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992025-10-03T20:12:47.311Z Compiling crc32fast v1.4.2
30002025-10-03T20:12:47.335Z Running `/home/build/.rustup/toolchains/1.89.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=475d006ad05b370e -C extra-filename=-f5874dc4fb95babe --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012025-10-03T20:12:47.377Z Compiling bit-vec v0.8.0
30022025-10-03T20:12:47.377Z Compiling static_assertions v1.1.0
30032025-10-03T20:12:47.377Z Running `/home/build/.rustup/toolchains/1.89.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=515937574ee2aefd -C extra-filename=-fb5561a56dfb38a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042025-10-03T20:12:47.402Z Running `/home/build/.rustup/toolchains/1.89.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=c4642fae0d9a21ac -C extra-filename=-d80f7f1c30dea53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-10-03T20:12:47.672Z Compiling toml_write v0.1.2
30062025-10-03T20:12:47.697Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-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=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 --allow=unnameable_types '--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' '--allow=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", "default", "std"))' -C metadata=e1fc5e2c409c12a6 -C extra-filename=-1ec0699d83ccb9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072025-10-03T20:12:47.752Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=da7e5d224a3c7d3e -C extra-filename=-d68a8a5282d1f252 --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-cce35143a4bcc31c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.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)'`
30082025-10-03T20:12:47.851Z Compiling crossbeam-epoch v0.9.18
30092025-10-03T20:12:47.875Z Running `/home/build/.rustup/toolchains/1.89.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=07c5055f08d78b77 -C extra-filename=-c88024024eb262dd --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-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102025-10-03T20:12:47.985Z Compiling bit-set v0.8.0
30112025-10-03T20:12:48.010Z Running `/home/build/.rustup/toolchains/1.89.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=813e2a2a439452e7 -C extra-filename=-319270cdaf0aa2af --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-fb5561a56dfb38a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122025-10-03T20:12:48.170Z Compiling toml_edit v0.22.27
30132025-10-03T20:12:48.194Z Running `/home/build/.rustup/toolchains/1.89.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.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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 --allow=unnameable_types '--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' '--allow=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", "unstable-debug"))' -C metadata=139cff7c062eb197 -C extra-filename=-371387807b933e58 --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b5835bdae107276b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2c286be83987bd15.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-1ec0699d83ccb9f8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142025-10-03T20:12:48.231Z Compiling dtrace-parser v0.2.0
30152025-10-03T20:12:48.255Z Running `/home/build/.rustup/toolchains/1.89.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=6b5737c655b2867e -C extra-filename=-f81bf3ea637a0521 --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-b5418a831a65247d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-324fe9c289cc7aab.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162025-10-03T20:12:48.435Z Compiling bstr v1.10.0
30172025-10-03T20:12:48.459Z Running `/home/build/.rustup/toolchains/1.89.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=54bad7c8cba336a5 -C extra-filename=-a7e888a5db0973b0 --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-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182025-10-03T20:12:48.668Z Compiling toml_edit v0.19.15
30192025-10-03T20:12:48.692Z Running `/home/build/.rustup/toolchains/1.89.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=2a3a54451d1797f0 -C extra-filename=-8c8bdc24cd9c7cc3 --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b5835bdae107276b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2c286be83987bd15.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0a5ffeb39ebd3bd8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-10-03T20:12:48.815Z Compiling itertools v0.13.0
30212025-10-03T20:12:48.839Z Running `/home/build/.rustup/toolchains/1.89.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=c60e9dfba675540e -C extra-filename=-6503b63ec2d4e4bb --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222025-10-03T20:12:50.125Z Compiling wait-timeout v0.2.0
30232025-10-03T20:12:50.150Z Running `/home/build/.rustup/toolchains/1.89.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=ab469b9935868865 -C extra-filename=-ce984a833f6ed118 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242025-10-03T20:12:50.402Z Compiling dof v0.3.0
30252025-10-03T20:12:50.426Z Running `/home/build/.rustup/toolchains/1.89.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=450a151bd47c4b3a -C extra-filename=-1ddac0d0fc65a56b --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-b595e9af0e5e86a9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-10-03T20:12:50.713Z Compiling base16ct v0.2.0
30272025-10-03T20:12:50.737Z Running `/home/build/.rustup/toolchains/1.89.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=ab7a2dc0e2fd820b -C extra-filename=-aacfd2cdccf68808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282025-10-03T20:12:51.116Z Compiling sec1 v0.7.3
30292025-10-03T20:12:51.140Z Running `/home/build/.rustup/toolchains/1.89.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=6e3f24649d560114 -C extra-filename=-9863a1ecd9556f27 --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-aacfd2cdccf68808.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-65db9a03d8eae111.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302025-10-03T20:12:51.792Z Running `/home/build/.rustup/toolchains/1.89.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=7bc41b4e51135a54 -C extra-filename=-1a365ed664bf8d35 --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-bf80f7a3bae0a263.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1ddac0d0fc65a56b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-f81bf3ea637a0521.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d7c1bb546dc835f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30312025-10-03T20:12:51.844Z Compiling oxnet v0.1.3
30322025-10-03T20:12:51.868Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=dbeac21707c6e54e -C extra-filename=-d15595f4ebc27d8e --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-c11c49bfabf517b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332025-10-03T20:12:51.986Z Compiling hubpack_derive v0.1.1
30342025-10-03T20:12:52.010Z Running `/home/build/.rustup/toolchains/1.89.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=221c9dbb57b95fa2 -C extra-filename=-5ea1e161b8c911dc --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-10-03T20:12:52.295Z Compiling ff v0.13.0
30362025-10-03T20:12:52.355Z Running `/home/build/.rustup/toolchains/1.89.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=c372015bdc530dd0 -C extra-filename=-15f45eb62b439b2b --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-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372025-10-03T20:12:52.605Z Compiling zlib-rs v0.5.1
30382025-10-03T20:12:52.629Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=eea97c1db7f64a0f -C extra-filename=-528db1321c20e151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392025-10-03T20:12:52.716Z Compiling group v0.13.0
30402025-10-03T20:12:52.740Z Running `/home/build/.rustup/toolchains/1.89.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=46c8935a190986a8 -C extra-filename=-8ed3aee3cab2c1bd --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-15f45eb62b439b2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-10-03T20:12:53.113Z Compiling hubpack v0.1.2
30422025-10-03T20:12:53.137Z Running `/home/build/.rustup/toolchains/1.89.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=a55bec3c0b5b545b -C extra-filename=-df6c6deb4d0e8811 --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-5ea1e161b8c911dc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432025-10-03T20:12:53.165Z Compiling rusty-fork v0.3.0
30442025-10-03T20:12:53.189Z Running `/home/build/.rustup/toolchains/1.89.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=d0d72fb9cedf9535 -C extra-filename=-21dfea12f92378aa --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-63bbafb28e7d7eb7.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-453f29b9051794d3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-ce984a833f6ed118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452025-10-03T20:12:53.224Z Compiling num-iter v0.1.45
30462025-10-03T20:12:53.248Z Running `/home/build/.rustup/toolchains/1.89.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=0b1bd3d333bbab8d -C extra-filename=-bafffdbacfab42ee --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-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-10-03T20:12:53.522Z Compiling rand_xorshift v0.4.0
30482025-10-03T20:12:53.547Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-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 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=fd73f2105887365e -C extra-filename=-5b0fcd20ae91f9d4 --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-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492025-10-03T20:12:53.596Z Compiling usdt-macro v0.5.0
30502025-10-03T20:12:53.620Z Running `/home/build/.rustup/toolchains/1.89.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=d037b256bee9dd78 -C extra-filename=-b8d10bee5bfe548a --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-f81bf3ea637a0521.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1a365ed664bf8d35.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512025-10-03T20:12:53.669Z Compiling usdt-attr-macro v0.5.0
30522025-10-03T20:12:53.693Z Running `/home/build/.rustup/toolchains/1.89.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=77e38edfd89fb25a -C extra-filename=-b6a7ca79a261383e --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-f81bf3ea637a0521.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1a365ed664bf8d35.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-10-03T20:12:53.915Z Compiling strum_macros v0.26.4
30542025-10-03T20:12:53.939Z Running `/home/build/.rustup/toolchains/1.89.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=9f8ad2d28f0d54d8 -C extra-filename=-d1a4983a1f0346f2 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-10-03T20:12:53.999Z Compiling hkdf v0.12.4
30562025-10-03T20:12:54.023Z Running `/home/build/.rustup/toolchains/1.89.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=2c1d6602dfb40ebd -C extra-filename=-4b6d97c012259d25 --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-bd00634422d4afe1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-10-03T20:12:54.384Z Compiling crypto-bigint v0.5.5
30582025-10-03T20:12:54.409Z Running `/home/build/.rustup/toolchains/1.89.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=ba17af5b4c516d8e -C extra-filename=-c2107916ac2570d3 --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-075ff24e61b7aa5e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-10-03T20:12:55.585Z Compiling bzip2-sys v0.1.13+1.0.8
30602025-10-03T20:12:55.609Z Running `/home/build/.rustup/toolchains/1.89.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=e3777d36e520f7d9 -C extra-filename=-140d190c0552dc1a --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612025-10-03T20:12:55.635Z Compiling usdt v0.5.0
30622025-10-03T20:12:55.659Z Running `/home/build/.rustup/toolchains/1.89.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=f2b5d40c62a25a71 -C extra-filename=-ae53f2b3b3a35457 --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-1ddac0d0fc65a56b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-f81bf3ea637a0521.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-b595e9af0e5e86a9.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-5569e9d229061c08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b6a7ca79a261383e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1a365ed664bf8d35.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b8d10bee5bfe548a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632025-10-03T20:12:55.692Z Compiling unarray v0.1.4
30642025-10-03T20:12:55.716Z Running `/home/build/.rustup/toolchains/1.89.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=6a63ac17b3310fa1 -C extra-filename=-3b7ee61070cb59f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-10-03T20:12:55.931Z Compiling num-bigint-dig v0.8.4
30662025-10-03T20:12:55.975Z Running `/home/build/.rustup/toolchains/1.89.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=6f0cc2c97c758dc5 -C extra-filename=-7513e1dcd1e25e71 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-10-03T20:12:55.999Z Compiling bitflags v1.3.2
30682025-10-03T20:12:55.999Z Running `/home/build/.rustup/toolchains/1.89.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=e7052e611dd84e5c -C extra-filename=-19d9f1304dcf7a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692025-10-03T20:12:56.173Z Compiling proptest v1.7.0
30702025-10-03T20:12:56.197Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 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=3e3824dad8abd6bd -C extra-filename=-02eb9ada1bbfad98 --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-319270cdaf0aa2af.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-fb5561a56dfb38a3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2e15dfbecb90ad6a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-5b0fcd20ae91f9d4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-21dfea12f92378aa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-3b7ee61070cb59f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-10-03T20:12:56.262Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a/build-script-build`
30722025-10-03T20:12:56.309Z Compiling derive_builder_core v0.20.2
30732025-10-03T20:12:56.361Z Running `/home/build/.rustup/toolchains/1.89.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=abdda627c3055e12 -C extra-filename=-d1b2e0205185cff2 --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-cb415fb46e7cdc30.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742025-10-03T20:12:56.416Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71/build-script-build`
30752025-10-03T20:12:56.486Z Compiling siphasher v0.3.11
30762025-10-03T20:12:56.487Z Running `/home/build/.rustup/toolchains/1.89.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=488507e02d2cae33 -C extra-filename=-c63d5bd1d7f5d518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-10-03T20:12:56.988Z Compiling newtype-uuid v1.2.4
30782025-10-03T20:12:57.013Z Running `/home/build/.rustup/toolchains/1.89.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.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="default"' --cfg 'feature="proptest1"' --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=d3459f8c3e4fe4d1 -C extra-filename=-7df121244c0e8cfd --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-7df121244c0e8cfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-10-03T20:12:57.432Z Compiling signal-hook v0.3.18
30802025-10-03T20:12:57.456Z Running `/home/build/.rustup/toolchains/1.89.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.18/build.rs --error-format=json --json=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=5a6c5c62d7b1fa81 -C extra-filename=-bf189bdabde3d1fd --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-10-03T20:12:57.903Z Compiling elliptic-curve v0.13.8
30822025-10-03T20:12:57.927Z Running `/home/build/.rustup/toolchains/1.89.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=0797c97e3e47485c -C extra-filename=-472d2050636768a1 --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-aacfd2cdccf68808.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-c2107916ac2570d3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9863a1ecd9556f27.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832025-10-03T20:12:57.953Z Running `/home/build/.rustup/toolchains/1.89.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=cf1f348a539e70fc -C extra-filename=-419b5672dfb3001f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -l static=bz2`
30842025-10-03T20:12:58.177Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd/build-script-build`
30852025-10-03T20:12:58.242Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-7df121244c0e8cfd/build-script-build`
30862025-10-03T20:12:58.306Z Compiling phf_shared v0.11.2
30872025-10-03T20:12:58.332Z Running `/home/build/.rustup/toolchains/1.89.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=82c9a798c6b63e4c -C extra-filename=-995525dbff172137 --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-c63d5bd1d7f5d518.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882025-10-03T20:12:58.549Z Compiling strum v0.26.3
30892025-10-03T20:12:58.574Z Running `/home/build/.rustup/toolchains/1.89.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=8af4a8dbd3025ba5 -C extra-filename=-16f4235824bc4c24 --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-d1a4983a1f0346f2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902025-10-03T20:12:58.677Z Compiling derive_builder_macro v0.20.2
30912025-10-03T20:12:58.702Z Running `/home/build/.rustup/toolchains/1.89.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=5b90d08362f3909d -C extra-filename=-29536cfcdf0ef39a --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-d1b2e0205185cff2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-10-03T20:12:58.807Z Compiling libz-rs-sys v0.5.1
30932025-10-03T20:12:58.831Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=3a3ee9b536f4360d -C extra-filename=-51603ca441e24a6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-528db1321c20e151.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942025-10-03T20:12:58.883Z Running `/home/build/.rustup/toolchains/1.89.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=15c0e10f0c377565 -C extra-filename=-f121e2434b576f43 --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-bf80f7a3bae0a263.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-e6b4b2826539f8a4.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
30952025-10-03T20:12:58.969Z Compiling pkcs1 v0.7.5
30962025-10-03T20:12:59.063Z Running `/home/build/.rustup/toolchains/1.89.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=9bd6f68c474dc47b -C extra-filename=-d52ab1c3c2b6afbd --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-65db9a03d8eae111.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972025-10-03T20:12:59.247Z Compiling flate2 v1.1.2
30982025-10-03T20:12:59.271Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-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 --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --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=27aa5aca5c1b6759 -C extra-filename=-d209c809433ee866 --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-f5874dc4fb95babe.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-51603ca441e24a6e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-10-03T20:12:59.813Z Compiling curve25519-dalek v4.1.3
31002025-10-03T20:12:59.838Z Running `/home/build/.rustup/toolchains/1.89.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=8aa58d88f4675e8b -C extra-filename=-344b6a843869a8b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-344b6a843869a8b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-10-03T20:12:59.964Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31022025-10-03T20:12:59.990Z Running `/home/build/.rustup/toolchains/1.89.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=db26802b7c107515 -C extra-filename=-cc1fcfba95a6838e --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-10-03T20:13:00.016Z Compiling ahash v0.8.12
31042025-10-03T20:13:00.041Z Running `/home/build/.rustup/toolchains/1.89.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.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="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=44afe75ba6040fb1 -C extra-filename=-87eef102032f11e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-10-03T20:13:00.243Z Compiling memoffset v0.9.1
31062025-10-03T20:13:00.243Z Running `/home/build/.rustup/toolchains/1.89.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=340c72c8ea5faf2f -C extra-filename=-ea22ddc9a7b22f8e --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-10-03T20:13:00.328Z Compiling cfg_aliases v0.2.1
31082025-10-03T20:13:00.353Z Running `/home/build/.rustup/toolchains/1.89.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=e602750bef1c5b06 -C extra-filename=-8f850c6f660b5d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092025-10-03T20:13:00.505Z Compiling derive_builder v0.20.2
31102025-10-03T20:13:00.530Z Running `/home/build/.rustup/toolchains/1.89.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=0caa2565162042fe -C extra-filename=-4e8fadd970abdfa9 --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-29536cfcdf0ef39a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-10-03T20:13:00.555Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3/build-script-build`
31122025-10-03T20:13:00.642Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-344b6a843869a8b9/build-script-build`
31132025-10-03T20:13:00.693Z Running `/home/build/.rustup/toolchains/1.89.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.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="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=d669360a44dd5ffb -C extra-filename=-fb63114deac9d891 --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-784c297e68e85669.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-984a8d27e5d119e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142025-10-03T20:13:00.802Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e/build-script-build`
31152025-10-03T20:13:00.827Z Compiling toml v0.7.8
31162025-10-03T20:13:00.827Z Running `/home/build/.rustup/toolchains/1.89.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=082f641180beb4ae -C extra-filename=-a863865501856ebb --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-f6ffde1d7de41f44.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b5835bdae107276b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2c286be83987bd15.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c8bdc24cd9c7cc3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-10-03T20:13:00.866Z Compiling unicode-normalization v0.1.24
31182025-10-03T20:13:00.891Z Running `/home/build/.rustup/toolchains/1.89.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=aecf2a674f17d28a -C extra-filename=-dc505b20a443036a --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-03710643991b456a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192025-10-03T20:13:00.956Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e/build-script-build`
31202025-10-03T20:13:01.006Z Compiling vergen-lib v0.1.6
31212025-10-03T20:13:01.031Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-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="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=b8d31ede9f9ec8bd -C extra-filename=-ae3318210b797f06 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-ae3318210b797f06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222025-10-03T20:13:01.497Z Compiling rfc6979 v0.4.0
31232025-10-03T20:13:01.497Z Running `/home/build/.rustup/toolchains/1.89.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=45e0aded4cf06cc1 -C extra-filename=-e46763285caea7d0 --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-bd00634422d4afe1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-10-03T20:13:01.680Z Compiling enum-as-inner v0.6.1
31252025-10-03T20:13:01.706Z Running `/home/build/.rustup/toolchains/1.89.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=48b6d44de9cc180a -C extra-filename=-32aea5542190df1d --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262025-10-03T20:13:01.779Z Compiling rsa v0.9.6
31272025-10-03T20:13:01.804Z Running `/home/build/.rustup/toolchains/1.89.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=0ca95a49801e54fb -C extra-filename=-871bce3553f0c6c6 --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-cabc6642a8d55355.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f121e2434b576f43.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-d52ab1c3c2b6afbd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282025-10-03T20:13:02.061Z Compiling curve25519-dalek-derive v0.1.1
31292025-10-03T20:13:02.086Z Running `/home/build/.rustup/toolchains/1.89.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=2b3328cb5355db48 -C extra-filename=-236d2b18b022b792 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-10-03T20:13:02.378Z Compiling daft-derive v0.1.4
31312025-10-03T20:13:02.403Z Running `/home/build/.rustup/toolchains/1.89.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ddb91af2c740c9c -C extra-filename=-0a9cc1ac9cc73b2e --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-10-03T20:13:02.958Z Running `/home/build/.rustup/toolchains/1.89.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.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="proptest1"' --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=fffa7a38145b6c0e -C extra-filename=-5c70829ff7c12c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
31332025-10-03T20:13:03.445Z Compiling env_filter v0.1.2
31342025-10-03T20:13:03.470Z Running `/home/build/.rustup/toolchains/1.89.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=373a4fc014fac84e -C extra-filename=-ab3c4135120fc155 --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-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352025-10-03T20:13:03.859Z Compiling managed v0.8.0
31362025-10-03T20:13:03.884Z Running `/home/build/.rustup/toolchains/1.89.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=58081074e18a3b9f -C extra-filename=-5d31aa9cbc163b3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372025-10-03T20:13:04.228Z Compiling env_logger v0.11.5
31382025-10-03T20:13:04.253Z Running `/home/build/.rustup/toolchains/1.89.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' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=fd195175b8317c61 -C extra-filename=-020a72a980be986e --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-ab3c4135120fc155.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392025-10-03T20:13:04.298Z Compiling daft v0.1.4
31402025-10-03T20:13:04.298Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --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=5c27321a038737e1 -C extra-filename=-f805a8c9744d2178 --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-0a9cc1ac9cc73b2e.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412025-10-03T20:13:04.422Z Running `/home/build/.rustup/toolchains/1.89.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=abff36d35a040e51 -C extra-filename=-e8870a4ffd45fb57 --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-236d2b18b022b792.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31422025-10-03T20:13:04.903Z Compiling ecdsa v0.16.9
31432025-10-03T20:13:04.927Z Running `/home/build/.rustup/toolchains/1.89.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=f597527798f5bf5e -C extra-filename=-740a36728ba1256c --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-65db9a03d8eae111.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-e46763285caea7d0.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-10-03T20:13:05.007Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-ae3318210b797f06/build-script-build`
31452025-10-03T20:13:05.080Z Running `/home/build/.rustup/toolchains/1.89.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=6c35032e71bcf6d1 -C extra-filename=-d5752e9542c7786d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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`
31462025-10-03T20:13:05.277Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.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="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=365edb15f5a45ca1 -C extra-filename=-41e81cb7d43466a5 --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-16cff964c3cef883.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
31472025-10-03T20:13:05.824Z Compiling x509-cert v0.2.5
31482025-10-03T20:13:05.848Z Running `/home/build/.rustup/toolchains/1.89.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=9debe5c5ac6a70d7 -C extra-filename=-dad156261ad4afc1 --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-cabc6642a8d55355.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-65db9a03d8eae111.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492025-10-03T20:13:05.939Z Compiling vergen v9.0.6
31502025-10-03T20:13:05.963Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=3e31e3df21f34d62 -C extra-filename=-e5b4bd07f44956b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-e5b4bd07f44956b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-10-03T20:13:06.387Z Compiling cargo-platform v0.1.8
31522025-10-03T20:13:06.411Z Running `/home/build/.rustup/toolchains/1.89.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=eb80cb7054a70e5a -C extra-filename=-fec184109a11bf6d --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532025-10-03T20:13:06.988Z Compiling itertools v0.10.5
31542025-10-03T20:13:07.013Z Running `/home/build/.rustup/toolchains/1.89.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=61026732881b71ef -C extra-filename=-5488270ca8c700f6 --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552025-10-03T20:13:09.527Z Compiling zstd-safe v7.2.3
31562025-10-03T20:13:09.572Z Running `/home/build/.rustup/toolchains/1.89.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=b9134b92da6d42ba -C extra-filename=-6aaa399c4144b6dd --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-10-03T20:13:09.729Z Compiling fixedbitset v0.4.2
31582025-10-03T20:13:09.753Z Running `/home/build/.rustup/toolchains/1.89.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=f3f49ce9195b7690 -C extra-filename=-3db4472df5c1eb6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-10-03T20:13:10.007Z Compiling new_debug_unreachable v1.0.6
31602025-10-03T20:13:10.031Z Running `/home/build/.rustup/toolchains/1.89.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=7caf0f189faa47cf -C extra-filename=-816a94d8ec2a15b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612025-10-03T20:13:10.182Z Compiling precomputed-hash v0.1.1
31622025-10-03T20:13:10.207Z Running `/home/build/.rustup/toolchains/1.89.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=432d21c7d88ae61f -C extra-filename=-5dfb3936adcd79b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-10-03T20:13:10.232Z Compiling petgraph v0.6.5
31642025-10-03T20:13:10.256Z Running `/home/build/.rustup/toolchains/1.89.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=8d49fd4d1ada20d1 -C extra-filename=-d44d9a34ee3a776f --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-3db4472df5c1eb6a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-10-03T20:13:10.281Z Compiling cargo_metadata v0.19.2
31662025-10-03T20:13:10.305Z Running `/home/build/.rustup/toolchains/1.89.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=f1ea5ac465e3d5e3 -C extra-filename=-718268547a316716 --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-dfc32f0a21b07f91.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-fec184109a11bf6d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672025-10-03T20:13:10.408Z Compiling string_cache v0.8.9
31682025-10-03T20:13:10.432Z Running `/home/build/.rustup/toolchains/1.89.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=fc36f2c85fa97503 -C extra-filename=-c8d2b2cd23555b2d --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-816a94d8ec2a15b2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-5dfb3936adcd79b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-10-03T20:13:10.921Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e5b4bd07f44956b2/build-script-build`
31702025-10-03T20:13:10.987Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-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="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=0b2ca29f43a2ac07 -C extra-filename=-4d4f3d783b5e930d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4e8fadd970abdfa9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
31712025-10-03T20:13:11.650Z Compiling signal-hook-mio v0.2.4
31722025-10-03T20:13:11.674Z Running `/home/build/.rustup/toolchains/1.89.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=5fd82d885b82001c -C extra-filename=-026de9f27adc9304 --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-784c297e68e85669.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732025-10-03T20:13:11.840Z Compiling ed25519 v2.2.3
31742025-10-03T20:13:11.864Z Running `/home/build/.rustup/toolchains/1.89.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=04318aa2ea635701 -C extra-filename=-657e72fac74f05f0 --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-25a4dee626dc6397.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-10-03T20:13:11.904Z Compiling ref-cast v1.0.24
31762025-10-03T20:13:11.928Z Running `/home/build/.rustup/toolchains/1.89.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.24/build.rs --error-format=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=897edf4f891cb65d -C extra-filename=-095f7d3538758de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772025-10-03T20:13:12.305Z Compiling ed25519-dalek v2.1.1
31782025-10-03T20:13:12.329Z Running `/home/build/.rustup/toolchains/1.89.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=906ee0a66a48c40b -C extra-filename=-87bf7b027e3b9987 --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-e8870a4ffd45fb57.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-657e72fac74f05f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792025-10-03T20:13:12.519Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5/build-script-build`
31802025-10-03T20:13:12.638Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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 --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=cc0dce69d7e0839a -C extra-filename=-3c647d1277bbec6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-718268547a316716.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4e8fadd970abdfa9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-4d4f3d783b5e930d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
31812025-10-03T20:13:13.614Z Compiling bzip2 v0.4.4
31822025-10-03T20:13:13.638Z Running `/home/build/.rustup/toolchains/1.89.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=97615d852a878075 -C extra-filename=-29bd02bc412fa75c --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-419b5672dfb3001f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
31832025-10-03T20:13:13.763Z Compiling heapless v0.7.17
31842025-10-03T20:13:13.787Z Running `/home/build/.rustup/toolchains/1.89.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=3694dfbc7e0b8619 -C extra-filename=-3732840095c6f34a --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-3732840095c6f34a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852025-10-03T20:13:13.815Z Compiling ref-cast-impl v1.0.24
31862025-10-03T20:13:13.865Z Running `/home/build/.rustup/toolchains/1.89.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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-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=4617ec133a0bd4c5 -C extra-filename=-23968060ea6be4a0 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-10-03T20:13:13.889Z Compiling lalrpop-util v0.19.12
31882025-10-03T20:13:13.889Z Running `/home/build/.rustup/toolchains/1.89.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=3718eb7a65df06d6 -C extra-filename=-eb27b949f6068efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892025-10-03T20:13:14.109Z Compiling lockfree-object-pool v0.1.6
31902025-10-03T20:13:14.133Z Running `/home/build/.rustup/toolchains/1.89.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=10b263e79f04793f -C extra-filename=-07015c5da4647011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-10-03T20:13:14.166Z Compiling bumpalo v3.16.0
31922025-10-03T20:13:14.190Z Running `/home/build/.rustup/toolchains/1.89.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=39d24e8a0febc7d1 -C extra-filename=-415061d6043f2a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-10-03T20:13:14.351Z Compiling simd-adler32 v0.3.7
31942025-10-03T20:13:14.375Z Running `/home/build/.rustup/toolchains/1.89.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=8e6887d9380b8ecf -C extra-filename=-17acd9a2a04ced74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952025-10-03T20:13:14.400Z Compiling rustc-hash v2.1.1
31962025-10-03T20:13:14.400Z Running `/home/build/.rustup/toolchains/1.89.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=c6a68ff97c3d1b4e -C extra-filename=-2cd3428be69f273e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972025-10-03T20:13:14.475Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3732840095c6f34a/build-script-build`
31982025-10-03T20:13:14.581Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd/build-script-build`
31992025-10-03T20:13:14.605Z Compiling zip v0.6.6
32002025-10-03T20:13:14.605Z Running `/home/build/.rustup/toolchains/1.89.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=86d8aefb73dfd180 -C extra-filename=-b05b295aee267549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -l static=zstd`
32012025-10-03T20:13:14.605Z Running `/home/build/.rustup/toolchains/1.89.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=ba5f92e581965c67 -C extra-filename=-fc0c4b0c5510b8d5 --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-bf80f7a3bae0a263.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-29bd02bc412fa75c.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f5874dc4fb95babe.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
32022025-10-03T20:13:14.696Z Compiling crossterm v0.28.1
32032025-10-03T20:13:14.720Z Running `/home/build/.rustup/toolchains/1.89.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=6c8d5516607b0d35 -C extra-filename=-36c6de616dcce02e --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-2e15dfbecb90ad6a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-026de9f27adc9304.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042025-10-03T20:13:14.751Z Compiling nix v0.29.0
32052025-10-03T20:13:14.776Z Running `/home/build/.rustup/toolchains/1.89.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=69a1cb14b62ad7fb -C extra-filename=-fce9b9a8a33170e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-8f850c6f660b5d8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062025-10-03T20:13:14.906Z Running `/home/build/.rustup/toolchains/1.89.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=cbbd183b4a9a226c -C extra-filename=-6d9eb527474d9fc2 --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-b05b295aee267549.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
32072025-10-03T20:13:14.951Z Compiling zopfli v0.8.1
32082025-10-03T20:13:14.975Z Running `/home/build/.rustup/toolchains/1.89.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=46f202105b9bd291 -C extra-filename=-2188832c99fa42db --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-415061d6043f2a56.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f5874dc4fb95babe.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-07015c5da4647011.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-17acd9a2a04ced74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092025-10-03T20:13:15.204Z Running `/home/build/.rustup/toolchains/1.89.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.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())' -C metadata=e5392797642b6706 -C extra-filename=-5fdb6aee8fa10f9b --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-23968060ea6be4a0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
32102025-10-03T20:13:15.371Z Compiling zstd v0.13.3
32112025-10-03T20:13:15.396Z Running `/home/build/.rustup/toolchains/1.89.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=72043f9537b97268 -C extra-filename=-60fa9722f52927b4 --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-6d9eb527474d9fc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
32122025-10-03T20:13:15.448Z Compiling bzip2 v0.5.2
32132025-10-03T20:13:15.498Z Running `/home/build/.rustup/toolchains/1.89.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=ac7194f2b2943519 -C extra-filename=-deed40fa53ac3696 --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-419b5672dfb3001f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
32142025-10-03T20:13:15.660Z Compiling hash32 v0.2.1
32152025-10-03T20:13:15.684Z Running `/home/build/.rustup/toolchains/1.89.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=69ee26cea9fce742 -C extra-filename=-c0d53f898bd0d4a0 --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-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-10-03T20:13:15.881Z Compiling fs-err v3.1.1
32172025-10-03T20:13:15.905Z Running `/home/build/.rustup/toolchains/1.89.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.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=2ddb1c37fa6665a7 -C extra-filename=-9579909f77e3db42 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-10-03T20:13:15.955Z Compiling winnow v0.6.26
32192025-10-03T20:13:15.995Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=5f93ef09f1becdbf -C extra-filename=-5545e8a854ee9211 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-10-03T20:13:16.019Z Compiling unicode-bidi v0.3.17
32212025-10-03T20:13:16.019Z Running `/home/build/.rustup/toolchains/1.89.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=ba9dc84d6e780c17 -C extra-filename=-8abe230166d652b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-10-03T20:13:16.092Z Compiling smoltcp v0.9.1
32232025-10-03T20:13:16.116Z Running `/home/build/.rustup/toolchains/1.89.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=58a5442009a79950 -C extra-filename=-fc27d607982d330c --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-10-03T20:13:16.330Z Compiling predicates-core v1.0.8
32252025-10-03T20:13:16.354Z Running `/home/build/.rustup/toolchains/1.89.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=e8958cd25d7a5d46 -C extra-filename=-162d642102c61a67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262025-10-03T20:13:16.607Z Compiling unicode-properties v0.1.3
32272025-10-03T20:13:16.631Z Running `/home/build/.rustup/toolchains/1.89.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=2faa5ef276403a43 -C extra-filename=-071202954a82aaf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282025-10-03T20:13:16.699Z Compiling buf-list v1.0.3
32292025-10-03T20:13:16.725Z Running `/home/build/.rustup/toolchains/1.89.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=9aada139709ed330 -C extra-filename=-9ca45a283b1ab058 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302025-10-03T20:13:16.888Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c/build-script-build`
32312025-10-03T20:13:16.951Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42/build-script-build`
32322025-10-03T20:13:17.053Z Compiling stringprep v0.1.5
32332025-10-03T20:13:17.086Z Running `/home/build/.rustup/toolchains/1.89.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=bad47256a98a1e49 -C extra-filename=-93ba6372f36d5b53 --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-8abe230166d652b2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-dc505b20a443036a.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-071202954a82aaf3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-10-03T20:13:17.166Z Running `/home/build/.rustup/toolchains/1.89.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=86447c6c619f56a3 -C extra-filename=-0a8768e5bd21ebfe --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-c0d53f898bd0d4a0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-45a66a1c23392a23.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32352025-10-03T20:13:17.244Z Compiling zip v4.2.0
32362025-10-03T20:13:17.268Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-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 --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=56c57c5bb7bcf9b9 -C extra-filename=-98faf3fd0280a907 --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-deed40fa53ac3696.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f5874dc4fb95babe.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-2188832c99fa42db.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-60fa9722f52927b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
32372025-10-03T20:13:17.418Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058/build-script-build`
32382025-10-03T20:13:17.532Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9/build-script-build`
32392025-10-03T20:13:17.595Z Compiling hickory-proto v0.25.2
32402025-10-03T20:13:17.620Z Running `/home/build/.rustup/toolchains/1.89.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.25.2/src/lib.rs --error-format=json --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="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=d223a46fd9efe8ca -C extra-filename=-5bfe4abad8ae50eb --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-43346e1c8890fba4.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-32aea5542190df1d.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-10-03T20:13:18.094Z Compiling similar v2.7.0
32422025-10-03T20:13:18.120Z Running `/home/build/.rustup/toolchains/1.89.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=5f15739809d23c5b -C extra-filename=-0aabb5f2c70f4cd7 --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-a7e888a5db0973b0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-10-03T20:13:18.144Z Compiling tokio-stream v0.1.17
32442025-10-03T20:13:18.169Z Running `/home/build/.rustup/toolchains/1.89.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=b5b5df396a1bb0aa -C extra-filename=-58b627780d0d44fe --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-a7543549df8e10d9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452025-10-03T20:13:18.359Z Compiling md-5 v0.10.6
32462025-10-03T20:13:18.385Z Running `/home/build/.rustup/toolchains/1.89.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=74c1ac4195d797e0 -C extra-filename=-1ed24ecf0dd053be --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-16cff964c3cef883.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472025-10-03T20:13:18.785Z Compiling strum_macros v0.27.2
32482025-10-03T20:13:18.809Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.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=4543f1d9b7c16ff2 -C extra-filename=-6c6deb1f0ef71d18 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-10-03T20:13:19.263Z Compiling float-cmp v0.10.0
32502025-10-03T20:13:19.287Z Running `/home/build/.rustup/toolchains/1.89.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=568304e8516dddb2 -C extra-filename=-480a19a03f9424e0 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-10-03T20:13:19.470Z Compiling fallible-iterator v0.2.0
32522025-10-03T20:13:19.495Z Running `/home/build/.rustup/toolchains/1.89.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=d80ac2c3c06ebb0f -C extra-filename=-bd16cd33a9e75393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532025-10-03T20:13:19.530Z Compiling difflib v0.4.0
32542025-10-03T20:13:19.576Z Running `/home/build/.rustup/toolchains/1.89.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=1f3c3228a14ea7c6 -C extra-filename=-269ba055452ab1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-10-03T20:13:19.601Z Compiling normalize-line-endings v0.3.0
32562025-10-03T20:13:19.601Z Running `/home/build/.rustup/toolchains/1.89.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=cc8f368fa958e611 -C extra-filename=-7523ab119365af5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572025-10-03T20:13:19.786Z Running `/home/build/.rustup/toolchains/1.89.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=83fb40a69a443e23 -C extra-filename=-52e655c27579c277 --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-19d9f1304dcf7a40.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0a8768e5bd21ebfe.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582025-10-03T20:13:20.227Z Compiling postgres-protocol v0.6.8
32592025-10-03T20:13:20.252Z Compiling predicates v3.1.3
32602025-10-03T20:13:20.252Z Running `/home/build/.rustup/toolchains/1.89.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=6c1ef3082cba4a17 -C extra-filename=-2459908ad255cdcf --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-43fec2c760c1f6ef.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-1ed24ecf0dd053be.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-93ba6372f36d5b53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-10-03T20:13:20.252Z Running `/home/build/.rustup/toolchains/1.89.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=079a8d9a6f7edb3b -C extra-filename=-e744abd8b59b756e --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-ca4ebf2465e25529.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-269ba055452ab1d5.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-480a19a03f9424e0.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-7523ab119365af5b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622025-10-03T20:13:20.929Z Running `/home/build/.rustup/toolchains/1.89.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=cf819954b2997554 -C extra-filename=-3573e82dea061098 --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-2e15dfbecb90ad6a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d5752e9542c7786d.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
32632025-10-03T20:13:21.449Z Running `/home/build/.rustup/toolchains/1.89.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=9f7caa8ff67980a2 -C extra-filename=-b1549e5711807a87 --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-ba091636fd1dadf2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
32642025-10-03T20:13:21.731Z Running `/home/build/.rustup/toolchains/1.89.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.1/src/lib.rs --error-format=json --json=diagnostic-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=b7ff14bdec1f5fb2 -C extra-filename=-89b78adfe1cbd508 --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-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
32652025-10-03T20:13:21.778Z Compiling serde-big-array v0.5.1
32662025-10-03T20:13:21.804Z Running `/home/build/.rustup/toolchains/1.89.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=1482c14771879058 -C extra-filename=-5fbead22d1a88767 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672025-10-03T20:13:22.023Z Compiling serde_repr v0.1.19
32682025-10-03T20:13:22.069Z Running `/home/build/.rustup/toolchains/1.89.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=c156b07bcf65b24c -C extra-filename=-eabf1f0c1ff1e0e4 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-10-03T20:13:22.094Z Compiling peg-runtime v0.8.5
32702025-10-03T20:13:22.094Z Running `/home/build/.rustup/toolchains/1.89.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=fac086a89034af43 -C extra-filename=-5ed192293457b111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712025-10-03T20:13:22.576Z Compiling postgres-types v0.2.9
32722025-10-03T20:13:22.601Z Running `/home/build/.rustup/toolchains/1.89.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=fc3c917c5ed42145 -C extra-filename=-1dabcdcf1d2ea826 --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-ba091636fd1dadf2.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2459908ad255cdcf.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-10-03T20:13:22.728Z Compiling phf v0.11.2
32742025-10-03T20:13:22.753Z Running `/home/build/.rustup/toolchains/1.89.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=331fbe64db0a37c1 -C extra-filename=-70469471363c5a40 --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-995525dbff172137.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752025-10-03T20:13:22.781Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
32762025-10-03T20:13:22.806Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6bd2660/gateway-ereport-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="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=3b271e981bfc686f -C extra-filename=-60be3c30e04f5ea7 --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-f6ffde1d7de41f44.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772025-10-03T20:13:22.978Z Compiling foldhash v0.2.0
32782025-10-03T20:13:23.002Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-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("default", "nightly", "std"))' -C metadata=9c8e8955a025593f -C extra-filename=-81acbfc592a43462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792025-10-03T20:13:23.088Z Compiling whoami v1.5.2
32802025-10-03T20:13:23.112Z Running `/home/build/.rustup/toolchains/1.89.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=e07f7f25653ea8d4 -C extra-filename=-736b5d70430ffdf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812025-10-03T20:13:23.288Z Compiling regress v0.10.4
32822025-10-03T20:13:23.312Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=d906e97e5d602578 -C extra-filename=-2248be97cff2d9d9 --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-d1c2964a6d83ae33.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832025-10-03T20:13:23.340Z Compiling iddqd v0.3.13
32842025-10-03T20:13:23.423Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=9188729b236345a1 -C extra-filename=-c699eaed81fefb2d --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-5f468c981a16e35e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-233a566562667d8f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-81acbfc592a43462.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-10-03T20:13:23.475Z Compiling futures-executor v0.3.31
32862025-10-03T20:13:23.500Z Running `/home/build/.rustup/toolchains/1.89.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=926a8ccd37b68255 -C extra-filename=-f825327797b85d6d --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-a7543549df8e10d9.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872025-10-03T20:13:23.778Z Compiling tokio-postgres v0.7.13
32882025-10-03T20:13:23.803Z Running `/home/build/.rustup/toolchains/1.89.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=239f4633ef3059d6 -C extra-filename=-04d2fde23841f56b --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-43346e1c8890fba4.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-70469471363c5a40.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2459908ad255cdcf.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1dabcdcf1d2ea826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892025-10-03T20:13:23.828Z Compiling strum v0.27.2
32902025-10-03T20:13:23.828Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=acc272dd4e382b33 -C extra-filename=-1ba346c404e54194 --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-6c6deb1f0ef71d18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912025-10-03T20:13:23.909Z Compiling futures v0.3.31
32922025-10-03T20:13:23.933Z Running `/home/build/.rustup/toolchains/1.89.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=dced0175b64889f9 -C extra-filename=-912edc08ca7b6cfb --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-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-f825327797b85d6d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932025-10-03T20:13:24.092Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
32942025-10-03T20:13:24.142Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6bd2660/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=1efd87e9bf4085f6 -C extra-filename=-0e9e52307f77be8d --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-2e15dfbecb90ad6a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-df6c6deb4d0e8811.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-5fbead22d1a88767.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-eabf1f0c1ff1e0e4.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-52e655c27579c277.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-6c6deb1f0ef71d18.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952025-10-03T20:13:24.167Z Compiling crossbeam-channel v0.5.15
32962025-10-03T20:13:24.167Z Compiling is-terminal v0.4.13
32972025-10-03T20:13:24.196Z Running `/home/build/.rustup/toolchains/1.89.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=d63914280db01bf2 -C extra-filename=-18581a88059f94fc --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-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982025-10-03T20:13:24.220Z Running `/home/build/.rustup/toolchains/1.89.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=bcb0cb68ff27dc4d -C extra-filename=-9195d49cb9bb985f --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992025-10-03T20:13:24.374Z Compiling unsafe-libyaml v0.2.11
33002025-10-03T20:13:24.412Z Running `/home/build/.rustup/toolchains/1.89.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=59e5c9cea89d75a6 -C extra-filename=-1acc95f42d0c4889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012025-10-03T20:13:25.210Z Compiling thread_local v1.1.8
33022025-10-03T20:13:25.235Z Running `/home/build/.rustup/toolchains/1.89.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=48151b6cdbba2f3f -C extra-filename=-2c9ffc6287543266 --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-16cff964c3cef883.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-10-03T20:13:25.782Z Compiling serde_yaml v0.9.34+deprecated
33042025-10-03T20:13:25.806Z Running `/home/build/.rustup/toolchains/1.89.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=1ea931ce30f96a49 -C extra-filename=-adf8c010971290d9 --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-66ab2a719fd02fc0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-1acc95f42d0c4889.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-10-03T20:13:25.872Z Compiling slog-async v2.8.0
33062025-10-03T20:13:25.896Z Running `/home/build/.rustup/toolchains/1.89.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=814033e49d48cee7 -C extra-filename=-9ddd1d1284955a7f --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-10-03T20:13:26.078Z Compiling term v1.1.0
33082025-10-03T20:13:26.102Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ab3b245017ad03e6 -C extra-filename=-70170e2e1c458c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-10-03T20:13:26.543Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f/build-script-build`
33102025-10-03T20:13:26.665Z Compiling take_mut v0.2.2
33112025-10-03T20:13:26.689Z Running `/home/build/.rustup/toolchains/1.89.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=a6b1b21a597a1b76 -C extra-filename=-588da8d99a85ad31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-10-03T20:13:26.918Z Compiling typify-impl v0.4.3
33132025-10-03T20:13:26.942Z Running `/home/build/.rustup/toolchains/1.89.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.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=469d796ac37b21e4 -C extra-filename=-b8071f030110d085 --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-9612a25fb0aed7d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142025-10-03T20:13:27.465Z Running `/home/build/.rustup/toolchains/1.89.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=3c0ae713366eb2ca -C extra-filename=-fcec066e501cc986 --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-18581a88059f94fc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-588da8d99a85ad31.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2c9ffc6287543266.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33152025-10-03T20:13:28.555Z Compiling slog-term v2.9.2
33162025-10-03T20:13:28.579Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=cff68ec53f83cc1a -C extra-filename=-c74a84d5f9874eb6 --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-6eee06ffc9254337.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9195d49cb9bb985f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-70170e2e1c458c23.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2c9ffc6287543266.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-10-03T20:13:28.889Z Compiling match_cfg v0.1.0
33182025-10-03T20:13:28.913Z Running `/home/build/.rustup/toolchains/1.89.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=3d248a34e65ed7c8 -C extra-filename=-8273b84bbc233130 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192025-10-03T20:13:29.088Z Compiling hostname v0.3.1
33202025-10-03T20:13:29.112Z Running `/home/build/.rustup/toolchains/1.89.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=1bc3ec193253ba40 -C extra-filename=-56e78a3d9e7f5dd6 --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-784c297e68e85669.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8273b84bbc233130.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212025-10-03T20:13:29.201Z Compiling hex v0.4.3
33222025-10-03T20:13:29.225Z Running `/home/build/.rustup/toolchains/1.89.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=cbe39417f737e788 -C extra-filename=-e3b07cd651f4a87a --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232025-10-03T20:13:29.408Z Compiling structmeta-derive v0.3.0
33242025-10-03T20:13:29.433Z Running `/home/build/.rustup/toolchains/1.89.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=17b6ca3c81138027 -C extra-filename=-202813891f17204b --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-10-03T20:13:29.457Z Compiling debug-ignore v1.0.5
33262025-10-03T20:13:29.457Z Running `/home/build/.rustup/toolchains/1.89.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=082f7dfceda623cf -C extra-filename=-850c29b1257bec29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272025-10-03T20:13:29.707Z Compiling rustls v0.22.4
33282025-10-03T20:13:29.731Z Running `/home/build/.rustup/toolchains/1.89.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=d49398b3a776a3d6 -C extra-filename=-2030f683cd4922a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292025-10-03T20:13:29.881Z Compiling toml_parser v1.0.2
33302025-10-03T20:13:29.906Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=504f54486a2987e9 -C extra-filename=-7ae51b151265afd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312025-10-03T20:13:29.943Z Compiling serde_spanned v1.0.0
33322025-10-03T20:13:29.943Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=ce67d4280ff5c4f6 -C extra-filename=-aa4e7c449fd4a2a9 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-10-03T20:13:30.108Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1/build-script-build`
33342025-10-03T20:13:30.168Z Compiling serde_path_to_error v0.1.17
33352025-10-03T20:13:30.197Z Running `/home/build/.rustup/toolchains/1.89.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.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=8fe9b99d70987317 -C extra-filename=-ae5ae8c9e3e01ac0 --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-c3d4b3c7bce6ae9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-10-03T20:13:30.269Z Compiling toml_datetime v0.7.0
33372025-10-03T20:13:30.294Z Running `/home/build/.rustup/toolchains/1.89.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.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=e06d5efb8de907aa -C extra-filename=-0a96ed2f00e32550 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382025-10-03T20:13:30.754Z Compiling multer v3.1.0
33392025-10-03T20:13:30.779Z Running `/home/build/.rustup/toolchains/1.89.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=03108b93e5a41723 -C extra-filename=-ac9d0ca01553311c --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-10-03T20:13:30.803Z Compiling toml_writer v1.0.2
33412025-10-03T20:13:30.803Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c4f37b59647cf0e5 -C extra-filename=-770066b530d0d501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422025-10-03T20:13:30.893Z Compiling slog-json v2.6.1
33432025-10-03T20:13:30.917Z Running `/home/build/.rustup/toolchains/1.89.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=9de7137121a59bd3 -C extra-filename=-06341b8511329a2c --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-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442025-10-03T20:13:30.977Z Compiling async-stream-impl v0.3.6
33452025-10-03T20:13:31.002Z Running `/home/build/.rustup/toolchains/1.89.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=5054359183e77fc8 -C extra-filename=-719e758e8a5cfc5d --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-10-03T20:13:31.206Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c/build-script-build`
33472025-10-03T20:13:31.288Z Compiling toml v0.9.5
33482025-10-03T20:13:31.288Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=bff4882013d26bfe -C extra-filename=-c6868ec88754a54f --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-f6ffde1d7de41f44.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-aa4e7c449fd4a2a9.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0a96ed2f00e32550.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-7ae51b151265afd2.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-770066b530d0d501.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-10-03T20:13:31.345Z Compiling dropshot v0.16.4
33502025-10-03T20:13:31.369Z Running `/home/build/.rustup/toolchains/1.89.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.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 '--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=378ff29f3961f3d4 -C extra-filename=-18e0bd9ba65c2f0a --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512025-10-03T20:13:31.369Z Running `/home/build/.rustup/toolchains/1.89.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=cb95b768371747a9 -C extra-filename=-6c479b187f4a2b92 --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-ba091636fd1dadf2.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-8ff8f10f7b344c0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-10-03T20:13:31.462Z Compiling slog-bunyan v2.5.0
33532025-10-03T20:13:31.486Z Running `/home/build/.rustup/toolchains/1.89.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=b1c0a7500887a204 -C extra-filename=-7a55bc9f1c230e60 --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-56e78a3d9e7f5dd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-06341b8511329a2c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542025-10-03T20:13:31.743Z Compiling rustls-pemfile v2.2.0
33552025-10-03T20:13:31.767Z Running `/home/build/.rustup/toolchains/1.89.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=e23674876050a6ca -C extra-filename=-6aa1d7aad4b48e0b --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-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562025-10-03T20:13:31.904Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a/build-script-build`
33572025-10-03T20:13:31.995Z Compiling structmeta v0.3.0
33582025-10-03T20:13:32.020Z Running `/home/build/.rustup/toolchains/1.89.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=4793e9d8f7738409 -C extra-filename=-35acde2018273c26 --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-202813891f17204b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592025-10-03T20:13:32.045Z Compiling waitgroup v0.1.2
33602025-10-03T20:13:32.045Z Running `/home/build/.rustup/toolchains/1.89.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=5809a7bcbe99ae49 -C extra-filename=-e1478a9687707a2e --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-ba25972e878f73b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-10-03T20:13:32.146Z Compiling dropshot_endpoint v0.16.4
33622025-10-03T20:13:32.171Z Running `/home/build/.rustup/toolchains/1.89.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.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 '--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=885d8cbca9eb664d -C extra-filename=-0eab4b31797af977 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632025-10-03T20:13:32.325Z Compiling hostname v0.4.0
33642025-10-03T20:13:32.349Z Running `/home/build/.rustup/toolchains/1.89.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=59fc182066b1c40a -C extra-filename=-e0259c4ffe7543ec --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652025-10-03T20:13:32.382Z Compiling serde_with_macros v3.14.0
33662025-10-03T20:13:32.406Z Running `/home/build/.rustup/toolchains/1.89.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.14.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", "schemars_0_9", "schemars_1"))' -C metadata=5f53dad3120f06ea -C extra-filename=-443cfe96560c32bc --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-cb415fb46e7cdc30.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-10-03T20:13:32.436Z Compiling async-stream v0.3.6
33682025-10-03T20:13:32.489Z Running `/home/build/.rustup/toolchains/1.89.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=b46f362a28227a8b -C extra-filename=-223f3776983858a5 --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-719e758e8a5cfc5d.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-10-03T20:13:32.513Z Compiling derive-ex v0.1.8
33702025-10-03T20:13:32.513Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6df2d6295ef034ef -C extra-filename=-7d8cf73a9cf11f6a --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-35acde2018273c26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712025-10-03T20:13:32.613Z Compiling macaddr v1.0.1
33722025-10-03T20:13:32.637Z Running `/home/build/.rustup/toolchains/1.89.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=39f3c12b4f04676e -C extra-filename=-849f5a21cc0e8ed1 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-10-03T20:13:32.782Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
33742025-10-03T20:13:32.807Z Running `/home/build/.rustup/toolchains/1.89.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=5c83fa9e23670514 -C extra-filename=-706e73ffa3b2d1fd --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-e3b07cd651f4a87a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752025-10-03T20:13:33.025Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33762025-10-03T20:13:33.049Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7a9c8f1ffa5c8436 -C extra-filename=-945afbc28b0c6e40 --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-f805a8c9744d2178.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772025-10-03T20:13:33.151Z Compiling instant v0.1.13
33782025-10-03T20:13:33.176Z Running `/home/build/.rustup/toolchains/1.89.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=d9e1b9d4b67f1416 -C extra-filename=-e439cb06d653fe0f --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792025-10-03T20:13:33.451Z Compiling derive-where v1.5.0
33802025-10-03T20:13:33.493Z Running `/home/build/.rustup/toolchains/1.89.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.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("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=97efea0bf2506cf8 -C extra-filename=-33743aebe9fb1e1f --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812025-10-03T20:13:33.843Z Compiling parse-display-derive v0.10.0
33822025-10-03T20:13:33.883Z Running `/home/build/.rustup/toolchains/1.89.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=83eb6e0b4ae3a024 -C extra-filename=-1081389502feefdf --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-35acde2018273c26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-10-03T20:13:34.468Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33842025-10-03T20:13:34.492Z Running `/home/build/.rustup/toolchains/1.89.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=5e2f0e32dae3a511 -C extra-filename=-70b0a2467fa18be2 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-10-03T20:13:35.122Z Compiling serde_with v3.14.0
33862025-10-03T20:13:35.146Z Running `/home/build/.rustup/toolchains/1.89.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.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 --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="macros"' --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", "schemars_0_9", "schemars_1", "std", "time_0_3"))' -C metadata=a81060ca89d95af4 -C extra-filename=-58824a80b0d6ebc9 --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-f6ffde1d7de41f44.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-443cfe96560c32bc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-10-03T20:13:35.411Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33882025-10-03T20:13:35.435Z Running `/home/build/.rustup/toolchains/1.89.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=49b4c7edca259552 -C extra-filename=-3abb8e600975acb8 --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-a44f3921b7a9222f.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-70b0a2467fa18be2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892025-10-03T20:13:35.645Z Compiling backoff v0.4.0
33902025-10-03T20:13:35.699Z Running `/home/build/.rustup/toolchains/1.89.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=524a088838328a24 -C extra-filename=-d52fdd98b2e268d4 --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-a7543549df8e10d9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-e439cb06d653fe0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-10-03T20:13:36.056Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
33922025-10-03T20:13:36.080Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/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=587f2b2e6dc21f93 -C extra-filename=-a647f2646049ad12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932025-10-03T20:13:36.318Z Compiling itertools v0.14.0
33942025-10-03T20:13:36.343Z Running `/home/build/.rustup/toolchains/1.89.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=06caa1d08b6b23f3 -C extra-filename=-5fbff7679012489b --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952025-10-03T20:13:36.616Z Compiling camino-tempfile v1.4.1
33962025-10-03T20:13:36.641Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=8971154b1e81392c -C extra-filename=-74524fef7216f7a3 --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-dfc32f0a21b07f91.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-10-03T20:13:36.683Z Compiling test-strategy v0.4.3
33982025-10-03T20:13:36.707Z Running `/home/build/.rustup/toolchains/1.89.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.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=38672021835e2953 -C extra-filename=-f206b67d618f7471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-7d8cf73a9cf11f6a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-35acde2018273c26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-10-03T20:13:37.116Z Compiling toml v0.8.23
34002025-10-03T20:13:37.140Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.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 --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 --allow=unnameable_types '--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' '--allow=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", "unbounded"))' -C metadata=18000c22e8fcf357 -C extra-filename=-1d61ec2c06edd5f9 --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-f6ffde1d7de41f44.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b5835bdae107276b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2c286be83987bd15.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012025-10-03T20:13:37.969Z Compiling parse-display v0.10.0
34022025-10-03T20:13:37.993Z Running `/home/build/.rustup/toolchains/1.89.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=611ce638280a0349 -C extra-filename=-a07489d86c2c5624 --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-1081389502feefdf.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-10-03T20:13:38.058Z Compiling unicode-width v0.1.14
34042025-10-03T20:13:38.082Z Running `/home/build/.rustup/toolchains/1.89.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=e1ff6972a251646d -C extra-filename=-3e67ad21e09c6294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052025-10-03T20:13:38.153Z Compiling typify-macro v0.4.3
34062025-10-03T20:13:38.177Z Running `/home/build/.rustup/toolchains/1.89.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.4.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=8ae5ff9521090761 -C extra-filename=-3a6128414e1f33c6 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-b8071f030110d085.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-10-03T20:13:38.202Z Compiling crossbeam-deque v0.8.5
34082025-10-03T20:13:38.202Z Running `/home/build/.rustup/toolchains/1.89.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=e67b80d16892140a -C extra-filename=-6f5afe89de2beed3 --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-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092025-10-03T20:13:38.613Z Compiling unicode-width v0.2.0
34102025-10-03T20:13:38.637Z Running `/home/build/.rustup/toolchains/1.89.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=e153e145c231c6f9 -C extra-filename=-83067e9f157ad943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-10-03T20:13:38.661Z Compiling rayon-core v1.12.1
34122025-10-03T20:13:38.685Z Compiling proc-macro-error-attr v1.0.4
34132025-10-03T20:13:38.685Z Compiling proc-macro-error v1.0.4
34142025-10-03T20:13:38.685Z Running `/home/build/.rustup/toolchains/1.89.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=c855c4b1c1949b5d -C extra-filename=-e0364b8b66340191 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152025-10-03T20:13:38.685Z Running `/home/build/.rustup/toolchains/1.89.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=8cdaef08287192ad -C extra-filename=-3b700e6f5694d645 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-10-03T20:13:38.685Z Running `/home/build/.rustup/toolchains/1.89.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=580b9b02b644a43e -C extra-filename=-4fe801d9838fc220 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-10-03T20:13:39.172Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191/build-script-build`
34182025-10-03T20:13:39.214Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645/build-script-build`
34192025-10-03T20:13:39.293Z Compiling heck v0.4.1
34202025-10-03T20:13:39.293Z Running `/home/build/.rustup/toolchains/1.89.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=95e788d4efa9ccda -C extra-filename=-3e487195ce270b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-10-03T20:13:39.293Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220/build-script-build`
34222025-10-03T20:13:39.380Z Compiling crucible-workspace-hack v0.1.0
34232025-10-03T20:13:39.380Z Running `/home/build/.rustup/toolchains/1.89.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=66d46e58be2d4992 -C extra-filename=-282a92b16b07242d --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-6f5afe89de2beed3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-10-03T20:13:39.425Z Running `/home/build/.rustup/toolchains/1.89.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=f2b741136c46d2b9 -C extra-filename=-5f0ffd524262921e --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252025-10-03T20:13:39.425Z Running `/home/build/.rustup/toolchains/1.89.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=3e90c825f9447057 -C extra-filename=-db2a84e13aa4e24f --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-10-03T20:13:39.558Z Compiling darling_core v0.21.0
34272025-10-03T20:13:39.601Z Running `/home/build/.rustup/toolchains/1.89.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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=b6cd1034ad8160e5 -C extra-filename=-2fc44a3a75902d41 --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-63bbafb28e7d7eb7.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-5ec2529fcb3ca35e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-10-03T20:13:39.764Z Compiling proc-macro-crate v1.3.1
34292025-10-03T20:13:39.789Z Running `/home/build/.rustup/toolchains/1.89.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=035a5a50b525c5a3 -C extra-filename=-0efa7f17c2a7118e --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-9f184b9950c390eb.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c8bdc24cd9c7cc3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302025-10-03T20:13:39.844Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f/build-script-build`
34312025-10-03T20:13:39.909Z Running `/home/build/.rustup/toolchains/1.89.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=1e690d1f5f443306 -C extra-filename=-23652635d3e0bfe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322025-10-03T20:13:40.073Z Compiling heapless v0.8.0
34332025-10-03T20:13:40.097Z Running `/home/build/.rustup/toolchains/1.89.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=81572eee5b65ff3c -C extra-filename=-7a028a8711e69fb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342025-10-03T20:13:40.294Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
34352025-10-03T20:13:40.318Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/db07274/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=4c23d39955550d52 -C extra-filename=-43a0994150837026 --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-f805a8c9744d2178.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-10-03T20:13:40.343Z Running `/home/build/.rustup/toolchains/1.89.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=de0c79e3bc874e7c -C extra-filename=-e1777ecf9c2d8170 --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-5f0ffd524262921e.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
34372025-10-03T20:13:40.699Z Compiling rayon v1.10.0
34382025-10-03T20:13:40.723Z Running `/home/build/.rustup/toolchains/1.89.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=53d68132405784c4 -C extra-filename=-e5b7b452a411c16d --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-c14636abdee91fd2.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-282a92b16b07242d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-10-03T20:13:40.748Z Compiling num_enum_derive v0.5.11
34402025-10-03T20:13:40.748Z Running `/home/build/.rustup/toolchains/1.89.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=b1a4fa991814e67b -C extra-filename=-1e9be08432c3c12e --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-0efa7f17c2a7118e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-10-03T20:13:40.828Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34422025-10-03T20:13:40.852Z Running `/home/build/.rustup/toolchains/1.89.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=222aff7598714901 -C extra-filename=-72b49dc0694771b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-10-03T20:13:41.051Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5/build-script-build`
34442025-10-03T20:13:41.280Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9/build-script-build`
34452025-10-03T20:13:41.343Z Compiling hash32 v0.3.1
34462025-10-03T20:13:41.367Z Running `/home/build/.rustup/toolchains/1.89.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=dd7fc82d509a67ec -C extra-filename=-6e1f78d961b0ef36 --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-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472025-10-03T20:13:41.391Z Compiling smoltcp v0.11.0
34482025-10-03T20:13:41.391Z Running `/home/build/.rustup/toolchains/1.89.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=239fd8b4c0052153 -C extra-filename=-a2ba16c83740ad6d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492025-10-03T20:13:41.514Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34502025-10-03T20:13:41.538Z Running `/home/build/.rustup/toolchains/1.89.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=11f6895aea8f941c -C extra-filename=-855300eb2ff694a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-10-03T20:13:41.646Z Running `/home/build/.rustup/toolchains/1.89.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=bdb69a70b8628923 -C extra-filename=-cfbb7cdaca045fab --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-6e1f78d961b0ef36.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-45a66a1c23392a23.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522025-10-03T20:13:41.922Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1/build-script-build`
34532025-10-03T20:13:41.984Z Compiling tabwriter v1.4.0
34542025-10-03T20:13:42.009Z Running `/home/build/.rustup/toolchains/1.89.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=3b2002e2e7e5f2af -C extra-filename=-c47a408223121e9c --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-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-10-03T20:13:42.127Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d/build-script-build`
34562025-10-03T20:13:42.186Z Compiling foreign-types-macros v0.2.3
34572025-10-03T20:13:42.211Z Running `/home/build/.rustup/toolchains/1.89.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=ffcd67d29de0dad4 -C extra-filename=-ffc06824e8861b4b --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-10-03T20:13:42.448Z Compiling foreign-types-shared v0.3.1
34592025-10-03T20:13:42.486Z Running `/home/build/.rustup/toolchains/1.89.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=93e923f4ec7d8bc2 -C extra-filename=-09b13ef164f80ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602025-10-03T20:13:42.593Z Compiling cobs v0.2.3
34612025-10-03T20:13:42.617Z Compiling typify v0.4.3
34622025-10-03T20:13:42.617Z Running `/home/build/.rustup/toolchains/1.89.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=70245a6c234ec103 -C extra-filename=-a52639e61a73e0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632025-10-03T20:13:42.655Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=353077ce7536b980 -C extra-filename=-60a36610f709d3de --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-b8071f030110d085.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3a6128414e1f33c6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-10-03T20:13:42.680Z Running `/home/build/.rustup/toolchains/1.89.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=8967cc881669c8f6 -C extra-filename=-145a320af6634238 --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-19d9f1304dcf7a40.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-cfbb7cdaca045fab.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-10-03T20:13:42.869Z Compiling progenitor-impl v0.11.0
34662025-10-03T20:13:42.893Z Running `/home/build/.rustup/toolchains/1.89.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.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())' -C metadata=39b10cb199277e96 -C extra-filename=-972016f51cc00ba5 --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-60a36610f709d3de.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-10-03T20:13:42.939Z Compiling progenitor-impl v0.10.0
34682025-10-03T20:13:42.963Z Running `/home/build/.rustup/toolchains/1.89.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.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())' -C metadata=34f4248e632e2d42 -C extra-filename=-89b7d5f430a5bc0e --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-60a36610f709d3de.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-10-03T20:13:43.222Z Compiling num_enum v0.5.11
34702025-10-03T20:13:43.246Z Running `/home/build/.rustup/toolchains/1.89.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=6ef2cd9d7d9ac592 -C extra-filename=-e3e12b59dd52dcfa --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-1e9be08432c3c12e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712025-10-03T20:13:43.440Z Compiling postcard v1.0.10
34722025-10-03T20:13:43.464Z Running `/home/build/.rustup/toolchains/1.89.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=00c99ecd3ce26cad -C extra-filename=-5e1afe37fdd5105d --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-a52639e61a73e0ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732025-10-03T20:13:43.553Z Compiling foreign-types v0.5.0
34742025-10-03T20:13:43.577Z Running `/home/build/.rustup/toolchains/1.89.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=38569c94ac0fd620 -C extra-filename=-6273484a99ec4323 --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-ffc06824e8861b4b.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-09b13ef164f80ce6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-10-03T20:13:43.710Z Running `/home/build/.rustup/toolchains/1.89.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=1ec5657baeebbc52 -C extra-filename=-3667b320ed87f3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
34762025-10-03T20:13:43.936Z Running `/home/build/.rustup/toolchains/1.89.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=1ae87008cccb4fbb -C extra-filename=-ac27fb54e800bb07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
34772025-10-03T20:13:44.159Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34782025-10-03T20:13:44.184Z Running `/home/build/.rustup/toolchains/1.89.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=8d6dbddc5113a61d -C extra-filename=-39b458157d816892 --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792025-10-03T20:13:44.216Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
34802025-10-03T20:13:44.240Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=71edcb86e3069a66 -C extra-filename=-009369796fb25b51 --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-2e15dfbecb90ad6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812025-10-03T20:13:44.802Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
34822025-10-03T20:13:44.847Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=9321371198a26d27 -C extra-filename=-ef031d105ab1b848 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-ef031d105ab1b848 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832025-10-03T20:13:44.871Z Compiling cstr-argument v0.1.2
34842025-10-03T20:13:44.916Z Running `/home/build/.rustup/toolchains/1.89.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=608b64fb26a39722 -C extra-filename=-25ef39898d7863b6 --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-16cff964c3cef883.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852025-10-03T20:13:45.086Z Compiling pretty-hex v0.2.1
34862025-10-03T20:13:45.110Z Running `/home/build/.rustup/toolchains/1.89.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=6440f69f3a411270 -C extra-filename=-7a4ce632d19001a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872025-10-03T20:13:45.152Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
34882025-10-03T20:13:45.176Z Running `/home/build/.rustup/toolchains/1.89.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=c4cff5a9c792c212 -C extra-filename=-8ab005ae5a72c0e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892025-10-03T20:13:45.235Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-ef031d105ab1b848/build-script-build`
34902025-10-03T20:13:45.336Z Compiling darling_macro v0.21.0
34912025-10-03T20:13:45.337Z Running `/home/build/.rustup/toolchains/1.89.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.21.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=8b4121c2dab42e2a -C extra-filename=-39af143567657f08 --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-2fc44a3a75902d41.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-10-03T20:13:45.384Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34932025-10-03T20:13:45.384Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34942025-10-03T20:13:45.384Z Running `/home/build/.rustup/toolchains/1.89.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=9e5ff71e7ff9a071 -C extra-filename=-2f194d40183fa64c --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-784c297e68e85669.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-3667b320ed87f3c7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e3e12b59dd52dcfa.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-7a4ce632d19001a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952025-10-03T20:13:45.408Z Running `/home/build/.rustup/toolchains/1.89.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=f283866d95f78dbc -C extra-filename=-572c9b35bd797d11 --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-784c297e68e85669.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-39b458157d816892.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-10-03T20:13:45.560Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7/build-script-build`
34972025-10-03T20:13:45.636Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34982025-10-03T20:13:45.660Z Running `/home/build/.rustup/toolchains/1.89.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=f365eb78cd24aa60 -C extra-filename=-e5fdffb9a99bd159 --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-25ef39898d7863b6.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-6273484a99ec4323.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ac27fb54e800bb07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992025-10-03T20:13:45.685Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35002025-10-03T20:13:45.685Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=56b7edc98a0baa4d -C extra-filename=-9e2fab3399f6acff --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012025-10-03T20:13:45.810Z Compiling colored v2.2.0
35022025-10-03T20:13:45.834Z Running `/home/build/.rustup/toolchains/1.89.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=b03336f7e57abd4a -C extra-filename=-e18793f311249a73 --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-4921d2a92b76412d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032025-10-03T20:13:46.156Z Compiling sigpipe v0.1.3
35042025-10-03T20:13:46.180Z Running `/home/build/.rustup/toolchains/1.89.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=fb00cd9f6f6a2df8 -C extra-filename=-3fd8446d2566a752 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052025-10-03T20:13:46.337Z Compiling jiff v0.2.15
35062025-10-03T20:13:46.361Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 --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=6f3ccfb8df3f8073 -C extra-filename=-ca80495d96b92005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072025-10-03T20:13:46.412Z Compiling darling v0.21.0
35082025-10-03T20:13:46.437Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-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 --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=0c65b7e3a7dcf67d -C extra-filename=-2b8b163c031a6442 --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-2fc44a3a75902d41.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-39af143567657f08.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092025-10-03T20:13:46.592Z Compiling ingot-macros v0.1.1
35102025-10-03T20:13:46.616Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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=0cb5cf787fe92c06 -C extra-filename=-f94b965696c4dd21 --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-2b8b163c031a6442.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-10-03T20:13:46.616Z Running `/home/build/.rustup/toolchains/1.89.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=0ebd5a1489599d12 -C extra-filename=-06cf2c1062c81477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-2f194d40183fa64c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e3e12b59dd52dcfa.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-e5fdffb9a99bd159.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ac27fb54e800bb07.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-572c9b35bd797d11.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
35122025-10-03T20:13:46.706Z Compiling zone_cfg_derive v0.3.0
35132025-10-03T20:13:46.730Z Running `/home/build/.rustup/toolchains/1.89.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=9b50df54409ebc6a -C extra-filename=-c6f7dbbbf59a787a --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-3e487195ce270b12.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e1777ecf9c2d8170.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-10-03T20:13:46.969Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
35152025-10-03T20:13:46.993Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=fc1409c3338de503 -C extra-filename=-3cb90b7a5734b1f7 --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-784c297e68e85669.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-10-03T20:13:47.397Z Compiling smf v0.2.3
35172025-10-03T20:13:47.421Z Running `/home/build/.rustup/toolchains/1.89.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=6be9a98ea6b7e483 -C extra-filename=-9e4b86257ba3c35d --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-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182025-10-03T20:13:48.154Z Compiling num-derive v0.4.2
35192025-10-03T20:13:48.178Z Running `/home/build/.rustup/toolchains/1.89.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=5dca0154dffe98f7 -C extra-filename=-def54a8e688dc907 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-10-03T20:13:48.564Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35212025-10-03T20:13:48.589Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3dd5ebeb41ac8b93 -C extra-filename=-e425bfdf8ec566a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222025-10-03T20:13:48.917Z Compiling aws-lc-sys v0.26.0
35232025-10-03T20:13:48.971Z Running `/home/build/.rustup/toolchains/1.89.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=5291cd90706de60b -C extra-filename=-e08a6624f8754891 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e08a6624f8754891 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-e419e9a97a210386.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-de354ad5a94ad54d.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-07ef0643f32e7ad8.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-80eadfd9742d9184.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-10-03T20:13:49.003Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5/build-script-build`
35252025-10-03T20:13:49.074Z Compiling zone v0.3.1
35262025-10-03T20:13:49.099Z Running `/home/build/.rustup/toolchains/1.89.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=1d958b88891d195e -C extra-filename=-c544b83ab63c1e72 --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-fd7f55707a725433.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-c6f7dbbbf59a787a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-10-03T20:13:49.169Z Compiling progenitor-macro v0.10.0
35282025-10-03T20:13:49.193Z Running `/home/build/.rustup/toolchains/1.89.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.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=99ff363fad03cb08 -C extra-filename=-1a21fcfb7b75829e --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-4da5bd6c5d3ac5d5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-89b7d5f430a5bc0e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-adf8c010971290d9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292025-10-03T20:13:49.250Z Compiling progenitor-macro v0.11.0
35302025-10-03T20:13:49.274Z Running `/home/build/.rustup/toolchains/1.89.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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f135486e8723d506 -C extra-filename=-4a00f38421bfcb04 --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-4da5bd6c5d3ac5d5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-972016f51cc00ba5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-adf8c010971290d9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-10-03T20:13:50.125Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
35322025-10-03T20:13:50.166Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=aac31fc1e5ebd9c9 -C extra-filename=-0ae098d9efa20822 --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-3cb90b7a5734b1f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-10-03T20:13:50.299Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
35342025-10-03T20:13:50.323Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=6bd88f8b169ff212 -C extra-filename=-b5826a67549b4447 --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-23652635d3e0bfe5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-def54a8e688dc907.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-10-03T20:13:50.418Z Compiling convert_case v0.4.0
35362025-10-03T20:13:50.442Z Running `/home/build/.rustup/toolchains/1.89.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=19fd34e765bd7496 -C extra-filename=-eeae1a312b0aac3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-10-03T20:13:50.569Z Compiling num-rational v0.4.2
35382025-10-03T20:13:50.594Z Running `/home/build/.rustup/toolchains/1.89.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=47bfafea6d6db1b9 -C extra-filename=-e80425d67459c878 --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-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-10-03T20:13:51.065Z Compiling num-complex v0.4.6
35402025-10-03T20:13:51.089Z Running `/home/build/.rustup/toolchains/1.89.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=219f04393e4baa2b -C extra-filename=-e731cf0d8f91a1b2 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-10-03T20:13:51.185Z Compiling derive_more v0.99.20
35422025-10-03T20:13:51.209Z Running `/home/build/.rustup/toolchains/1.89.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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --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=5200fc4cbab6280d -C extra-filename=-caac97c0679c822d --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-eeae1a312b0aac3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-10-03T20:13:51.875Z Compiling float-ord v0.3.2
35442025-10-03T20:13:51.899Z Running `/home/build/.rustup/toolchains/1.89.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=0e54809ffd71660e -C extra-filename=-56e3f4021334fd94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-10-03T20:13:51.970Z Compiling num v0.4.3
35462025-10-03T20:13:51.994Z Running `/home/build/.rustup/toolchains/1.89.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=684b0955a53ea006 -C extra-filename=-0ea0dec4f78e8e14 --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-e731cf0d8f91a1b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e80425d67459c878.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-10-03T20:13:52.110Z Compiling indent_write v2.2.0
35482025-10-03T20:13:52.134Z Running `/home/build/.rustup/toolchains/1.89.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=b0fc1f2566d3dc3d -C extra-filename=-515187c6ccc490f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492025-10-03T20:13:52.162Z Compiling secrecy v0.10.3
35502025-10-03T20:13:52.162Z Running `/home/build/.rustup/toolchains/1.89.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=4abb4e630f6796e2 -C extra-filename=-6229252562a2ddfa --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-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512025-10-03T20:13:52.387Z Compiling swrite v0.1.0
35522025-10-03T20:13:52.411Z Running `/home/build/.rustup/toolchains/1.89.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=21936e1c864859ce -C extra-filename=-562e110c4f8068f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532025-10-03T20:13:52.459Z Compiling console v0.15.10
35542025-10-03T20:13:52.483Z Running `/home/build/.rustup/toolchains/1.89.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=fc4f180e5b7307f7 -C extra-filename=-7fc67dc6d779fea4 --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-784c297e68e85669.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-10-03T20:13:52.574Z Compiling atomicwrites v0.4.4
35562025-10-03T20:13:52.599Z Running `/home/build/.rustup/toolchains/1.89.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=c85cb51ae21ce21f -C extra-filename=-b6c94f537f98d47e --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-de7ccbd438880b80.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572025-10-03T20:13:52.886Z Compiling ingot-types v0.1.2
35582025-10-03T20:13:52.910Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=256f0cdf7eed1920 -C extra-filename=-649c421396ef0760 --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-f94b965696c4dd21.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-10-03T20:13:52.952Z Compiling newline-converter v0.3.0
35602025-10-03T20:13:52.976Z Running `/home/build/.rustup/toolchains/1.89.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=c79da10e79229735 -C extra-filename=-e8cff69c71df88eb --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-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612025-10-03T20:13:53.188Z Compiling bytecount v0.6.8
35622025-10-03T20:13:53.212Z Running `/home/build/.rustup/toolchains/1.89.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=71416abf379d8217 -C extra-filename=-c2376018bebeb41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632025-10-03T20:13:53.445Z Compiling expectorate v1.2.0
35642025-10-03T20:13:53.471Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-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("predicates"))' -C metadata=dd733f805af183f7 -C extra-filename=-1225f8856b75ea78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e8cff69c71df88eb.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-10-03T20:13:53.712Z Compiling ingot v0.1.1
35662025-10-03T20:13:53.736Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=ac577ea6bbfcdb1c -C extra-filename=-bfaec069ed87f905 --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-2e15dfbecb90ad6a.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-f94b965696c4dd21.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-649c421396ef0760.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672025-10-03T20:13:53.763Z Compiling password-hash v0.5.0
35682025-10-03T20:13:53.787Z Compiling blake2 v0.10.6
35692025-10-03T20:13:53.787Z Running `/home/build/.rustup/toolchains/1.89.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=1296b423b5f3fd16 -C extra-filename=-0cd3810ef3d13a60 --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-918dddd36587fd89.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-10-03T20:13:53.787Z Running `/home/build/.rustup/toolchains/1.89.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=20256644f42200fc -C extra-filename=-e798a290edc21c49 --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-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712025-10-03T20:13:54.644Z Compiling fixedbitset v0.5.7
35722025-10-03T20:13:54.668Z Running `/home/build/.rustup/toolchains/1.89.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=6c9a09384d5f3d82 -C extra-filename=-35eea7a849d1c8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732025-10-03T20:13:54.897Z Compiling argon2 v0.5.3
35742025-10-03T20:13:54.922Z Running `/home/build/.rustup/toolchains/1.89.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=97da6222d09fd3cd -C extra-filename=-74c62a1d4d9a119c --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-918dddd36587fd89.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-e798a290edc21c49.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-0cd3810ef3d13a60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-10-03T20:13:55.290Z Compiling petgraph v0.8.2
35762025-10-03T20:13:55.327Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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 '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=e9065a0a6ee4c4ef -C extra-filename=-3b137b6cc80cde20 --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-35eea7a849d1c8d9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-10-03T20:13:56.843Z Compiling tokio-dtrace v0.1.0
35782025-10-03T20:13:56.867Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-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=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05a47cf1e50a7acf -C extra-filename=-50940538ffe86e2f --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-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-10-03T20:13:56.968Z Compiling owo-colors v4.2.2
35802025-10-03T20:13:56.994Z Running `/home/build/.rustup/toolchains/1.89.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=2b0057d9e463e688 -C extra-filename=-7de6316845487176 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-10-03T20:13:57.279Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35822025-10-03T20:13:57.303Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=945c3990f80c175e -C extra-filename=-e67583a9de55b854 --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-009369796fb25b51.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-bfaec069ed87f905.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-5e1afe37fdd5105d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-145a320af6634238.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-10-03T20:13:57.332Z Compiling oxide-tokio-rt v0.1.2
35842025-10-03T20:13:57.384Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=81e1db020239648f -C extra-filename=-1b3082d606a4a3fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-50940538ffe86e2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-10-03T20:13:57.409Z Compiling cancel-safe-futures v0.1.5
35862025-10-03T20:13:57.409Z Running `/home/build/.rustup/toolchains/1.89.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=f5e055f141b875d8 -C extra-filename=-8218ef5db690fa25 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-10-03T20:13:57.639Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176/build-script-build`
35882025-10-03T20:13:57.693Z Compiling libsw-core v0.3.1
35892025-10-03T20:13:57.754Z Running `/home/build/.rustup/toolchains/1.89.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=5333fdb87d363069 -C extra-filename=-a98b3c6456c6d080 --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-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902025-10-03T20:13:57.778Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=0586ff28d1690574 -C extra-filename=-1912649d1c9076bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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)'`
35912025-10-03T20:13:57.840Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25/build-script-build`
35922025-10-03T20:13:57.906Z Running `/home/build/.rustup/toolchains/1.89.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=c35f0a7503181454 -C extra-filename=-01607268280dab2b --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-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-10-03T20:13:58.012Z Compiling libsw v3.5.0
35942025-10-03T20:13:58.047Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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=85662091ffbaf4bf -C extra-filename=-25f66e3d1266183c --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-a98b3c6456c6d080.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-10-03T20:13:58.339Z Compiling linear-map v1.2.0
35962025-10-03T20:13:58.363Z Running `/home/build/.rustup/toolchains/1.89.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=c1530a15b60da407 -C extra-filename=-09c1fab102bb0169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-10-03T20:13:58.496Z Compiling base64 v0.21.7
35982025-10-03T20:13:58.521Z Running `/home/build/.rustup/toolchains/1.89.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=af025ee83e272d12 -C extra-filename=-f59c456c6a871a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-10-03T20:13:58.726Z Compiling same-file v1.0.6
36002025-10-03T20:13:58.750Z Running `/home/build/.rustup/toolchains/1.89.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=213bfc74ab5b3b35 -C extra-filename=-02b10f5498e1960c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-10-03T20:13:59.137Z Compiling unicode-xid v0.2.6
36022025-10-03T20:13:59.161Z Running `/home/build/.rustup/toolchains/1.89.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=2b5caab8714cd654 -C extra-filename=-58a5172ac4a60185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-10-03T20:13:59.236Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=95f37786de20e1b2 -C extra-filename=-5b03ae54eb9e1e7d --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-2e15dfbecb90ad6a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-009369796fb25b51.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-bfaec069ed87f905.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-9e2fab3399f6acff.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-e67583a9de55b854.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-5e1afe37fdd5105d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
36042025-10-03T20:13:59.260Z Compiling walkdir v2.5.0
36052025-10-03T20:13:59.260Z Running `/home/build/.rustup/toolchains/1.89.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=17f008f0ba3fb61d -C extra-filename=-36caab45f0e573e7 --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-02b10f5498e1960c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062025-10-03T20:13:59.429Z Compiling resolv-conf v0.7.0
36072025-10-03T20:13:59.489Z Running `/home/build/.rustup/toolchains/1.89.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=291815a93e75e3d8 -C extra-filename=-94c291e4698d61a2 --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-56e78a3d9e7f5dd6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-453f29b9051794d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-10-03T20:13:59.704Z Compiling convert_case v0.7.1
36092025-10-03T20:13:59.729Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-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("rand", "random"))' -C metadata=052143dd76fe1beb -C extra-filename=-b38582def319659c --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-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-10-03T20:13:59.761Z Compiling gethostname v0.5.0
36112025-10-03T20:13:59.761Z Running `/home/build/.rustup/toolchains/1.89.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=25f28c82fbd18ae2 -C extra-filename=-0575245d8e5f82dc --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-de7ccbd438880b80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-10-03T20:13:59.986Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36132025-10-03T20:14:00.012Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=59af41e73c9ff2bd -C extra-filename=-1758e38323da742c --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-16cff964c3cef883.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-009369796fb25b51.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-5b03ae54eb9e1e7d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-10-03T20:14:00.044Z Compiling slog-dtrace v0.3.0
36152025-10-03T20:14:00.045Z Running `/home/build/.rustup/toolchains/1.89.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=f06a6d583efb723c -C extra-filename=-c8214600f2fcf131 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-10-03T20:14:00.152Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e08a6624f8754891/build-script-main`
36172025-10-03T20:14:00.177Z Compiling utf-8 v0.7.6
36182025-10-03T20:14:00.177Z Running `/home/build/.rustup/toolchains/1.89.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=97d18cc8305aaa99 -C extra-filename=-745d853f7d714050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-10-03T20:14:00.241Z Compiling globset v0.4.15
36202025-10-03T20:14:00.266Z Running `/home/build/.rustup/toolchains/1.89.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=fecc1765e647deb0 -C extra-filename=-6cdc3c9dff871d5c --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-fa37e0de09fa0fe8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-10-03T20:14:00.566Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131/build-script-build`
36222025-10-03T20:14:00.591Z Compiling derive_more-impl v2.0.1
36232025-10-03T20:14:00.591Z Compiling async-recursion v1.1.1
36242025-10-03T20:14:00.591Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=461c1aad70182ba5 -C extra-filename=-158223d8a6d094b4 --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-b38582def319659c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-10-03T20:14:00.591Z Running `/home/build/.rustup/toolchains/1.89.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=fcaefe8be5edbe77 -C extra-filename=-6125749695b47897 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262025-10-03T20:14:00.670Z Running `/home/build/.rustup/toolchains/1.89.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=052e010645e37791 -C extra-filename=-cbe97cc8d3e9bad3 --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-6eee06ffc9254337.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-10-03T20:14:01.312Z Compiling vte_generate_state_changes v0.1.2
36282025-10-03T20:14:01.337Z Running `/home/build/.rustup/toolchains/1.89.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=4e8f315a76208ae9 -C extra-filename=-4cc1776eb390a865 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292025-10-03T20:14:01.675Z Compiling termtree v0.5.1
36302025-10-03T20:14:01.722Z Compiling fd-lock v4.0.2
36312025-10-03T20:14:01.722Z Running `/home/build/.rustup/toolchains/1.89.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=074e3f435398d3e2 -C extra-filename=-ca9e3786b6c9ea9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-10-03T20:14:01.747Z Running `/home/build/.rustup/toolchains/1.89.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=71846bbefcd46001 -C extra-filename=-de1d455ce2ee7f34 --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-16cff964c3cef883.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-10-03T20:14:01.789Z Compiling linked-hash-map v0.5.6
36342025-10-03T20:14:01.814Z Running `/home/build/.rustup/toolchains/1.89.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=65634b26362480a0 -C extra-filename=-823ee3b3e02662f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-10-03T20:14:01.995Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36362025-10-03T20:14:02.039Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=e44bcbb3e55c2855 -C extra-filename=-0dd176193d8c9688 --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-784c297e68e85669.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-06cf2c1062c81477.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-5b03ae54eb9e1e7d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1758e38323da742c.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-5e1afe37fdd5105d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372025-10-03T20:14:02.066Z Compiling hickory-proto v0.24.4
36382025-10-03T20:14:02.066Z Running `/home/build/.rustup/toolchains/1.89.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="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=d152ac4a2df76bc3 -C extra-filename=-f467dcc5aacdde53 --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-43346e1c8890fba4.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-32aea5542190df1d.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-10-03T20:14:02.099Z Compiling vte v0.11.1
36402025-10-03T20:14:02.159Z Running `/home/build/.rustup/toolchains/1.89.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=3c80f7c22ca174ee -C extra-filename=-b7dde132f8a079d7 --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-6a075776c3b4ea6e.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-4cc1776eb390a865.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-10-03T20:14:02.199Z Compiling lru-cache v0.1.2
36422025-10-03T20:14:02.224Z Running `/home/build/.rustup/toolchains/1.89.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=b104a161b8a05bdb -C extra-filename=-31ec74e465c561c1 --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-823ee3b3e02662f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-10-03T20:14:02.249Z Compiling nibble_vec v0.1.0
36442025-10-03T20:14:02.249Z Compiling display-error-chain v0.2.2
36452025-10-03T20:14:02.249Z Running `/home/build/.rustup/toolchains/1.89.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=a5daf8c583eeaa5e -C extra-filename=-2bcecd292853dc7f --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-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462025-10-03T20:14:02.249Z Running `/home/build/.rustup/toolchains/1.89.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=c564bc307f8ce030 -C extra-filename=-f8d71a72b9e8b2c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-10-03T20:14:02.450Z Compiling nu-ansi-term v0.50.1
36482025-10-03T20:14:02.475Z Running `/home/build/.rustup/toolchains/1.89.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=14e54b528c691344 -C extra-filename=-4ea9dd63dd52ed4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-10-03T20:14:02.517Z Compiling endian-type v0.1.2
36502025-10-03T20:14:02.542Z Running `/home/build/.rustup/toolchains/1.89.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=29a33dc951161762 -C extra-filename=-ce027260e9a1de33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512025-10-03T20:14:02.567Z Compiling derive_more v2.0.1
36522025-10-03T20:14:02.592Z Compiling pin-project-internal v1.1.6
36532025-10-03T20:14:02.592Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-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=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=74c13e5b1ff4c9c2 -C extra-filename=-e3980aed7891d160 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-158223d8a6d094b4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-10-03T20:14:02.592Z Running `/home/build/.rustup/toolchains/1.89.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=f9d55ab88148c09f -C extra-filename=-d4fc45b0d9ce0842 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552025-10-03T20:14:02.747Z Compiling crossterm v0.29.0
36562025-10-03T20:14:02.773Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=8f62746c38729508 -C extra-filename=-fc23fe890f4de018 --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-2e15dfbecb90ad6a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e3980aed7891d160.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f2d4dd3d11cddccc.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-daa76648e454ddb8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-026de9f27adc9304.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572025-10-03T20:14:02.830Z Compiling radix_trie v0.2.1
36582025-10-03T20:14:02.855Z Running `/home/build/.rustup/toolchains/1.89.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=025c74d935525cc4 -C extra-filename=-cedc7e6f971f6f00 --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-ce027260e9a1de33.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-2bcecd292853dc7f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-10-03T20:14:03.106Z Compiling unicode-linebreak v0.1.5
36602025-10-03T20:14:03.131Z Running `/home/build/.rustup/toolchains/1.89.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=ea72be7823788c11 -C extra-filename=-272998c882cb418a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612025-10-03T20:14:03.553Z Compiling strip-ansi-escapes v0.2.0
36622025-10-03T20:14:03.578Z Running `/home/build/.rustup/toolchains/1.89.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=45c6566713afbc7f -C extra-filename=-81afa1f751262fe5 --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-b7dde132f8a079d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632025-10-03T20:14:03.604Z Compiling smawk v0.3.2
36642025-10-03T20:14:03.604Z Running `/home/build/.rustup/toolchains/1.89.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=541fedf250493b85 -C extra-filename=-c28d8e2a9471e5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652025-10-03T20:14:03.694Z Compiling pem v3.0.5
36662025-10-03T20:14:03.719Z Running `/home/build/.rustup/toolchains/1.89.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=f8eafd6f5db4fb95 -C extra-filename=-856e36b09938a13c --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-43fec2c760c1f6ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672025-10-03T20:14:03.899Z Compiling reedline v0.40.0
36682025-10-03T20:14:03.924Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=1a3474dd7a50e293 -C extra-filename=-b4a159ba89456c22 --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-6eee06ffc9254337.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36c6de616dcce02e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-de1d455ce2ee7f34.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-4ea9dd63dd52ed4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-81afa1f751262fe5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-d1a4983a1f0346f2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-10-03T20:14:04.003Z Compiling textwrap v0.16.2
36702025-10-03T20:14:04.028Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --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="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=7e79db43a256f56a -C extra-filename=-cda2ad26d183953d --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-c28d8e2a9471e5d8.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f247be1eb92bfb14.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-272998c882cb418a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-10-03T20:14:04.131Z Compiling tungstenite v0.21.0
36722025-10-03T20:14:04.156Z Running `/home/build/.rustup/toolchains/1.89.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=e2064547a0bae454 -C extra-filename=-a05412f5813eb9a0 --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-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-745d853f7d714050.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732025-10-03T20:14:04.575Z Compiling snafu-derive v0.8.5
36742025-10-03T20:14:04.601Z Running `/home/build/.rustup/toolchains/1.89.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=a6962d656552effb -C extra-filename=-f2f6004313065f16 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752025-10-03T20:14:05.130Z Compiling humantime v2.2.0
36762025-10-03T20:14:05.156Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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())' -C metadata=a2e7b776a9ebf894 -C extra-filename=-bbcd3faa17ca487c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-10-03T20:14:05.541Z Compiling cfg_aliases v0.1.1
36782025-10-03T20:14:05.566Z Running `/home/build/.rustup/toolchains/1.89.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=bbf5b13ac433675d -C extra-filename=-57840a37b209d787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-10-03T20:14:05.593Z Compiling pin-project v1.1.6
36802025-10-03T20:14:05.618Z Running `/home/build/.rustup/toolchains/1.89.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=2f1a07ae016197f4 -C extra-filename=-7bd651de3fede962 --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-d4fc45b0d9ce0842.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-10-03T20:14:05.662Z Compiling tokio-tungstenite v0.21.0
36822025-10-03T20:14:05.693Z Running `/home/build/.rustup/toolchains/1.89.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=83bc153ccb5b55e9 -C extra-filename=-fc3ced259616bffd --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-496f76f93532f782.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a05412f5813eb9a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832025-10-03T20:14:05.737Z Compiling nix v0.28.0
36842025-10-03T20:14:05.762Z Running `/home/build/.rustup/toolchains/1.89.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=f841c44b880d8197 -C extra-filename=-be9c90650ba5f90f --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-57840a37b209d787.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852025-10-03T20:14:05.825Z Compiling olpc-cjson v0.1.4
36862025-10-03T20:14:05.850Z Running `/home/build/.rustup/toolchains/1.89.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=3de78b90d88af329 -C extra-filename=-55d8e485ddd75bbb --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-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-dc505b20a443036a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872025-10-03T20:14:06.136Z Compiling serde_plain v1.0.2
36882025-10-03T20:14:06.161Z Running `/home/build/.rustup/toolchains/1.89.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=0f36552f22e8c373 -C extra-filename=-65072d26c01fe266 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892025-10-03T20:14:06.196Z Compiling bcs v0.1.6
36902025-10-03T20:14:06.251Z Running `/home/build/.rustup/toolchains/1.89.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=f8f8b19bc989bc05 -C extra-filename=-c8310cf1c3e398a0 --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-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912025-10-03T20:14:06.344Z Compiling typed-path v0.9.3
36922025-10-03T20:14:06.369Z Running `/home/build/.rustup/toolchains/1.89.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=97be6313ba3c05e0 -C extra-filename=-300fd6723ee83a19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932025-10-03T20:14:06.554Z Compiling siphasher v1.0.1
36942025-10-03T20:14:06.579Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=2d6b6e7b3a1c957e -C extra-filename=-dbee82f63605404f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-10-03T20:14:06.615Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f/build-script-build`
36962025-10-03T20:14:06.685Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
36972025-10-03T20:14:06.710Z Running `/home/build/.rustup/toolchains/1.89.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=fb72949c9a190805 -C extra-filename=-c71b452a81099ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-10-03T20:14:06.954Z Compiling phf_shared v0.12.1
36992025-10-03T20:14:06.979Z Running `/home/build/.rustup/toolchains/1.89.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.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("default", "std", "uncased", "unicase"))' -C metadata=8ecb1c28e6479d66 -C extra-filename=-794d15b615574c1c --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-dbee82f63605404f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002025-10-03T20:14:07.026Z Compiling papergrid v0.11.0
37012025-10-03T20:14:07.071Z Running `/home/build/.rustup/toolchains/1.89.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=0e8061fd9a4f1d97 -C extra-filename=-e720bb3044eed74d --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-c2376018bebeb41b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-10-03T20:14:07.366Z Compiling hickory-resolver v0.24.4
37032025-10-03T20:14:07.392Z Running `/home/build/.rustup/toolchains/1.89.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=423ed7bc98cc2287 -C extra-filename=-50a6fe8dd67c1bfa --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-16cff964c3cef883.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f467dcc5aacdde53.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-31ec74e465c561c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-94c291e4698d61a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-10-03T20:14:09.573Z Compiling tabled_derive v0.7.0
37052025-10-03T20:14:09.598Z Running `/home/build/.rustup/toolchains/1.89.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=9c435edabe0c2ed0 -C extra-filename=-b9afe421d9ab18f5 --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-3e487195ce270b12.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e1777ecf9c2d8170.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-10-03T20:14:09.671Z Compiling snafu v0.8.5
37072025-10-03T20:14:09.696Z Running `/home/build/.rustup/toolchains/1.89.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=2dd64d5e6408d157 -C extra-filename=-e15d1b45d15eb0e6 --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-a7543549df8e10d9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7bd651de3fede962.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-f2f6004313065f16.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-10-03T20:14:09.739Z Compiling csv-core v0.1.11
37092025-10-03T20:14:09.764Z Running `/home/build/.rustup/toolchains/1.89.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=4236f0ca559f9e53 -C extra-filename=-37c38e8921d799d6 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-10-03T20:14:10.272Z Compiling qorb v0.4.1
37112025-10-03T20:14:10.298Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-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"' --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=ac48a7d866ca3c64 -C extra-filename=-ba92db564fdd5f38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-50a6fe8dd67c1bfa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-10-03T20:14:10.325Z Compiling semver v0.1.20
37132025-10-03T20:14:10.350Z Running `/home/build/.rustup/toolchains/1.89.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=517a83356f89ed54 -C extra-filename=-46b12240bb870a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-10-03T20:14:10.476Z Compiling chrono-tz v0.10.4
37152025-10-03T20:14:10.501Z Running `/home/build/.rustup/toolchains/1.89.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.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=6314aaa00b92ff85 -C extra-filename=-c4b01ce3a0867b8c --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162025-10-03T20:14:10.563Z Compiling highway v1.3.0
37172025-10-03T20:14:10.588Z Running `/home/build/.rustup/toolchains/1.89.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=100b289658e6f44b -C extra-filename=-c3f157400570652f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-10-03T20:14:10.756Z Compiling rustc_version v0.1.7
37192025-10-03T20:14:10.780Z Running `/home/build/.rustup/toolchains/1.89.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=64026497f40fd9d3 -C extra-filename=-fcccd268b19a0226 --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-46b12240bb870a92.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202025-10-03T20:14:10.890Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c/build-script-build`
37212025-10-03T20:14:10.940Z Compiling csv v1.3.1
37222025-10-03T20:14:10.966Z Running `/home/build/.rustup/toolchains/1.89.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=46e990f9e419d03e -C extra-filename=-737dd355a343b4a3 --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-37c38e8921d799d6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-10-03T20:14:11.018Z Compiling phf v0.12.1
37242025-10-03T20:14:11.043Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=c7656dc4215197eb -C extra-filename=-a2b4c43aed521e34 --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-794d15b615574c1c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-10-03T20:14:11.232Z Running `/home/build/.rustup/toolchains/1.89.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=bd2b08be61429023 -C extra-filename=-1a151bedecf452d7 --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-2e15dfbecb90ad6a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
37262025-10-03T20:14:11.353Z Compiling const_format_proc_macros v0.2.34
37272025-10-03T20:14:11.378Z Running `/home/build/.rustup/toolchains/1.89.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=72622ca70250efa8 -C extra-filename=-a37db0e55cbb3d74 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282025-10-03T20:14:11.403Z Compiling peg-macros v0.8.5
37292025-10-03T20:14:11.403Z Running `/home/build/.rustup/toolchains/1.89.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=a05dba08e52e4ee1 -C extra-filename=-339279fbea618a56 --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-5ed192293457b111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-10-03T20:14:11.850Z Compiling tabled v0.15.0
37312025-10-03T20:14:11.875Z Running `/home/build/.rustup/toolchains/1.89.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=a35dffcb7907ac72 -C extra-filename=-03f4a54fbe15c457 --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-e720bb3044eed74d.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-b9afe421d9ab18f5.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-10-03T20:14:12.165Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37332025-10-03T20:14:12.190Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=00fc634b8762e7f2 -C extra-filename=-44f9a1397f7acc51 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-44f9a1397f7acc51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-10-03T20:14:12.898Z Compiling sqlparser_derive v0.2.2
37352025-10-03T20:14:12.924Z Running `/home/build/.rustup/toolchains/1.89.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=62e25c4fbf7ba63e -C extra-filename=-d42c622b3379bdd9 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-10-03T20:14:13.265Z Compiling unicode_categories v0.1.1
37372025-10-03T20:14:13.290Z Running `/home/build/.rustup/toolchains/1.89.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=3efe4cb8df43e833 -C extra-filename=-bcec0b188fcfd21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-10-03T20:14:13.377Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-44f9a1397f7acc51/build-script-build`
37392025-10-03T20:14:13.440Z Compiling const_format v0.2.34
37402025-10-03T20:14:13.465Z Running `/home/build/.rustup/toolchains/1.89.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=6c167a8af3fa2aa4 -C extra-filename=-35caec50e402517e --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-a37db0e55cbb3d74.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-10-03T20:14:13.699Z Compiling sqlformat v0.3.5
37422025-10-03T20:14:13.724Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50d73d857ea5ea5d -C extra-filename=-59c714fd7714c4fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-bcec0b188fcfd21b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-10-03T20:14:14.203Z Compiling sqlparser v0.45.0
37442025-10-03T20:14:14.228Z Running `/home/build/.rustup/toolchains/1.89.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=5d401ca486914f28 -C extra-filename=-72553084e35e67c9 --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-a76b93ce4f157850.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-d42c622b3379bdd9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-10-03T20:14:14.260Z Compiling rustyline v14.0.0
37462025-10-03T20:14:14.260Z Running `/home/build/.rustup/toolchains/1.89.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=8a7cdb560640f372 -C extra-filename=-5d7a1ab6b8a843bd --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-2e15dfbecb90ad6a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-de1d455ce2ee7f34.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-1a151bedecf452d7.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-cedc7e6f971f6f00.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472025-10-03T20:14:14.535Z Running `/home/build/.rustup/toolchains/1.89.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.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=5ad298b38ab2d470 -C extra-filename=-2d997432b820278f --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-6eee06ffc9254337.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2b4c43aed521e34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-10-03T20:14:14.594Z Compiling peg v0.8.5
37492025-10-03T20:14:14.671Z Running `/home/build/.rustup/toolchains/1.89.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=84d0ef5c53b79e5d -C extra-filename=-87cb3968b3f3f895 --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-339279fbea618a56.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-10-03T20:14:14.752Z Compiling newtype_derive v0.1.6
37512025-10-03T20:14:14.776Z Running `/home/build/.rustup/toolchains/1.89.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=47d67f01564874e6 -C extra-filename=-1a7fa93cd0936b0c --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fcccd268b19a0226.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-10-03T20:14:14.860Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37532025-10-03T20:14:14.884Z Running `/home/build/.rustup/toolchains/1.89.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=0d8e7e880fccdb3b -C extra-filename=-e72ca0e7dc89fbad --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-10-03T20:14:15.184Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c/build-script-build`
37552025-10-03T20:14:15.298Z Running `/home/build/.rustup/toolchains/1.89.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=a7b6ecf79113e9f3 -C extra-filename=-553ecad22240ed78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
37562025-10-03T20:14:15.463Z Compiling steno v0.4.1
37572025-10-03T20:14:15.487Z Running `/home/build/.rustup/toolchains/1.89.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=c6b74491668b567d -C extra-filename=-40f868d63e432e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d44d9a34ee3a776f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-10-03T20:14:15.722Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad/build-script-build`
37592025-10-03T20:14:15.801Z Compiling arc-swap v1.7.1
37602025-10-03T20:14:15.825Z Running `/home/build/.rustup/toolchains/1.89.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=ee13ff9ad529503d -C extra-filename=-ede66996d8ac93ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612025-10-03T20:14:15.923Z Compiling xattr v1.3.1
37622025-10-03T20:14:15.948Z Running `/home/build/.rustup/toolchains/1.89.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=951a8cab6d9847f3 -C extra-filename=-9ce6ef6e904f886d --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-de7ccbd438880b80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-10-03T20:14:16.246Z Compiling filetime v0.2.25
37642025-10-03T20:14:16.270Z Running `/home/build/.rustup/toolchains/1.89.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=488d13dfa5afc635 -C extra-filename=-1024395cd648c8a4 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-10-03T20:14:16.404Z Compiling slog-scope v4.4.0
37662025-10-03T20:14:16.428Z Running `/home/build/.rustup/toolchains/1.89.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=dada4712e555a7b9 -C extra-filename=-301ee7d8dffc705f --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-ede66996d8ac93ac.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672025-10-03T20:14:16.629Z Compiling tar v0.4.44
37682025-10-03T20:14:16.655Z Running `/home/build/.rustup/toolchains/1.89.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=2d574182f8f38c59 -C extra-filename=-cdffdb540ad1b4bb --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-1024395cd648c8a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-9ce6ef6e904f886d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-10-03T20:14:16.923Z Compiling slog-stdlog v4.1.1
37702025-10-03T20:14:16.947Z Running `/home/build/.rustup/toolchains/1.89.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=d443f44b3ce036f3 -C extra-filename=-360a54e2f9df252c --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-a76b93ce4f157850.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-301ee7d8dffc705f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-10-03T20:14:17.302Z Compiling slog-envlogger v2.2.0
37722025-10-03T20:14:17.326Z Running `/home/build/.rustup/toolchains/1.89.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=dbcdbea02fa28e36 -C extra-filename=-373540c6db10c0f3 --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-a76b93ce4f157850.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-301ee7d8dffc705f.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-360a54e2f9df252c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-10-03T20:14:17.429Z Compiling half v2.4.1
37742025-10-03T20:14:17.453Z Running `/home/build/.rustup/toolchains/1.89.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=1fdfd196a702d4d3 -C extra-filename=-f67a8291b760a41a --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-10-03T20:14:17.720Z Compiling ciborium-io v0.2.2
37762025-10-03T20:14:17.744Z Running `/home/build/.rustup/toolchains/1.89.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=5b7a67ffe2798339 -C extra-filename=-c63b822a14256477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-10-03T20:14:17.919Z Compiling ciborium-ll v0.2.2
37782025-10-03T20:14:17.943Z Running `/home/build/.rustup/toolchains/1.89.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=c39614635f1a70f1 -C extra-filename=-1006a918f8c75574 --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-c63b822a14256477.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-f67a8291b760a41a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792025-10-03T20:14:17.977Z Compiling keccak v0.1.5
37802025-10-03T20:14:18.016Z Running `/home/build/.rustup/toolchains/1.89.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=10db47a7d9c2ba89 -C extra-filename=-543f4dd91adfd402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-10-03T20:14:18.040Z Running `/home/build/.rustup/toolchains/1.89.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=84cedcb74374f81b -C extra-filename=-1445a2383d7546e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
37822025-10-03T20:14:18.385Z Compiling sha3 v0.10.8
37832025-10-03T20:14:18.428Z Running `/home/build/.rustup/toolchains/1.89.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=275e39f29c6e6dfc -C extra-filename=-0b85e5b8ddc6f1bd --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-811675e9ce129203.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-543f4dd91adfd402.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-10-03T20:14:18.452Z Compiling ciborium v0.2.2
37852025-10-03T20:14:18.452Z Running `/home/build/.rustup/toolchains/1.89.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=012b6cbe7cbd5827 -C extra-filename=-2b2c5b3b049bb414 --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-c63b822a14256477.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-1006a918f8c75574.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862025-10-03T20:14:18.686Z Compiling universal-hash v0.5.1
37872025-10-03T20:14:18.710Z Running `/home/build/.rustup/toolchains/1.89.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=433e7bc92dc45239 -C extra-filename=-0aad05109761d0c7 --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-7c30fa127176a7cf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-10-03T20:14:18.947Z Compiling opaque-debug v0.3.1
37892025-10-03T20:14:19.019Z Running `/home/build/.rustup/toolchains/1.89.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=0ef56098a26ba320 -C extra-filename=-af0c423cee69007c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-10-03T20:14:19.074Z Compiling typify-impl v0.2.0
37912025-10-03T20:14:19.098Z Running `/home/build/.rustup/toolchains/1.89.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=3157ff5569791afd -C extra-filename=-fed26f2f7f0b5b4f --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-9612a25fb0aed7d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-10-03T20:14:19.137Z Compiling subprocess v0.2.9
37932025-10-03T20:14:19.161Z Running `/home/build/.rustup/toolchains/1.89.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=a2732936b2b90727 -C extra-filename=-83f289588422a12e --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942025-10-03T20:14:19.457Z Compiling headers-core v0.3.0
37952025-10-03T20:14:19.481Z Running `/home/build/.rustup/toolchains/1.89.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=938c15c68903aa17 -C extra-filename=-6aec3f2ce9cb9c83 --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-9e1849e11a25435c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962025-10-03T20:14:19.688Z Compiling headers v0.4.1
37972025-10-03T20:14:19.713Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-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("nightly"))' -C metadata=57aa841b1e6199e6 -C extra-filename=-bd81f5aa8ecc89ad --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-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-6aec3f2ce9cb9c83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2cf7c64e6a195268.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-10-03T20:14:19.768Z Compiling aead v0.5.2
37992025-10-03T20:14:19.792Z Running `/home/build/.rustup/toolchains/1.89.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=6dcdb152b74bc0fa -C extra-filename=-f847471638ed7aa3 --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-7c30fa127176a7cf.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-10-03T20:14:20.166Z Compiling poly1305 v0.8.0
38012025-10-03T20:14:20.190Z Running `/home/build/.rustup/toolchains/1.89.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=b07142948479d1f8 -C extra-filename=-eeefcd9df1ca1b59 --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-2a365cb9aa123394.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af0c423cee69007c.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-0aad05109761d0c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022025-10-03T20:14:20.671Z Compiling chacha20 v0.9.1
38032025-10-03T20:14:20.695Z Running `/home/build/.rustup/toolchains/1.89.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=4c95ba03e52f06d0 -C extra-filename=-f1aae7c1aadf1d13 --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-16cff964c3cef883.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042025-10-03T20:14:21.183Z Compiling lzma-sys v0.1.20
38052025-10-03T20:14:21.208Z Running `/home/build/.rustup/toolchains/1.89.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=1976775e92ddf1cb -C extra-filename=-914deba28a45add7 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-10-03T20:14:21.340Z Compiling heck v0.3.3
38072025-10-03T20:14:21.364Z Running `/home/build/.rustup/toolchains/1.89.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=429c048ee472a8ad -C extra-filename=-6068ff7f63031e81 --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-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-10-03T20:14:21.396Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38092025-10-03T20:14:21.462Z Running `/home/build/.rustup/toolchains/1.89.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=24590b6599902979 -C extra-filename=-1896337bd8d8fff0 --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-f6ffde1d7de41f44.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a863865501856ebb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-10-03T20:14:21.671Z Compiling yasna v0.5.2
38112025-10-03T20:14:21.696Z Running `/home/build/.rustup/toolchains/1.89.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=6fd80bf73dd3913e -C extra-filename=-e9852cf79273875f --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-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-10-03T20:14:21.729Z Compiling zone_cfg_derive v0.1.2
38132025-10-03T20:14:21.800Z Running `/home/build/.rustup/toolchains/1.89.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=1f385ef8f8fbcfad -C extra-filename=-b7286ef8e1950ff1 --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-6068ff7f63031e81.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e1777ecf9c2d8170.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-10-03T20:14:21.851Z Compiling number_prefix v0.4.0
38152025-10-03T20:14:21.875Z Running `/home/build/.rustup/toolchains/1.89.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=20dc582b4799c68e -C extra-filename=-97f80ff647190ed7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-10-03T20:14:22.010Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7/build-script-build`
38172025-10-03T20:14:22.082Z Running `/home/build/.rustup/toolchains/1.89.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=5ecddf3e1e4830b5 -C extra-filename=-0327e1f8cdee530c --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
38182025-10-03T20:14:22.149Z Compiling base64 v0.13.1
38192025-10-03T20:14:22.174Z Running `/home/build/.rustup/toolchains/1.89.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=436fa49f32d59b23 -C extra-filename=-4d19e23b0f3849a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202025-10-03T20:14:22.309Z Compiling xz2 v0.1.7
38212025-10-03T20:14:22.358Z Running `/home/build/.rustup/toolchains/1.89.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=d3d68dfddcfa84e0 -C extra-filename=-39789014ef0e52a1 --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-0327e1f8cdee530c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38222025-10-03T20:14:22.714Z Compiling rcgen v0.12.1
38232025-10-03T20:14:22.739Z Running `/home/build/.rustup/toolchains/1.89.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=1efd0331061c1df4 -C extra-filename=-5936bdb97f2ac5fd --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-856e36b09938a13c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e9852cf79273875f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
38242025-10-03T20:14:22.808Z Compiling ron v0.7.1
38252025-10-03T20:14:22.833Z Running `/home/build/.rustup/toolchains/1.89.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=7d2b14d5269ecea1 -C extra-filename=-9ba187c81ec2e8e6 --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-4d19e23b0f3849a1.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262025-10-03T20:14:23.314Z Compiling indicatif v0.17.11
38272025-10-03T20:14:23.338Z Running `/home/build/.rustup/toolchains/1.89.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="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=0217f17eede8b15b -C extra-filename=-42fd05775e44f83e --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-7fc67dc6d779fea4.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-97f80ff647190ed7.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282025-10-03T20:14:23.363Z Compiling zone v0.1.8
38292025-10-03T20:14:23.363Z Running `/home/build/.rustup/toolchains/1.89.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=be792fc2a767bbdc -C extra-filename=-fbc4d13c9a11348f --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-5488270ca8c700f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b7286ef8e1950ff1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302025-10-03T20:14:24.723Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38312025-10-03T20:14:24.747Z Running `/home/build/.rustup/toolchains/1.89.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=2f318dc0399caefe -C extra-filename=-80a5c33d99c7fe5e --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-1896337bd8d8fff0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a863865501856ebb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322025-10-03T20:14:24.879Z Compiling thiserror-impl-no-std v2.0.2
38332025-10-03T20:14:24.903Z Running `/home/build/.rustup/toolchains/1.89.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=6579ef6798eca352 -C extra-filename=-ee7c4dbfe312ba3c --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342025-10-03T20:14:24.927Z Compiling chacha20poly1305 v0.10.1
38352025-10-03T20:14:24.927Z Running `/home/build/.rustup/toolchains/1.89.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=40b8faaf0de4b37d -C extra-filename=-d2ea0bb6c658825c --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-f847471638ed7aa3.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-f1aae7c1aadf1d13.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eeefcd9df1ca1b59.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362025-10-03T20:14:25.245Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
38372025-10-03T20:14:25.269Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=53dca45ecbe5f740 -C extra-filename=-652d164bbc84596f --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-43fec2c760c1f6ef.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382025-10-03T20:14:25.299Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
38392025-10-03T20:14:25.323Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=de7636521782a0b2 -C extra-filename=-def4bbc3ad2b6999 --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-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402025-10-03T20:14:25.418Z Compiling moka v0.12.10
38412025-10-03T20:14:25.443Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=bc006d886898c244 -C extra-filename=-419228d7a2f9b964 --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-10-03T20:14:25.468Z Compiling tagptr v0.2.0
38432025-10-03T20:14:25.523Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-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=70bbb35c7d172049 -C extra-filename=-cc425aab7dbcd122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-10-03T20:14:25.803Z Compiling dropshot-api-manager-types v0.2.1
38452025-10-03T20:14:25.827Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-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=4cf991c2224bcf1d -C extra-filename=-58c2191686490f89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462025-10-03T20:14:25.861Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964/build-script-build`
38472025-10-03T20:14:25.931Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=b4f0010bf3ef12d4 -C extra-filename=-9d7c16ea72ac3593 --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-18581a88059f94fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-cc425aab7dbcd122.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-10-03T20:14:25.981Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
38492025-10-03T20:14:26.046Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=26437fa0a5b7a244 -C extra-filename=-164708d1e1fc2309 --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-652d164bbc84596f.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-def4bbc3ad2b6999.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-10-03T20:14:26.310Z Compiling nix v0.30.1
38512025-10-03T20:14:26.334Z Running `/home/build/.rustup/toolchains/1.89.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.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7fd04f126d530262 -C extra-filename=-2d7a5306b3cb4e14 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-8f850c6f660b5d8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-10-03T20:14:26.455Z Compiling libefi-sys v0.1.0
38532025-10-03T20:14:26.479Z Running `/home/build/.rustup/toolchains/1.89.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=ba9b30bc3bd2460d -C extra-filename=-553c9ecde338b9db --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-10-03T20:14:26.849Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db/build-script-build`
38552025-10-03T20:14:26.905Z Compiling bitfield-struct v0.6.2
38562025-10-03T20:14:26.930Z Running `/home/build/.rustup/toolchains/1.89.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=0306e821e790193d -C extra-filename=-53caa5b2f98ffb35 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-10-03T20:14:27.174Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14/build-script-build`
38582025-10-03T20:14:27.236Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=bd30a3c8c39b50b6 -C extra-filename=-60879703bf0e25d2 --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-2e15dfbecb90ad6a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d5752e9542c7786d.rmeta --cap-lints allow --cfg tokio_unstable -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(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
38592025-10-03T20:14:27.632Z Compiling thiserror-no-std v2.0.2
38602025-10-03T20:14:27.656Z Running `/home/build/.rustup/toolchains/1.89.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=db41fb5c714656bc -C extra-filename=-1526b40d48214a47 --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-ee7c4dbfe312ba3c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-10-03T20:14:27.691Z Compiling hickory-resolver v0.25.2
38622025-10-03T20:14:27.691Z Running `/home/build/.rustup/toolchains/1.89.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.25.2/src/lib.rs --error-format=json --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="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=82bbef03278121da -C extra-filename=-1a0f77dd217289d2 --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-16cff964c3cef883.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-9d7c16ea72ac3593.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-94c291e4698d61a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-10-03T20:14:27.834Z Compiling vsss-rs v3.3.4
38642025-10-03T20:14:27.858Z Running `/home/build/.rustup/toolchains/1.89.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=0d18eb2c6bf48ab1 -C extra-filename=-9a5a3c5ea5683c08 --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-e8870a4ffd45fb57.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-1526b40d48214a47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652025-10-03T20:14:28.299Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
38662025-10-03T20:14:28.324Z Running `/home/build/.rustup/toolchains/1.89.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=d2a52d2e989642f6 -C extra-filename=-2e07073994e865a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672025-10-03T20:14:28.816Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8/build-script-build`
38682025-10-03T20:14:28.961Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38692025-10-03T20:14:29.030Z Running `/home/build/.rustup/toolchains/1.89.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=c9b3792e7e2a125d -C extra-filename=-9ace0697b82edc0a --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-53caa5b2f98ffb35.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-10-03T20:14:29.088Z Running `/home/build/.rustup/toolchains/1.89.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=08ee6189c08531c2 -C extra-filename=-8b44f2ceda748132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
38712025-10-03T20:14:29.113Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
38722025-10-03T20:14:29.113Z Running `/home/build/.rustup/toolchains/1.89.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=b2d0786fc1f157a5 -C extra-filename=-8a92a5198330d7ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e3e12b59dd52dcfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-10-03T20:14:29.474Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38742025-10-03T20:14:29.498Z Running `/home/build/.rustup/toolchains/1.89.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=7ed93ada19c85c7f -C extra-filename=-d3f0d87628df8a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-10-03T20:14:29.641Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38762025-10-03T20:14:29.667Z Running `/home/build/.rustup/toolchains/1.89.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=6b0e4eae4942904d -C extra-filename=-1f7fe189b26b4f31 --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-9ace0697b82edc0a.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-d3f0d87628df8a16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772025-10-03T20:14:29.703Z Running `/home/build/.rustup/toolchains/1.89.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=3769715b9171b93c -C extra-filename=-026b6037cd9d4c89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8a92a5198330d7ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -l static=pci`
38782025-10-03T20:14:29.750Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38792025-10-03T20:14:29.774Z Running `/home/build/.rustup/toolchains/1.89.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=9193a692ad824817 -C extra-filename=-cb3414afc4291584 --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-784c297e68e85669.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-8b44f2ceda748132.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802025-10-03T20:14:29.800Z Compiling typify-macro v0.2.0
38812025-10-03T20:14:29.824Z Running `/home/build/.rustup/toolchains/1.89.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=f6f5282449eb9053 -C extra-filename=-35707a63de0470e1 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-fed26f2f7f0b5b4f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-10-03T20:14:30.022Z Compiling radium v0.7.0
38832025-10-03T20:14:30.046Z Running `/home/build/.rustup/toolchains/1.89.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=82a55092cacf6659 -C extra-filename=-2584eb7563a95657 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-10-03T20:14:30.187Z Compiling maybe-uninit v2.0.0
38852025-10-03T20:14:30.211Z Running `/home/build/.rustup/toolchains/1.89.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=6a475727bd2be2ad -C extra-filename=-75e3041ff2a36386 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-10-03T20:14:30.235Z Compiling tap v1.0.1
38872025-10-03T20:14:30.236Z Running `/home/build/.rustup/toolchains/1.89.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=5785c0dd2a4b07ff -C extra-filename=-6821300b44d28192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-10-03T20:14:30.451Z Compiling wyz v0.5.1
38892025-10-03T20:14:30.475Z Running `/home/build/.rustup/toolchains/1.89.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=f30e0a754eab44bd -C extra-filename=-99976235e159ab3b --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-6821300b44d28192.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-10-03T20:14:30.501Z Compiling zerocopy-derive v0.6.6
38912025-10-03T20:14:30.501Z Running `/home/build/.rustup/toolchains/1.89.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=24de54be065978ef -C extra-filename=-799aab9087d30292 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-10-03T20:14:30.549Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657/build-script-build`
38932025-10-03T20:14:30.606Z Running `/home/build/.rustup/toolchains/1.89.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=644c892a62feb1bd -C extra-filename=-8186531a4f97dbda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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`
38942025-10-03T20:14:30.744Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386/build-script-build`
38952025-10-03T20:14:30.851Z Compiling packed_struct v0.10.1
38962025-10-03T20:14:30.876Z Running `/home/build/.rustup/toolchains/1.89.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=59f3fdd84f5ccaa1 -C extra-filename=-8927ff2958141b2d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-10-03T20:14:30.900Z Compiling funty v2.0.0
38982025-10-03T20:14:30.901Z Running `/home/build/.rustup/toolchains/1.89.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=e2420b0efd30845d -C extra-filename=-79abe4a2efb5da3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-10-03T20:14:31.047Z Compiling crc-catalog v2.4.0
39002025-10-03T20:14:31.074Z Running `/home/build/.rustup/toolchains/1.89.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=f6f05878b66eb32a -C extra-filename=-a2bab060fb10f688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-10-03T20:14:31.263Z Compiling crc v3.2.1
39022025-10-03T20:14:31.300Z Running `/home/build/.rustup/toolchains/1.89.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=8b417592b872e529 -C extra-filename=-75faa612680178c1 --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-a2bab060fb10f688.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032025-10-03T20:14:31.367Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d/build-script-build`
39042025-10-03T20:14:31.431Z Running `/home/build/.rustup/toolchains/1.89.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=bc3d94d22278d3dc -C extra-filename=-2a75ec28b01d4072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
39052025-10-03T20:14:31.588Z Compiling packed_struct_codegen v0.10.1
39062025-10-03T20:14:31.623Z Running `/home/build/.rustup/toolchains/1.89.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=36084264901688f1 -C extra-filename=-a323e362404c3289 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072025-10-03T20:14:31.836Z Compiling bitvec v1.0.1
39082025-10-03T20:14:31.860Z Running `/home/build/.rustup/toolchains/1.89.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=65ae8ae9b352b85c -C extra-filename=-b32d034c085f47f5 --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-79abe4a2efb5da3b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-8186531a4f97dbda.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-6821300b44d28192.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-99976235e159ab3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-10-03T20:14:31.885Z Compiling bitfield-macros v0.19.2
39102025-10-03T20:14:31.909Z Compiling indexmap v1.9.3
39112025-10-03T20:14:31.909Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.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=114164d8fa763c53 -C extra-filename=-9c97d9e37208aa2e --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122025-10-03T20:14:31.933Z Running `/home/build/.rustup/toolchains/1.89.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=88453edac3b812d7 -C extra-filename=-8466d390a730ecd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132025-10-03T20:14:32.358Z Compiling nodrop v0.1.14
39142025-10-03T20:14:32.383Z Running `/home/build/.rustup/toolchains/1.89.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=7d900afb78226621 -C extra-filename=-be6724bfda87768b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152025-10-03T20:14:32.407Z Compiling zerocopy v0.6.6
39162025-10-03T20:14:32.407Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7/build-script-build`
39172025-10-03T20:14:32.407Z Running `/home/build/.rustup/toolchains/1.89.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=e930e6a678cc9be7 -C extra-filename=-212be829a8d8aba5 --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-bf80f7a3bae0a263.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-799aab9087d30292.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-10-03T20:14:32.510Z Compiling smallvec v0.6.14
39192025-10-03T20:14:32.534Z Running `/home/build/.rustup/toolchains/1.89.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=86f7660ee9bb308e -C extra-filename=-05fa282ded4f5f34 --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-2a75ec28b01d4072.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-10-03T20:14:32.559Z Compiling array-init v0.0.4
39212025-10-03T20:14:32.610Z Running `/home/build/.rustup/toolchains/1.89.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=a73cea45189e358d -C extra-filename=-eb745abf4368fec4 --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-be6724bfda87768b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-10-03T20:14:32.947Z Compiling proc-macro-error-attr2 v2.0.0
39232025-10-03T20:14:32.971Z Running `/home/build/.rustup/toolchains/1.89.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=0728583ca9255260 -C extra-filename=-47fba368f38de016 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242025-10-03T20:14:33.139Z Compiling hashbrown v0.12.3
39252025-10-03T20:14:33.163Z Running `/home/build/.rustup/toolchains/1.89.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=45a1e9d8f1f0d49c -C extra-filename=-7a3b7c02035fa53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262025-10-03T20:14:33.450Z Compiling bitfield v0.19.2
39272025-10-03T20:14:33.478Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50fb53b2a9fa8419 -C extra-filename=-bdf1729ae4f1ae23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-9c97d9e37208aa2e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282025-10-03T20:14:33.504Z Compiling xshell-macros v0.2.7
39292025-10-03T20:14:33.555Z Running `/home/build/.rustup/toolchains/1.89.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=a2ff93a5b10d5df7 -C extra-filename=-41c6691b37dc084c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-10-03T20:14:33.825Z Compiling proc-macro-error2 v2.0.1
39312025-10-03T20:14:33.849Z Running `/home/build/.rustup/toolchains/1.89.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=9728bf867e28fe01 -C extra-filename=-5f61b7501c7c81d4 --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-47fba368f38de016.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322025-10-03T20:14:33.879Z Compiling typify v0.2.0
39332025-10-03T20:14:33.909Z Running `/home/build/.rustup/toolchains/1.89.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=3364f25942e233eb -C extra-filename=-1d5ec49a33a53a05 --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-fed26f2f7f0b5b4f.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-35707a63de0470e1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342025-10-03T20:14:34.019Z Compiling serde-hex v0.1.0
39352025-10-03T20:14:34.043Z Running `/home/build/.rustup/toolchains/1.89.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=9b182ff88cd26270 -C extra-filename=-fa49f4c2bf10a5ec --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-eb745abf4368fec4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-05fa282ded4f5f34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362025-10-03T20:14:34.095Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39372025-10-03T20:14:34.119Z Running `/home/build/.rustup/toolchains/1.89.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=98bf13f733f71746 -C extra-filename=-cd5e8fa442b5fb75 --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-bf80f7a3bae0a263.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-75faa612680178c1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-212be829a8d8aba5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382025-10-03T20:14:34.182Z Compiling progenitor-impl v0.8.0
39392025-10-03T20:14:34.206Z Running `/home/build/.rustup/toolchains/1.89.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=0175c85e8f524d74 -C extra-filename=-a88cfb75f08a9e3d --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-1d5ec49a33a53a05.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402025-10-03T20:14:34.284Z Running `/home/build/.rustup/toolchains/1.89.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=0409d765348ca630 -C extra-filename=-63738e6134ff6c5a --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-7a3b7c02035fa53d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39412025-10-03T20:14:34.435Z Compiling xshell v0.2.7
39422025-10-03T20:14:34.459Z Running `/home/build/.rustup/toolchains/1.89.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=972b725dd7aac9df -C extra-filename=-b4137fa4eb72a9f1 --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-41c6691b37dc084c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432025-10-03T20:14:34.483Z Compiling ron v0.8.1
39442025-10-03T20:14:34.483Z Running `/home/build/.rustup/toolchains/1.89.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=699a4b6fa7600f73 -C extra-filename=-73424447f182476e --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-f59c456c6a871a93.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2e15dfbecb90ad6a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452025-10-03T20:14:34.545Z Compiling hashbrown v0.13.2
39462025-10-03T20:14:34.569Z Running `/home/build/.rustup/toolchains/1.89.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=e4a67170b27dc196 -C extra-filename=-cae85addac4c536c --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-41e81cb7d43466a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472025-10-03T20:14:35.075Z Running `/home/build/.rustup/toolchains/1.89.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=ee22c3ef84ec6957 -C extra-filename=-f8c78e01aee44ab2 --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-b32d034c085f47f5.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-a323e362404c3289.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-10-03T20:14:35.120Z Compiling crc-any v2.5.0
39492025-10-03T20:14:35.121Z Running `/home/build/.rustup/toolchains/1.89.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=1c687875f18c3aea -C extra-filename=-e3aec54c31842590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-10-03T20:14:35.483Z Compiling maplit v1.0.2
39512025-10-03T20:14:35.507Z Running `/home/build/.rustup/toolchains/1.89.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=401f7685c76849b5 -C extra-filename=-16388f2318237ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522025-10-03T20:14:35.548Z Compiling object v0.30.4
39532025-10-03T20:14:35.613Z Running `/home/build/.rustup/toolchains/1.89.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=4d7cd9d5f0662ebd -C extra-filename=-9f763042e417c5b9 --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-f5874dc4fb95babe.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-cae85addac4c536c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-63738e6134ff6c5a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542025-10-03T20:14:35.640Z Compiling path-slash v0.1.5
39552025-10-03T20:14:35.664Z Running `/home/build/.rustup/toolchains/1.89.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=06781218a06d3258 -C extra-filename=-0bdbcddafa3195e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562025-10-03T20:14:35.697Z Compiling num-derive v0.3.3
39572025-10-03T20:14:35.697Z Running `/home/build/.rustup/toolchains/1.89.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=05e3f0f58e7f3760 -C extra-filename=-9c7637881e8f7652 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582025-10-03T20:14:35.920Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39592025-10-03T20:14:35.945Z Running `/home/build/.rustup/toolchains/1.89.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=cc1dde47c9a80cc9 -C extra-filename=-992a432bfb63816c --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-73424447f182476e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-cd5e8fa442b5fb75.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-212be829a8d8aba5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-10-03T20:14:36.524Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
39612025-10-03T20:14:36.548Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/db07274/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=305a3acd135e7741 -C extra-filename=-90767b8bfa11e094 --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-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622025-10-03T20:14:36.603Z Compiling tabled_derive v0.11.0
39632025-10-03T20:14:36.627Z Running `/home/build/.rustup/toolchains/1.89.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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfc422a93f304d36 -C extra-filename=-6d04997f8a08e805 --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-9612a25fb0aed7d0.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-5f61b7501c7c81d4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-10-03T20:14:37.032Z Compiling papergrid v0.17.0
39652025-10-03T20:14:37.032Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=d869b9034d0567a6 -C extra-filename=-fc4d2a59e71281a7 --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-c2376018bebeb41b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662025-10-03T20:14:37.568Z Compiling libscf-sys v1.1.0
39672025-10-03T20:14:37.592Z Running `/home/build/.rustup/toolchains/1.89.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=5741946bd8581a2d -C extra-filename=-a679cadc2360565f --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-784c297e68e85669.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9c7637881e8f7652.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682025-10-03T20:14:37.855Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
39692025-10-03T20:14:37.880Z Running `/home/build/.rustup/toolchains/1.89.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=a0c7f55c6c75c30a -C extra-filename=-91e360f2e562d9b6 --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-784c297e68e85669.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-a679cadc2360565f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-10-03T20:14:38.044Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
39712025-10-03T20:14:38.075Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/b507bc6/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=04aa9506241e2fd4 -C extra-filename=-c0a1a3eaf62c3111 --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-bdf1729ae4f1ae23.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-f8c78e01aee44ab2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-10-03T20:14:38.398Z Compiling testing_table v0.3.0
39732025-10-03T20:14:38.423Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=659f4a6378c47beb -C extra-filename=-86681e20026f4de7 --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-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-10-03T20:14:38.621Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
39752025-10-03T20:14:38.645Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/a72631e/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=50c939d596136d5b -C extra-filename=-938cd59f82121c35 --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-2e15dfbecb90ad6a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-df6c6deb4d0e8811.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-10-03T20:14:38.720Z Compiling fxhash v0.2.1
39772025-10-03T20:14:38.720Z Running `/home/build/.rustup/toolchains/1.89.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=49cefbff8f990d71 -C extra-filename=-5824e77bc4b48ac8 --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-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-10-03T20:14:38.999Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
39792025-10-03T20:14:39.023Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/a72631e/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=b5e417e5e1d6fe6f -C extra-filename=-43966b28c899ffbc --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802025-10-03T20:14:39.350Z Compiling tabled v0.20.0
39812025-10-03T20:14:39.374Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-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="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=1fb0b1ab6c281ad1 -C extra-filename=-cbaf111ee1fabb5c --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-fc4d2a59e71281a7.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-6d04997f8a08e805.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-86681e20026f4de7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822025-10-03T20:14:39.429Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc/build-script-build`
39832025-10-03T20:14:39.565Z Compiling crc8 v0.1.1
39842025-10-03T20:14:39.590Z Running `/home/build/.rustup/toolchains/1.89.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=6c25fb68dff08e6e -C extra-filename=-f4d6e906f4586e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-10-03T20:14:39.798Z Compiling diff v0.1.13
39862025-10-03T20:14:39.823Z Running `/home/build/.rustup/toolchains/1.89.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=2358fa216c4d574e -C extra-filename=-ea6dfe429ab06bcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-10-03T20:14:40.198Z Compiling progenitor-macro v0.8.0
39882025-10-03T20:14:40.222Z Running `/home/build/.rustup/toolchains/1.89.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=d3f572a28471fcff -C extra-filename=-e4ae1fc656537f90 --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-4da5bd6c5d3ac5d5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a88cfb75f08a9e3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-adf8c010971290d9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-10-03T20:14:40.380Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
39902025-10-03T20:14:40.405Z Running `/home/build/.rustup/toolchains/1.89.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=3626c178d9e1923d -C extra-filename=-3719220064e2b528 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-10-03T20:14:40.790Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
39922025-10-03T20:14:40.814Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/a72631e/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=78e3e3c0f761a652 -C extra-filename=-4025093832c2d9d9 --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-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-938cd59f82121c35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-10-03T20:14:40.840Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528/build-script-build`
39942025-10-03T20:14:40.902Z Compiling half v1.8.3
39952025-10-03T20:14:40.945Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=c3b62c5a857de361 -C extra-filename=-c91e90d22100b191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-10-03T20:14:40.969Z Running `/home/build/.rustup/toolchains/1.89.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=f864db9eed70916d -C extra-filename=-9e8190d71cc4dc9f --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -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/`
39972025-10-03T20:14:41.356Z Compiling dsl_auto_type v0.1.2
39982025-10-03T20:14:41.382Z Running `/home/build/.rustup/toolchains/1.89.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=459b4c1ea01d83af -C extra-filename=-b93a64919c736d4e --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-cb415fb46e7cdc30.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-10-03T20:14:41.520Z Compiling serde_cbor v0.11.2
40002025-10-03T20:14:41.544Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-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("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=1c2957c89b240be5 -C extra-filename=-5828fbd7fb766da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-c91e90d22100b191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-10-03T20:14:42.621Z Compiling vergen-gitcl v1.0.8
40022025-10-03T20:14:42.646Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=fa38f0bcf657c05c -C extra-filename=-31253a0aabcf5da2 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-10-03T20:14:42.670Z Compiling diesel_table_macro_syntax v0.2.0
40042025-10-03T20:14:42.670Z Running `/home/build/.rustup/toolchains/1.89.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=e63c47bb41e5fa2a -C extra-filename=-6afb018e66cce6b1 --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-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052025-10-03T20:14:42.793Z Compiling scheduled-thread-pool v0.2.7
40062025-10-03T20:14:42.819Z Running `/home/build/.rustup/toolchains/1.89.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=14ed2c3330861ccc -C extra-filename=-141352198f350d8f --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-029a03c6d83b09b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072025-10-03T20:14:43.052Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/a72631e/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=11d90a60a5387172 -C extra-filename=-87fad1fe49daeaf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-df6c6deb4d0e8811.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-60879703bf0e25d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-cbaf111ee1fabb5c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-4025093832c2d9d9.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-938cd59f82121c35.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
40082025-10-03T20:14:43.121Z Compiling diesel_derives v2.2.3
40092025-10-03T20:14:43.146Z Running `/home/build/.rustup/toolchains/1.89.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=51a1d1b003e4ff57 -C extra-filename=-8d88127252fe0c27 --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-6afb018e66cce6b1.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-b93a64919c736d4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102025-10-03T20:14:43.357Z Compiling r2d2 v0.8.10
40112025-10-03T20:14:43.382Z Running `/home/build/.rustup/toolchains/1.89.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=4d75d29ed9f6e8d3 -C extra-filename=-2d7645dda01e2d3f --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-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-141352198f350d8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122025-10-03T20:14:43.763Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2/build-script-build`
40132025-10-03T20:14:43.821Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=d22ac3b43331ecee -C extra-filename=-17eee2b5ec9502c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4e8fadd970abdfa9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-3c647d1277bbec6a.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-4d4f3d783b5e930d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
40142025-10-03T20:14:44.162Z Compiling kstat-rs v0.2.4
40152025-10-03T20:14:44.186Z Running `/home/build/.rustup/toolchains/1.89.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=6655cc7da7aa64f7 -C extra-filename=-5615119b55f0e9ff --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-784c297e68e85669.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162025-10-03T20:14:44.727Z Compiling dirs-sys-next v0.1.2
40172025-10-03T20:14:44.769Z Running `/home/build/.rustup/toolchains/1.89.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=e2fc41cd1e58fada -C extra-filename=-571a5a9a38c82b49 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182025-10-03T20:14:44.839Z Compiling crunchy v0.2.2
40192025-10-03T20:14:44.864Z Running `/home/build/.rustup/toolchains/1.89.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=d41ad91a723c01db -C extra-filename=-489314c176b5d427 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202025-10-03T20:14:45.096Z Compiling dirs-next v2.0.0
40212025-10-03T20:14:45.121Z Running `/home/build/.rustup/toolchains/1.89.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=87bd5af7800c1958 -C extra-filename=-03fdde1a260adc05 --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-16cff964c3cef883.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-571a5a9a38c82b49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222025-10-03T20:14:45.288Z Compiling tiny-keccak v2.0.2
40232025-10-03T20:14:45.337Z Running `/home/build/.rustup/toolchains/1.89.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=1ac54331df9da60c -C extra-filename=-fe667eea1fe70282 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242025-10-03T20:14:45.362Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40252025-10-03T20:14:45.362Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/b507bc6/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=362e5128e384f6d2 -C extra-filename=-0e2db29e4bf18f06 --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-bf80f7a3bae0a263.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-e3aec54c31842590.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-65db9a03d8eae111.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c0a1a3eaf62c3111.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-f8c78e01aee44ab2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-871bce3553f0c6c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-fa49f4c2bf10a5ec.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262025-10-03T20:14:45.404Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427/build-script-build`
40272025-10-03T20:14:45.475Z Compiling parking_lot_core v0.8.6
40282025-10-03T20:14:45.500Z Running `/home/build/.rustup/toolchains/1.89.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=010b8cc12c81a34b -C extra-filename=-29d3180f83983aa1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-10-03T20:14:45.537Z Running `/home/build/.rustup/toolchains/1.89.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=7e601fc801611028 -C extra-filename=-702cc52841a784b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-10-03T20:14:45.751Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282/build-script-build`
40312025-10-03T20:14:45.777Z Compiling term v0.7.0
40322025-10-03T20:14:45.777Z Running `/home/build/.rustup/toolchains/1.89.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=57e54ee2c96b89af -C extra-filename=-1d609157b3a0f371 --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-03fdde1a260adc05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332025-10-03T20:14:45.811Z Compiling nanorand v0.7.0
40342025-10-03T20:14:45.836Z Running `/home/build/.rustup/toolchains/1.89.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=6ca5c613342d8275 -C extra-filename=-0a1c7ddedb3e64b0 --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-1f3893cab9c1cac2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-10-03T20:14:46.026Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1/build-script-build`
40362025-10-03T20:14:46.081Z Compiling bit-vec v0.6.3
40372025-10-03T20:14:46.106Z Running `/home/build/.rustup/toolchains/1.89.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=6e7db9dc0fe5bae1 -C extra-filename=-e721f2e75dab0e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-10-03T20:14:46.394Z Compiling ascii-canvas v3.0.0
40392025-10-03T20:14:46.420Z Running `/home/build/.rustup/toolchains/1.89.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=dc74f0e638b3b34a -C extra-filename=-a145eb725b0e3ff8 --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-1d609157b3a0f371.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-10-03T20:14:46.513Z Compiling bit-set v0.5.3
40412025-10-03T20:14:46.539Z Running `/home/build/.rustup/toolchains/1.89.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=6477aac1667ab3c4 -C extra-filename=-709a163b16c9b216 --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-e721f2e75dab0e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-10-03T20:14:46.832Z Compiling flume v0.11.1
40432025-10-03T20:14:46.887Z Running `/home/build/.rustup/toolchains/1.89.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=7c39fa562ce9937f -C extra-filename=-6594f68b46c84e40 --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-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-0a1c7ddedb3e64b0.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-10-03T20:14:46.912Z Running `/home/build/.rustup/toolchains/1.89.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=c1eeef637c73c84a -C extra-filename=-1064b0a026f48832 --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-16cff964c3cef883.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-e439cb06d653fe0f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452025-10-03T20:14:47.002Z Running `/home/build/.rustup/toolchains/1.89.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=5a26c1b043be9c07 -C extra-filename=-da739a4b420a3f2a --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-702cc52841a784b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462025-10-03T20:14:47.477Z Compiling ena v0.14.3
40472025-10-03T20:14:47.505Z Running `/home/build/.rustup/toolchains/1.89.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=ba2353e92f5d4bdb -C extra-filename=-614a6bf6c422e76a --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-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482025-10-03T20:14:47.535Z Compiling bindgen v0.71.1
40492025-10-03T20:14:47.536Z Running `/home/build/.rustup/toolchains/1.89.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=e322c3777b84cc21 -C extra-filename=-d7ed333fc2a12bed --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502025-10-03T20:14:47.656Z Compiling regex-syntax v0.6.29
40512025-10-03T20:14:47.687Z Running `/home/build/.rustup/toolchains/1.89.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=211817996c162588 -C extra-filename=-8d354112fd083afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522025-10-03T20:14:47.913Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
40532025-10-03T20:14:47.941Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/cec2560/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=c24132c65b142e33 -C extra-filename=-ef5e08edd06d03bb --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-811675e9ce129203.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c0a1a3eaf62c3111.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-0e2db29e4bf18f06.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-9f763042e417c5b9.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0bdbcddafa3195e6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-871bce3553f0c6c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-cd5e8fa442b5fb75.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-992a432bfb63816c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a863865501856ebb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-212be829a8d8aba5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
40542025-10-03T20:14:48.276Z Compiling parking_lot v0.11.2
40552025-10-03T20:14:48.300Z Running `/home/build/.rustup/toolchains/1.89.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=fc9f8edf255b9a88 -C extra-filename=-3c4e6d8400c05341 --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-e439cb06d653fe0f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-eeecc61b289458a6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-1064b0a026f48832.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562025-10-03T20:14:48.548Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed/build-script-build`
40572025-10-03T20:14:48.612Z Compiling prefix-trie v0.7.0
40582025-10-03T20:14:48.637Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-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"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=789699e0c7f251ab -C extra-filename=-6497f03c442403f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592025-10-03T20:14:49.147Z Compiling sled v0.34.7
40602025-10-03T20:14:49.172Z Running `/home/build/.rustup/toolchains/1.89.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=b5b76daed63326f9 -C extra-filename=-e328370c545d7fd8 --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-f5874dc4fb95babe.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-5824e77bc4b48ac8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-3c4e6d8400c05341.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612025-10-03T20:14:49.459Z Compiling hickory-server v0.25.2
40622025-10-03T20:14:49.485Z Running `/home/build/.rustup/toolchains/1.89.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.25.2/src/lib.rs --error-format=json --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("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=099d9ecba85c1db6 -C extra-filename=-52172a5608f65c9b --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-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-32aea5542190df1d.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-6497f03c442403f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-10-03T20:14:51.349Z Compiling lalrpop v0.19.12
40642025-10-03T20:14:51.400Z Running `/home/build/.rustup/toolchains/1.89.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=dd53b643568b5f2c -C extra-filename=-c5d92eb09074701b --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-a145eb725b0e3ff8.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-709a163b16c9b216.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-ea6dfe429ab06bcc.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-614a6bf6c422e76a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9195d49cb9bb985f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d44d9a34ee3a776f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8d354112fd083afd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c8d2b2cd23555b2d.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-da739a4b420a3f2a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-10-03T20:14:52.487Z Running `/home/build/.rustup/toolchains/1.89.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=e3ddfba0cbbd2340 -C extra-filename=-52db1f5a698e73db --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-2e15dfbecb90ad6a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14c7795bddbba0a2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662025-10-03T20:14:52.702Z Compiling hickory-client v0.25.2
40672025-10-03T20:14:52.726Z Running `/home/build/.rustup/toolchains/1.89.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.25.2/src/lib.rs --error-format=json --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("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=054c66fa2da312f1 -C extra-filename=-dcc9a4d3c632c90e --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-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-cedc7e6f971f6f00.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682025-10-03T20:14:53.001Z Compiling diesel v2.2.12
40692025-10-03T20:14:53.042Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --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=0d3a1d72b89b7e84 -C extra-filename=-dbe800b30728c355 --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-2e15dfbecb90ad6a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-8d88127252fe0c27.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-2d7645dda01e2d3f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40702025-10-03T20:14:53.398Z Compiling libxml v0.3.3
40712025-10-03T20:14:53.423Z Running `/home/build/.rustup/toolchains/1.89.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=ae252b5c8d6fecca -C extra-filename=-99f8759a07a6d6c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722025-10-03T20:14:53.537Z Compiling strum_macros v0.24.3
40732025-10-03T20:14:53.561Z Running `/home/build/.rustup/toolchains/1.89.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=8773e90dc0398814 -C extra-filename=-57e05e74d1b80c45 --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-3e487195ce270b12.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-10-03T20:14:53.903Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5/build-script-build`
40752025-10-03T20:14:54.016Z Compiling indoc v1.0.9
40762025-10-03T20:14:54.052Z Running `/home/build/.rustup/toolchains/1.89.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=c0380690cdd31fb3 -C extra-filename=-82244027cee9cc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772025-10-03T20:14:54.903Z Running `/home/build/.rustup/toolchains/1.89.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=7bb648b794570586 -C extra-filename=-2e3b66c7557508a7 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
40782025-10-03T20:14:56.626Z Compiling oso-derive v0.27.3
40792025-10-03T20:14:56.650Z Running `/home/build/.rustup/toolchains/1.89.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=467bf5ed107275d8 -C extra-filename=-7eff85d008531a78 --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802025-10-03T20:14:57.131Z Compiling impl-trait-for-tuples v0.2.2
40812025-10-03T20:14:57.172Z Running `/home/build/.rustup/toolchains/1.89.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=7e2758b91e2e5551 -C extra-filename=-27e556769a8b77a2 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822025-10-03T20:14:57.719Z Compiling quick-xml v0.37.2
40832025-10-03T20:14:57.744Z Running `/home/build/.rustup/toolchains/1.89.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=a674196670c6fb59 -C extra-filename=-b2af0bb9d66bf6ed --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-10ab7de2df72a452.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-10-03T20:14:57.879Z Compiling fs-err v2.11.0
40852025-10-03T20:14:57.903Z Running `/home/build/.rustup/toolchains/1.89.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=97112a3c209f8da5 -C extra-filename=-9afb34ec946b8e37 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-10-03T20:14:58.317Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37/build-script-build`
40872025-10-03T20:14:58.517Z Compiling predicates-tree v1.0.12
40882025-10-03T20:14:58.542Z Running `/home/build/.rustup/toolchains/1.89.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.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())' -C metadata=7c4bcb83b9df87a2 -C extra-filename=-6d6fb21ada06257a --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-162d642102c61a67.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892025-10-03T20:14:59.042Z Compiling primeorder v0.13.6
40902025-10-03T20:14:59.068Z Running `/home/build/.rustup/toolchains/1.89.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=384dbb30e56ee48e -C extra-filename=-dfa74ef0bc555310 --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-472d2050636768a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912025-10-03T20:14:59.603Z Compiling diesel-dtrace v0.4.2
40922025-10-03T20:14:59.650Z Running `/home/build/.rustup/toolchains/1.89.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=ab09d8488fec5dbf -C extra-filename=-24c8d6ee9d41d628 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932025-10-03T20:15:00.011Z Compiling unicase v2.7.0
40942025-10-03T20:15:00.037Z Running `/home/build/.rustup/toolchains/1.89.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=253408a1b62b09fe -C extra-filename=-6e0e4e8941800214 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6e0e4e8941800214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952025-10-03T20:15:00.448Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6e0e4e8941800214/build-script-build`
40962025-10-03T20:15:00.727Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628/build-script-build`
40972025-10-03T20:15:00.791Z Running `/home/build/.rustup/toolchains/1.89.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=9983daedaf761242 -C extra-filename=-d5a3d8b60e74e616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
40982025-10-03T20:15:00.852Z Compiling bb8 v0.8.5
40992025-10-03T20:15:00.890Z Running `/home/build/.rustup/toolchains/1.89.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=6d55e31da33f9487 -C extra-filename=-45c7ba12b315d7d3 --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-43346e1c8890fba4.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002025-10-03T20:15:01.381Z Compiling parse-size v1.1.0
41012025-10-03T20:15:01.407Z Running `/home/build/.rustup/toolchains/1.89.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=744547fe467ea178 -C extra-filename=-9ba6d1740adbd4fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022025-10-03T20:15:01.450Z Running `/home/build/.rustup/toolchains/1.89.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=782dfadc3f7941ca -C extra-filename=-6ea1cfb5bb5b7549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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`
41032025-10-03T20:15:01.679Z Compiling signal-hook-tokio v0.3.1
41042025-10-03T20:15:01.707Z Running `/home/build/.rustup/toolchains/1.89.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=242b4fe68fda5136 -C extra-filename=-a1d0abaa9073c7e1 --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-a7543549df8e10d9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052025-10-03T20:15:01.900Z Compiling salty v0.3.0
41062025-10-03T20:15:01.926Z Running `/home/build/.rustup/toolchains/1.89.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=7ea031e82f7159e3 -C extra-filename=-2751339dc1ce1b6a --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-10-03T20:15:01.950Z Compiling mime_guess v2.0.5
41082025-10-03T20:15:01.951Z Running `/home/build/.rustup/toolchains/1.89.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=65df819719145dca -C extra-filename=-f020eb81605c5fed --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-f020eb81605c5fed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6ea1cfb5bb5b7549.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-10-03T20:15:02.398Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a/build-script-build`
41102025-10-03T20:15:02.455Z Compiling p384 v0.13.0
41112025-10-03T20:15:02.479Z Running `/home/build/.rustup/toolchains/1.89.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=4541522688277909 -C extra-filename=-a73342285d52acc7 --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-740a36728ba1256c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-dfa74ef0bc555310.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122025-10-03T20:15:03.137Z Compiling ignore v0.4.23
41132025-10-03T20:15:03.163Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.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("simd-accel"))' -C metadata=dcdae1dfe9f65b28 -C extra-filename=-92c815c76da62821 --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-6f5afe89de2beed3.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6cdc3c9dff871d5c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-02b10f5498e1960c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-10-03T20:15:03.696Z Compiling assert_matches v1.5.0
41152025-10-03T20:15:03.720Z Running `/home/build/.rustup/toolchains/1.89.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=d722cabe0d2ddb8f -C extra-filename=-ca0b22273cebe02d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162025-10-03T20:15:03.882Z Compiling http-range v0.1.5
41172025-10-03T20:15:03.908Z Running `/home/build/.rustup/toolchains/1.89.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=b6adf11045a3e87d -C extra-filename=-4f0196e567f39e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182025-10-03T20:15:03.976Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-f020eb81605c5fed/build-script-build`
41192025-10-03T20:15:04.077Z Running `/home/build/.rustup/toolchains/1.89.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=bf0299bdf9975a30 -C extra-filename=-9547ddf7e3eb6eba --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-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41202025-10-03T20:15:04.214Z Compiling atty v0.2.14
41212025-10-03T20:15:04.240Z Running `/home/build/.rustup/toolchains/1.89.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=45abfef279845346 -C extra-filename=-8c2c2208a60a9cb3 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222025-10-03T20:15:04.361Z Running `/home/build/.rustup/toolchains/1.89.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=0ce40f88b94ee51b -C extra-filename=-d6ecfb573abc7fa3 --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-72ce21d76a94c4bc.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6ea1cfb5bb5b7549.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-10-03T20:15:04.443Z Compiling tungstenite v0.23.0
41242025-10-03T20:15:04.482Z Running `/home/build/.rustup/toolchains/1.89.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=2681ba7000190758 -C extra-filename=-eb6baa9990e67ec6 --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-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-745d853f7d714050.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252025-10-03T20:15:05.047Z Compiling globwalk v0.9.1
41262025-10-03T20:15:05.080Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-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=d4c2bc66b5fb853f -C extra-filename=-f5b1aea460541497 --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-2e15dfbecb90ad6a.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-92c815c76da62821.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272025-10-03T20:15:05.363Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41282025-10-03T20:15:05.393Z Running `/home/build/.rustup/toolchains/1.89.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=ca519f730c2394e6 -C extra-filename=-e24ee6762eebf0e1 --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-1f3893cab9c1cac2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-df6c6deb4d0e8811.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9547ddf7e3eb6eba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-10-03T20:15:05.684Z Compiling camino-tempfile-ext v0.3.2
41302025-10-03T20:15:05.713Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=e5b9746789b3e4c2 -C extra-filename=-fc505a76024a50af --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-f5b1aea460541497.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-6d6fb21ada06257a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-10-03T20:15:06.261Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
41322025-10-03T20:15:06.305Z Running `/home/build/.rustup/toolchains/1.89.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=17a95688f93b2b1f -C extra-filename=-e53e10040c59e2ec --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e53e10040c59e2ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-10-03T20:15:06.356Z Compiling void v1.0.2
41342025-10-03T20:15:06.388Z Running `/home/build/.rustup/toolchains/1.89.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=8196b05ad53767f6 -C extra-filename=-0d83b1b14e98e0ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-10-03T20:15:06.480Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41362025-10-03T20:15:06.509Z Running `/home/build/.rustup/toolchains/1.89.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=05d3113fb69802fe -C extra-filename=-c46ef19d5644340b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-e24ee6762eebf0e1.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-87bf7b027e3b9987.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-a73342285d52acc7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-10-03T20:15:06.625Z Compiling lzss v0.8.2
41382025-10-03T20:15:06.660Z Running `/home/build/.rustup/toolchains/1.89.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=28be6d524ee3d372 -C extra-filename=-f2e5da91ccc2cc06 --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-0d83b1b14e98e0ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-10-03T20:15:06.686Z Compiling tokio-tungstenite v0.23.1
41402025-10-03T20:15:06.686Z Running `/home/build/.rustup/toolchains/1.89.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=ba5bfe5b3e30b7a7 -C extra-filename=-38a80769c6ab5534 --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-496f76f93532f782.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-eb6baa9990e67ec6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-10-03T20:15:06.812Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e53e10040c59e2ec/build-script-build`
41422025-10-03T20:15:06.879Z Compiling hyper-staticfile v0.10.1
41432025-10-03T20:15:06.905Z Running `/home/build/.rustup/toolchains/1.89.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=ebb527e165842905 -C extra-filename=-8ccfca1fbb5cd030 --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-496f76f93532f782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2cf7c64e6a195268.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-d6ecfb573abc7fa3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442025-10-03T20:15:07.163Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41452025-10-03T20:15:07.189Z Running `/home/build/.rustup/toolchains/1.89.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=ab12883fa6568028 -C extra-filename=-eaa33edf949db984 --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-bf80f7a3bae0a263.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-75faa612680178c1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-212be829a8d8aba5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462025-10-03T20:15:07.396Z Compiling nix v0.27.1
41472025-10-03T20:15:07.423Z Running `/home/build/.rustup/toolchains/1.89.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=4d685fdcfdb468fc -C extra-filename=-abf8e34c74c18f66 --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-2e15dfbecb90ad6a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d5752e9542c7786d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482025-10-03T20:15:07.611Z Compiling secrecy v0.8.0
41492025-10-03T20:15:07.636Z Running `/home/build/.rustup/toolchains/1.89.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=c1fa7f03085dd84f -C extra-filename=-1ee17597b25000f3 --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-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502025-10-03T20:15:07.667Z Compiling serde_bytes v0.11.19
41512025-10-03T20:15:07.731Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=042b95d5ae63a74e -C extra-filename=-23770485b53db088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522025-10-03T20:15:07.990Z Compiling rand_seeder v0.4.0
41532025-10-03T20:15:08.023Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-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 '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2275d787928f7e -C extra-filename=-6db268b7ab5218c6 --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-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542025-10-03T20:15:08.050Z Compiling yansi v1.0.1
41552025-10-03T20:15:08.050Z Running `/home/build/.rustup/toolchains/1.89.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=8af2b53db8052cd6 -C extra-filename=-de28310806ba9b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-10-03T20:15:08.229Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
41572025-10-03T20:15:08.258Z Running `/home/build/.rustup/toolchains/1.89.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=50a9efe5223fc5dc -C extra-filename=-82e68278bad28272 --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-3e487195ce270b12.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582025-10-03T20:15:08.466Z Compiling typeid v1.0.3
41592025-10-03T20:15:08.492Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54bd1f4fe9382792 -C extra-filename=-1c98f68fac25bb05 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602025-10-03T20:15:08.895Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
41612025-10-03T20:15:08.920Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6bd2660/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=3dbc8d5bc8baf7df -C extra-filename=-839436610eb1cc60 --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-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d52fdd98b2e268d4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-5824e77bc4b48ac8.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-60be3c30e04f5ea7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-df6c6deb4d0e8811.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-31ec74e465c561c1.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-f2e5da91ccc2cc06.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-abf8e34c74c18f66.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-5fbead22d1a88767.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-23770485b53db088.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-5828fbd7fb766da7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-61256d08fa97d3e4.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c8d2b2cd23555b2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-eaa33edf949db984.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
41622025-10-03T20:15:09.168Z Compiling pretty_assertions v1.4.1
41632025-10-03T20:15:09.193Z Running `/home/build/.rustup/toolchains/1.89.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=8b2c3675f4bb030b -C extra-filename=-43296686c9c6761d --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-ea6dfe429ab06bcc.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-de28310806ba9b6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642025-10-03T20:15:09.393Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05/build-script-build`
41652025-10-03T20:15:09.511Z Compiling tabled_derive v0.10.0
41662025-10-03T20:15:09.537Z Running `/home/build/.rustup/toolchains/1.89.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=955292c5cf18a88e -C extra-filename=-54e6f74f752d7b1b --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-9612a25fb0aed7d0.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-5f61b7501c7c81d4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672025-10-03T20:15:09.710Z Compiling papergrid v0.14.0
41682025-10-03T20:15:09.738Z Running `/home/build/.rustup/toolchains/1.89.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=91e32415d2747034 -C extra-filename=-8105c6847bc0368c --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-c2376018bebeb41b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692025-10-03T20:15:09.931Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
41702025-10-03T20:15:09.957Z Running `/home/build/.rustup/toolchains/1.89.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=9d0cd21915526359 -C extra-filename=-f05edff3f8c81c22 --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-2e15dfbecb90ad6a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-df6c6deb4d0e8811.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712025-10-03T20:15:12.092Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
41722025-10-03T20:15:12.117Z Running `/home/build/.rustup/toolchains/1.89.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=37acd976b8fb4029 -C extra-filename=-6d88bdb71f53b6ae --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732025-10-03T20:15:12.222Z Compiling tabled v0.18.0
41742025-10-03T20:15:12.247Z Running `/home/build/.rustup/toolchains/1.89.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=a1e5a9c441a743f4 -C extra-filename=-b090791b1f489fe3 --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-8105c6847bc0368c.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-54e6f74f752d7b1b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-10-03T20:15:12.552Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae/build-script-build`
41762025-10-03T20:15:12.670Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
41772025-10-03T20:15:12.695Z Running `/home/build/.rustup/toolchains/1.89.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=ab258fdfe9326763 -C extra-filename=-bd779a57577708f2 --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-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-f05edff3f8c81c22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782025-10-03T20:15:13.219Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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=47b45b0eec672bbc -C extra-filename=-4ffe763152716485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'`
41792025-10-03T20:15:13.447Z Compiling castaway v0.2.3
41802025-10-03T20:15:13.472Z Running `/home/build/.rustup/toolchains/1.89.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=cdbe1ce45e84ba3b -C extra-filename=-0e905a778a822b89 --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-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41812025-10-03T20:15:13.710Z Compiling indoc v2.0.6
41822025-10-03T20:15:13.735Z Running `/home/build/.rustup/toolchains/1.89.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=74c6a2efdb581b22 -C extra-filename=-5a8ba38dd8c9c489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832025-10-03T20:15:14.716Z Compiling compact_str v0.8.0
41842025-10-03T20:15:14.741Z Running `/home/build/.rustup/toolchains/1.89.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=66e5561aa03e4748 -C extra-filename=-2aebd1303ef57197 --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-0e905a778a822b89.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852025-10-03T20:15:16.038Z Running `/home/build/.rustup/toolchains/1.89.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=8b9ea97921159e21 -C extra-filename=-17d6357e1ad7a109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-df6c6deb4d0e8811.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3573e82dea061098.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b090791b1f489fe3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-bd779a57577708f2.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-f05edff3f8c81c22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
41862025-10-03T20:15:16.222Z Compiling erased-serde v0.4.6
41872025-10-03T20:15:16.247Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=267754c33a4a50b6 -C extra-filename=-dbee554cfc2185ad --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-f6ffde1d7de41f44.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-4ffe763152716485.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-10-03T20:15:16.720Z Compiling unicode-truncate v1.1.0
41892025-10-03T20:15:16.745Z Running `/home/build/.rustup/toolchains/1.89.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=578e549e63712bea -C extra-filename=-cad6dd04013c54f5 --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-6503b63ec2d4e4bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-10-03T20:15:17.011Z Compiling instability v0.3.2
41912025-10-03T20:15:17.036Z Running `/home/build/.rustup/toolchains/1.89.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=862953285ff6499c -C extra-filename=-7b4c27bb72c05499 --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-10-03T20:15:17.411Z Compiling lru v0.12.5
41932025-10-03T20:15:17.436Z Running `/home/build/.rustup/toolchains/1.89.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=c6de2b6d5858a9ae -C extra-filename=-fc32d3da6efbf2ad --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-d1c2964a6d83ae33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942025-10-03T20:15:17.756Z Compiling ordered-float v2.10.1
41952025-10-03T20:15:17.782Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=2e1fd03fc8e79166 -C extra-filename=-694ba4b596a1f88a --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962025-10-03T20:15:18.101Z Compiling cassowary v0.3.0
41972025-10-03T20:15:18.127Z Running `/home/build/.rustup/toolchains/1.89.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=38449eb5db3325fd -C extra-filename=-81c54cd7a794bc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982025-10-03T20:15:18.348Z Compiling serde-value v0.7.0
41992025-10-03T20:15:18.373Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-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=032de855c580c062 -C extra-filename=-f9cdde6430fde56c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-694ba4b596a1f88a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002025-10-03T20:15:18.423Z Compiling serde-untagged v0.1.7
42012025-10-03T20:15:18.448Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-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=ce3d60f50577975c -C extra-filename=-ec903368c7b89fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-dbee554cfc2185ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-4ffe763152716485.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022025-10-03T20:15:18.541Z Compiling console v0.16.0
42032025-10-03T20:15:18.566Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=215623153f770919 -C extra-filename=-49988b0598675a6d --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-784c297e68e85669.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042025-10-03T20:15:18.978Z Compiling ratatui v0.29.0
42052025-10-03T20:15:19.003Z Running `/home/build/.rustup/toolchains/1.89.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=e822862bc05fee69 -C extra-filename=-6824468f0e7ad0ee --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-2e15dfbecb90ad6a.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-81c54cd7a794bc62.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-2aebd1303ef57197.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36c6de616dcce02e.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-7b4c27bb72c05499.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-fc32d3da6efbf2ad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-cad6dd04013c54f5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062025-10-03T20:15:19.136Z Compiling unit-prefix v0.5.1
42072025-10-03T20:15:19.161Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-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", "std"))' -C metadata=9e98313d23e64a78 -C extra-filename=-325f32223a24a993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082025-10-03T20:15:19.186Z Compiling is_ci v1.2.0
42092025-10-03T20:15:19.244Z Running `/home/build/.rustup/toolchains/1.89.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=85fe20a2bef28285 -C extra-filename=-8765da147be9c3ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102025-10-03T20:15:19.441Z Compiling indicatif v0.18.0
42112025-10-03T20:15:19.465Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-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="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=802e0f823d73afba -C extra-filename=-60e349419ff39633 --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-49988b0598675a6d.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-325f32223a24a993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122025-10-03T20:15:19.489Z Compiling supports-color v3.0.2
42132025-10-03T20:15:19.489Z Running `/home/build/.rustup/toolchains/1.89.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=60ef3340bca8f94c -C extra-filename=-ae32eeec992b302d --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-8765da147be9c3ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142025-10-03T20:15:19.751Z Compiling cargo-util-schemas v0.8.2
42152025-10-03T20:15:19.775Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-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 '--allow=clippy::all' '--warn=clippy::correctness' '--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("unstable-schema"))' -C metadata=3b703b2a747975f1 -C extra-filename=-6f5f8363ea26164e --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-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-ec903368c7b89fc4.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-f9cdde6430fde56c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162025-10-03T20:15:19.831Z Compiling concurrent-queue v2.5.0
42172025-10-03T20:15:19.855Z Running `/home/build/.rustup/toolchains/1.89.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=b129d6d81347323f -C extra-filename=-146e61db517a9ccc --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-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182025-10-03T20:15:20.255Z Compiling cargo-platform v0.2.0
42192025-10-03T20:15:20.279Z Running `/home/build/.rustup/toolchains/1.89.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.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 '--allow=clippy::all' '--warn=clippy::correctness' '--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=bf209c40fcdebbbb -C extra-filename=-149a12266b74e788 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202025-10-03T20:15:20.809Z Compiling parking v2.2.1
42212025-10-03T20:15:20.834Z Running `/home/build/.rustup/toolchains/1.89.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=c7d5dac3c4007378 -C extra-filename=-70aac90ece1911a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222025-10-03T20:15:21.206Z Compiling libz-sys v1.1.20
42232025-10-03T20:15:21.230Z Running `/home/build/.rustup/toolchains/1.89.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=f6de88d465870593 -C extra-filename=-9373b8a66ac5a956 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e4b2ad7490e0f049.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242025-10-03T20:15:21.272Z Compiling typify-impl v0.3.0
42252025-10-03T20:15:21.305Z Running `/home/build/.rustup/toolchains/1.89.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=ba476f21379ddfcc -C extra-filename=-ef8055dca6d34ed5 --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-9612a25fb0aed7d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262025-10-03T20:15:21.994Z Compiling cargo_metadata v0.21.0
42272025-10-03T20:15:22.022Z Running `/home/build/.rustup/toolchains/1.89.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.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=76affe05f8eb106e -C extra-filename=-02963ec3f3bc1a26 --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-dfc32f0a21b07f91.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-149a12266b74e788.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-6f5f8363ea26164e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282025-10-03T20:15:22.566Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956/build-script-build`
42292025-10-03T20:15:22.722Z Compiling event-listener v5.3.1
42302025-10-03T20:15:22.746Z Running `/home/build/.rustup/toolchains/1.89.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=a82835270a99dae3 -C extra-filename=-54aee3c10388e50d --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-146e61db517a9ccc.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-70aac90ece1911a0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312025-10-03T20:15:23.291Z Compiling libgit2-sys v0.18.2+1.9.1
42322025-10-03T20:15:23.316Z Running `/home/build/.rustup/toolchains/1.89.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.18.2+1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=834dd9bc2e7e3469 -C extra-filename=-c74b28834c0818fc --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c74b28834c0818fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332025-10-03T20:15:24.139Z Compiling shell-words v1.1.0
42342025-10-03T20:15:24.164Z Running `/home/build/.rustup/toolchains/1.89.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=77d72140a25e879d -C extra-filename=-6cd10c8ccff504d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352025-10-03T20:15:24.437Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c74b28834c0818fc/build-script-build`
42362025-10-03T20:15:24.828Z Compiling event-listener-strategy v0.5.2
42372025-10-03T20:15:24.852Z Running `/home/build/.rustup/toolchains/1.89.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=770845fc3b527448 -C extra-filename=-3325955a25dc3c5e --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-54aee3c10388e50d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382025-10-03T20:15:25.083Z Running `/home/build/.rustup/toolchains/1.89.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=24a0023d776d96b6 -C extra-filename=-379d0666cb89c7fd --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
42392025-10-03T20:15:25.123Z Compiling futures-lite v2.3.0
42402025-10-03T20:15:25.147Z Running `/home/build/.rustup/toolchains/1.89.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=b22460975bba37c7 -C extra-filename=-eacd4b1681fae62f --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-3a04019b393c03e6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-70aac90ece1911a0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412025-10-03T20:15:25.297Z Compiling vergen-git2 v1.0.7
42422025-10-03T20:15:25.321Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=35227f1d68a96e54 -C extra-filename=-1f58647eb24c7100 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-1f58647eb24c7100 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42432025-10-03T20:15:25.699Z Compiling async-bb8-diesel v0.2.1
42442025-10-03T20:15:25.723Z Running `/home/build/.rustup/toolchains/1.89.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=28f68e665c7c5e5c -C extra-filename=-0024e32b04263537 --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-43346e1c8890fba4.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-45c7ba12b315d7d3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42452025-10-03T20:15:26.520Z Running `/home/build/.rustup/toolchains/1.89.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=2f535e63643a001a -C extra-filename=-4693c330a7860d27 --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-dbe800b30728c355.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42462025-10-03T20:15:26.585Z Compiling hex-literal v0.4.1
42472025-10-03T20:15:26.609Z Running `/home/build/.rustup/toolchains/1.89.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=0883c26cf03ed1de -C extra-filename=-dfcdc52815112383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482025-10-03T20:15:26.804Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-1f58647eb24c7100/build-script-build`
42492025-10-03T20:15:26.866Z Compiling petname v2.0.2
42502025-10-03T20:15:26.890Z Running `/home/build/.rustup/toolchains/1.89.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=4578262d08ffceae -C extra-filename=-e0f4a6f72a0bffb3 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-e0f4a6f72a0bffb3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512025-10-03T20:15:26.985Z Compiling rtoolbox v0.0.2
42522025-10-03T20:15:27.009Z Running `/home/build/.rustup/toolchains/1.89.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=639559504540a9ab -C extra-filename=-72eaf7b9cf78f276 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532025-10-03T20:15:27.412Z Compiling rustls v0.21.12
42542025-10-03T20:15:27.436Z Running `/home/build/.rustup/toolchains/1.89.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=0aabe617e6a37b8b -C extra-filename=-a8c3524409529b0f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552025-10-03T20:15:27.485Z Compiling rpassword v7.4.0
42562025-10-03T20:15:27.509Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.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=ea7de68cc269d268 -C extra-filename=-944bd832c0bfc2c1 --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-784c297e68e85669.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-72eaf7b9cf78f276.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572025-10-03T20:15:27.850Z Compiling async-lock v3.4.0
42582025-10-03T20:15:27.874Z Running `/home/build/.rustup/toolchains/1.89.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=7314605006e2ab47 -C extra-filename=-ce8f296a5c04f035 --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-54aee3c10388e50d.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-3325955a25dc3c5e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592025-10-03T20:15:27.948Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f/build-script-build`
42602025-10-03T20:15:27.973Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-e0f4a6f72a0bffb3/build-script-build`
42612025-10-03T20:15:28.027Z Compiling tui-tree-widget v0.23.1
42622025-10-03T20:15:28.051Z Running `/home/build/.rustup/toolchains/1.89.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.1/src/lib.rs --error-format=json --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::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4bc1c56f506683b -C extra-filename=-97f85751c6964362 --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-6824468f0e7ad0ee.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632025-10-03T20:15:28.290Z Compiling rustls-webpki v0.101.7
42642025-10-03T20:15:28.314Z Running `/home/build/.rustup/toolchains/1.89.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=b6f5da3d64a5b7d5 -C extra-filename=-dd642df19f4fa608 --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-af4b1351daf744bb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
42652025-10-03T20:15:28.426Z Compiling sct v0.7.1
42662025-10-03T20:15:28.450Z Running `/home/build/.rustup/toolchains/1.89.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=d02b54eb4650434e -C extra-filename=-224f6ffd909185fc --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-af4b1351daf744bb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
42672025-10-03T20:15:28.791Z Compiling polling v3.7.3
42682025-10-03T20:15:28.815Z Running `/home/build/.rustup/toolchains/1.89.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=9d914e67b7af79f1 -C extra-filename=-01a2a8830ddf2345 --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-16cff964c3cef883.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692025-10-03T20:15:28.962Z Running `/home/build/.rustup/toolchains/1.89.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=d3197f2b0cee0360 -C extra-filename=-08e2e14879a2a174 --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-5fbff7679012489b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702025-10-03T20:15:29.537Z Compiling async-io v2.3.4
42712025-10-03T20:15:29.562Z Running `/home/build/.rustup/toolchains/1.89.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=40e64d832d966886 -C extra-filename=-bab3070d711a6e42 --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-ce8f296a5c04f035.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-146e61db517a9ccc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-70aac90ece1911a0.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-01a2a8830ddf2345.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722025-10-03T20:15:29.935Z Running `/home/build/.rustup/toolchains/1.89.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=b63a890d8cb5e602 -C extra-filename=-21741d7036cd2930 --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-a76b93ce4f157850.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-dd642df19f4fa608.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-224f6ffd909185fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
42732025-10-03T20:15:30.831Z Compiling polyval v0.6.2
42742025-10-03T20:15:30.855Z Running `/home/build/.rustup/toolchains/1.89.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=aeab57328700e03a -C extra-filename=-73990189551f6fb4 --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af0c423cee69007c.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-0aad05109761d0c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752025-10-03T20:15:31.283Z Compiling async-task v4.7.1
42762025-10-03T20:15:31.307Z Running `/home/build/.rustup/toolchains/1.89.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=4cd39d1834d4f81e -C extra-filename=-9fa835799d5f6fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42772025-10-03T20:15:31.478Z Compiling sync-ptr v0.1.4
42782025-10-03T20:15:31.507Z Running `/home/build/.rustup/toolchains/1.89.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.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=de0d271a94c30ddf -C extra-filename=-ff242f92cb1085d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792025-10-03T20:15:31.741Z Compiling ghash v0.5.1
42802025-10-03T20:15:31.767Z Running `/home/build/.rustup/toolchains/1.89.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=f188b57dd64bb365 -C extra-filename=-91ebb04a4f0fe3f6 --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-af0c423cee69007c.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-73990189551f6fb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812025-10-03T20:15:31.810Z Compiling async-channel v2.3.1
42822025-10-03T20:15:31.810Z Running `/home/build/.rustup/toolchains/1.89.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=27ed78d8e56891f8 -C extra-filename=-521596f0e050601f --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-146e61db517a9ccc.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-3325955a25dc3c5e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832025-10-03T20:15:31.893Z Compiling typify-macro v0.3.0
42842025-10-03T20:15:31.918Z Running `/home/build/.rustup/toolchains/1.89.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=23de61cb433d867c -C extra-filename=-e7bf86e3a95532fb --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ef8055dca6d34ed5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42852025-10-03T20:15:32.035Z Compiling rustls-pemfile v1.0.4
42862025-10-03T20:15:32.064Z Running `/home/build/.rustup/toolchains/1.89.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=4f8b9bf97f9d635f -C extra-filename=-555d2383542b2c45 --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-f59c456c6a871a93.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872025-10-03T20:15:32.225Z Compiling twox-hash v2.1.0
42882025-10-03T20:15:32.252Z Running `/home/build/.rustup/toolchains/1.89.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=eb1311007f28179b -C extra-filename=-005c5368e174997b --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-787480c86dbd9bba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892025-10-03T20:15:32.475Z Compiling piper v0.2.4
42902025-10-03T20:15:32.506Z Running `/home/build/.rustup/toolchains/1.89.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=9bf1e114848711f8 -C extra-filename=-ae7ba4461f7ed4be --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-ba25972e878f73b0.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-3a04019b393c03e6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912025-10-03T20:15:32.876Z Compiling ctr v0.9.2
42922025-10-03T20:15:32.905Z Running `/home/build/.rustup/toolchains/1.89.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=ebe01ef8e0539072 -C extra-filename=-950f9ae6083f57e1 --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-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932025-10-03T20:15:33.057Z Compiling plotters-backend v0.3.7
42942025-10-03T20:15:33.082Z Running `/home/build/.rustup/toolchains/1.89.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=89bc602dc6c22a24 -C extra-filename=-aa5c6d0fba9faa03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952025-10-03T20:15:33.283Z Compiling target-lexicon v0.13.2
42962025-10-03T20:15:33.309Z Running `/home/build/.rustup/toolchains/1.89.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=33ecca351e48350d -C extra-filename=-ba161d3784ea5563 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972025-10-03T20:15:33.577Z Compiling plotters-svg v0.3.7
42982025-10-03T20:15:33.602Z Running `/home/build/.rustup/toolchains/1.89.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=19dadbf14510fcf9 -C extra-filename=-32099f406d28a7aa --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-aa5c6d0fba9faa03.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992025-10-03T20:15:34.023Z Compiling tokio-rustls v0.24.1
43002025-10-03T20:15:34.048Z Running `/home/build/.rustup/toolchains/1.89.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=af18b9deb3af93b8 -C extra-filename=-851ea4a7ce06c6f3 --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-21741d7036cd2930.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43012025-10-03T20:15:34.356Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563/build-script-build`
43022025-10-03T20:15:34.476Z Compiling aes-gcm v0.10.3
43032025-10-03T20:15:34.501Z Running `/home/build/.rustup/toolchains/1.89.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=7cf99a129672aa16 -C extra-filename=-6635b28e63b7a9ed --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-f847471638ed7aa3.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-dfaef6cde8c84d8c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-950f9ae6083f57e1.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-91ebb04a4f0fe3f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042025-10-03T20:15:34.527Z Compiling blocking v1.6.1
43052025-10-03T20:15:34.527Z Running `/home/build/.rustup/toolchains/1.89.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=3d1bd6d932996947 -C extra-filename=-3239a658b9a5f854 --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-521596f0e050601f.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-9fa835799d5f6fac.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-ae7ba4461f7ed4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062025-10-03T20:15:34.839Z Compiling async-executor v1.13.1
43072025-10-03T20:15:34.864Z Running `/home/build/.rustup/toolchains/1.89.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=90e0068685a68c27 -C extra-filename=-0ea1029f849eb5c8 --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-9fa835799d5f6fac.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-146e61db517a9ccc.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-3a04019b393c03e6.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082025-10-03T20:15:35.097Z Compiling async-signal v0.2.10
43092025-10-03T20:15:35.123Z Running `/home/build/.rustup/toolchains/1.89.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=7d3973b4aa792807 -C extra-filename=-dc24fe3538ee295c --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-bab3070d711a6e42.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-984a8d27e5d119e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102025-10-03T20:15:35.554Z Compiling fatfs v0.3.6
43112025-10-03T20:15:35.579Z Running `/home/build/.rustup/toolchains/1.89.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=223bf457ff5c1c5e -C extra-filename=-3c3bb2439bb88549 --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-19d9f1304dcf7a40.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122025-10-03T20:15:35.604Z Compiling ssh-encoding v0.2.0
43132025-10-03T20:15:35.653Z Running `/home/build/.rustup/toolchains/1.89.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=e5cea6a4423ecf3a -C extra-filename=-7368631e06829679 --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-918dddd36587fd89.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142025-10-03T20:15:35.678Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10/build-script-build`
43152025-10-03T20:15:35.786Z Running `/home/build/.rustup/toolchains/1.89.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=1d549759b9a50c46 -C extra-filename=-923fe2039a0be287 --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-4989bc0ffac4375f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
43162025-10-03T20:15:36.103Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0/build-script-build`
43172025-10-03T20:15:36.169Z Compiling typify v0.3.0
43182025-10-03T20:15:36.194Z Running `/home/build/.rustup/toolchains/1.89.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=cf155540748253cf -C extra-filename=-bd3dc5156945f004 --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-ef8055dca6d34ed5.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e7bf86e3a95532fb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192025-10-03T20:15:36.219Z Compiling blowfish v0.9.1
43202025-10-03T20:15:36.219Z Running `/home/build/.rustup/toolchains/1.89.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=c512d7b0f959d849 -C extra-filename=-b39f0b5ceb78c1e3 --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-bf80f7a3bae0a263.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212025-10-03T20:15:36.399Z Compiling progenitor-impl v0.9.1
43222025-10-03T20:15:36.424Z Running `/home/build/.rustup/toolchains/1.89.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=6bd29e2193a726e5 -C extra-filename=-f2c5b44bb8930ad9 --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-bd3dc5156945f004.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232025-10-03T20:15:36.678Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
43242025-10-03T20:15:36.710Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/0a8dbd2/src/lib.rs --error-format=json --json=diagnostic-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("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=7419cffe55632637 -C extra-filename=-7301ab81925d1f24 --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-2e15dfbecb90ad6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252025-10-03T20:15:36.910Z Compiling constant_time_eq v0.3.1
43262025-10-03T20:15:36.936Z Running `/home/build/.rustup/toolchains/1.89.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=73c57f70a0ff570a -C extra-filename=-54b5265130919b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272025-10-03T20:15:37.079Z Compiling event-listener v2.5.3
43282025-10-03T20:15:37.104Z Running `/home/build/.rustup/toolchains/1.89.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=65d4827b45d48a15 -C extra-filename=-e5cd7ef7bda0c47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292025-10-03T20:15:37.166Z Compiling guppy-workspace-hack v0.1.0
43302025-10-03T20:15:37.191Z Running `/home/build/.rustup/toolchains/1.89.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=282f3b8eeef311d2 -C extra-filename=-3196ba251c2941fc --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312025-10-03T20:15:37.490Z Compiling arrayref v0.3.9
43322025-10-03T20:15:37.516Z Running `/home/build/.rustup/toolchains/1.89.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=c2312ad75ce01713 -C extra-filename=-e2010af4a19c5e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332025-10-03T20:15:37.552Z Compiling arrayvec v0.7.6
43342025-10-03T20:15:37.577Z Running `/home/build/.rustup/toolchains/1.89.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=0f66b3f463520c3c -C extra-filename=-8d2c6c29c7891b80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352025-10-03T20:15:37.655Z Compiling futures-timer v3.0.3
43362025-10-03T20:15:37.679Z Running `/home/build/.rustup/toolchains/1.89.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=1c315369e3eb7a93 -C extra-filename=-15cdef15435a1121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372025-10-03T20:15:37.968Z Running `/home/build/.rustup/toolchains/1.89.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=2b1adfc65fdbfb4f -C extra-filename=-d196c4fddd05f420 --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-923fe2039a0be287.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1922086bdd3a1ec3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
43382025-10-03T20:15:38.175Z Compiling cast v0.3.0
43392025-10-03T20:15:38.200Z Running `/home/build/.rustup/toolchains/1.89.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=821b89f04795d627 -C extra-filename=-f4b981c996e281ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402025-10-03T20:15:38.413Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc/build-script-build`
43412025-10-03T20:15:38.482Z Compiling async-channel v1.9.0
43422025-10-03T20:15:38.507Z Running `/home/build/.rustup/toolchains/1.89.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=7ef6ed865900f898 -C extra-filename=-7ce673d2a81b65d1 --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-146e61db517a9ccc.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-e5cd7ef7bda0c47a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432025-10-03T20:15:38.577Z Compiling criterion-plot v0.6.0
43442025-10-03T20:15:38.602Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-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=d15191f823ee4b0c -C extra-filename=-494d68a9c5b636cb --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-f4b981c996e281ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452025-10-03T20:15:38.816Z Compiling bcrypt-pbkdf v0.10.0
43462025-10-03T20:15:38.841Z Running `/home/build/.rustup/toolchains/1.89.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=63d69d85a8271c9c -C extra-filename=-f599ebdcf5ff8aa7 --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-b39f0b5ceb78c1e3.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-b591901e9ad7f61a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472025-10-03T20:15:39.478Z Compiling ssh-cipher v0.2.0
43482025-10-03T20:15:39.504Z Running `/home/build/.rustup/toolchains/1.89.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=467d526791c841bb -C extra-filename=-f55f5e74b423061c --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-dfaef6cde8c84d8c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6635b28e63b7a9ed.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6ed8a3b85e99de4e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-f1aae7c1aadf1d13.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-950f9ae6083f57e1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eeefcd9df1ca1b59.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7368631e06829679.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492025-10-03T20:15:39.531Z Compiling async-process v2.3.0
43502025-10-03T20:15:39.580Z Running `/home/build/.rustup/toolchains/1.89.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=054a36ff4209a3f6 -C extra-filename=-6a5fe9f9f18e47c4 --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-bab3070d711a6e42.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-ce8f296a5c04f035.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-dc24fe3538ee295c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-54aee3c10388e50d.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512025-10-03T20:15:40.654Z Compiling rustls-webpki v0.102.8
43522025-10-03T20:15:40.679Z Running `/home/build/.rustup/toolchains/1.89.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=0b7ba5de23476740 -C extra-filename=-0f6736acc2dbe486 --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-d196c4fddd05f420.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43532025-10-03T20:15:40.722Z Compiling async-global-executor v2.4.1
43542025-10-03T20:15:40.747Z Running `/home/build/.rustup/toolchains/1.89.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=57daa1c8f6a9f104 -C extra-filename=-d0633221a81109ee --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-521596f0e050601f.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-0ea1029f849eb5c8.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-bab3070d711a6e42.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-ce8f296a5c04f035.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-3239a658b9a5f854.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552025-10-03T20:15:40.852Z Running `/home/build/.rustup/toolchains/1.89.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=028b08345e0a3143 -C extra-filename=-6711777f53882c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
43562025-10-03T20:15:41.529Z Compiling plotters v0.3.7
43572025-10-03T20:15:41.556Z Running `/home/build/.rustup/toolchains/1.89.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=d4ad377e1c07f515 -C extra-filename=-10c5fcd839c62ce6 --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-e7bbba1d1c8c50c5.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-aa5c6d0fba9faa03.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-32099f406d28a7aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582025-10-03T20:15:41.617Z Compiling password-hash v0.4.2
43592025-10-03T20:15:41.643Z Running `/home/build/.rustup/toolchains/1.89.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=ffc395931a5112e7 -C extra-filename=-fb6d5d40cc55a355 --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-918dddd36587fd89.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602025-10-03T20:15:42.089Z Running `/home/build/.rustup/toolchains/1.89.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=3e55f3b45d713136 -C extra-filename=-ebc6d0b123f05836 --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-d196c4fddd05f420.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0f6736acc2dbe486.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
43612025-10-03T20:15:42.443Z Running `/home/build/.rustup/toolchains/1.89.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=aeb19577830f6a3c -C extra-filename=-012578d06a64737b --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-a76b93ce4f157850.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0f6736acc2dbe486.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts`
43622025-10-03T20:15:42.496Z Compiling progenitor-macro v0.9.1
43632025-10-03T20:15:42.521Z Running `/home/build/.rustup/toolchains/1.89.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=d6f3949a5a2756ce -C extra-filename=-af011bde71142eb9 --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-4da5bd6c5d3ac5d5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f2c5b44bb8930ad9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-adf8c010971290d9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642025-10-03T20:15:42.566Z Compiling async-attributes v1.1.2
43652025-10-03T20:15:42.591Z Running `/home/build/.rustup/toolchains/1.89.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=ec5ae38a56a7e768 -C extra-filename=-af1ac10287d57d5d --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662025-10-03T20:15:43.606Z Compiling tinytemplate v1.2.1
43672025-10-03T20:15:43.631Z Running `/home/build/.rustup/toolchains/1.89.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=dce202e97f4d2e01 -C extra-filename=-ba41701b1be58e9b --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-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682025-10-03T20:15:43.884Z Compiling kv-log-macro v1.0.7
43692025-10-03T20:15:43.909Z Running `/home/build/.rustup/toolchains/1.89.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=916db003854f1b2b -C extra-filename=-a427796f4011faed --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-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702025-10-03T20:15:44.174Z Compiling oorandom v11.1.4
43712025-10-03T20:15:44.199Z Running `/home/build/.rustup/toolchains/1.89.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=7331a933a54cd75e -C extra-filename=-dc51e06c1710e590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722025-10-03T20:15:44.442Z Compiling target-spec v3.5.0
43732025-10-03T20:15:44.467Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --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=d72be1a81e9073ce -C extra-filename=-dc46061e70f154d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742025-10-03T20:15:44.537Z Compiling anes v0.1.6
43752025-10-03T20:15:44.562Z Running `/home/build/.rustup/toolchains/1.89.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=c2416b187c2eccae -C extra-filename=-d98be883cf878b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762025-10-03T20:15:44.992Z Compiling criterion v0.7.0
43772025-10-03T20:15:45.017Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-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="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=5d57c83a3adc3e44 -C extra-filename=-5fe48acdf7862405 --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-d98be883cf878b1f.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f4b981c996e281ce.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-494d68a9c5b636cb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-dc51e06c1710e590.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-10c5fcd839c62ce6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-ba41701b1be58e9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782025-10-03T20:15:45.101Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8/build-script-build`
43792025-10-03T20:15:45.127Z Compiling async-std v1.13.0
43802025-10-03T20:15:45.127Z Running `/home/build/.rustup/toolchains/1.89.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=34409bbd72b7e9ed -C extra-filename=-6aba8b5773499566 --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-af1ac10287d57d5d.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-7ce673d2a81b65d1.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-d0633221a81109ee.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-bab3070d711a6e42.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-ce8f296a5c04f035.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-6a5fe9f9f18e47c4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a427796f4011faed.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-89a013cd483bf7e3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812025-10-03T20:15:50.470Z Compiling tokio-rustls v0.26.0
43822025-10-03T20:15:50.495Z Running `/home/build/.rustup/toolchains/1.89.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=84f493b5a8519104 -C extra-filename=-47b99673232dc793 --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-ebc6d0b123f05836.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43832025-10-03T20:15:50.969Z Compiling hyper-rustls v0.27.7
43842025-10-03T20:15:50.995Z Running `/home/build/.rustup/toolchains/1.89.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.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="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --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=66de4db48d98cc02 -C extra-filename=-a6966521f45c0aa7 --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-9e1849e11a25435c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ebc6d0b123f05836.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-24208ea6193a8b4f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47b99673232dc793.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f18049b973965a50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43852025-10-03T20:15:51.324Z Compiling tokio-rustls v0.25.0
43862025-10-03T20:15:51.350Z Running `/home/build/.rustup/toolchains/1.89.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=09d976c1805c5a9b -C extra-filename=-d3dee6ce86f96f39 --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-012578d06a64737b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts`
43872025-10-03T20:15:51.631Z Compiling reqwest v0.12.22
43882025-10-03T20:15:51.656Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --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", "system-proxy", "trust-dns", "zstd"))' -C metadata=c7e89d1640dc8a54 -C extra-filename=-ce35b9e8d087a82e --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-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-338937e3b7d3ddb5.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-8ff8f10f7b344c0c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3c8bb24434a18d17.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-926913b17d40ecdd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-3788d5a471013042.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-9c03f8a7a78aecd0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ebc6d0b123f05836.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-bf5271d3cd9bc83f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-9df84457e0ba47ad.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47b99673232dc793.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-75fdfcd117b5cde3.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-b8f2c48b94e8ee9b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f18049b973965a50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43892025-10-03T20:15:51.782Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.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 '--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=842c9bb3fe79e579 -C extra-filename=-eb540987235cc905 --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-223f3776983858a5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-0eab4b31797af977.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e0259c4ffe7543ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-6c479b187f4a2b92.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ae5ae8c9e3e01ac0.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-06341b8511329a2c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d3dee6ce86f96f39.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c6868ec88754a54f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-e1478a9687707a2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts`
43902025-10-03T20:15:54.297Z Running `/home/build/.rustup/toolchains/1.89.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=4a78f94fab40b3fc -C extra-filename=-69d761dd87e285dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-e24ee6762eebf0e1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c46ef19d5644340b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-87bf7b027e3b9987.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-9e8190d71cc4dc9f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ebc6d0b123f05836.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1ee17597b25000f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47b99673232dc793.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
43912025-10-03T20:15:55.202Z Compiling progenitor-client v0.10.0
43922025-10-03T20:15:55.230Z Running `/home/build/.rustup/toolchains/1.89.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.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())' -C metadata=445535b6f00afaa6 -C extra-filename=-915b3f54e3c1956a --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-ba091636fd1dadf2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43932025-10-03T20:15:55.314Z Compiling progenitor-client v0.11.0
43942025-10-03T20:15:55.778Z Running `/home/build/.rustup/toolchains/1.89.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.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())' -C metadata=2b93a9b73fa6e698 -C extra-filename=-5f8f41052a186d0f --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-ba091636fd1dadf2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43952025-10-03T20:15:55.827Z Compiling progenitor v0.10.0
43962025-10-03T20:15:55.854Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=883a2675b281f70f -C extra-filename=-6464c3105e27d754 --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-915b3f54e3c1956a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-89b7d5f430a5bc0e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-1a21fcfb7b75829e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43972025-10-03T20:15:55.943Z Compiling progenitor v0.11.0
43982025-10-03T20:15:55.969Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=955461c80387ad6d -C extra-filename=-6916674228a02440 --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-5f8f41052a186d0f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-972016f51cc00ba5.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-4a00f38421bfcb04.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43992025-10-03T20:15:56.121Z Compiling tough v0.20.0
44002025-10-03T20:15:56.147Z Running `/home/build/.rustup/toolchains/1.89.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=f8583abf8816df04 -C extra-filename=-9f46f56548eaca3f --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-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d196c4fddd05f420.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6cdc3c9dff871d5c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-55d8e485ddd75bbb.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ebc6d0b123f05836.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-65072d26c01fe266.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-e15d1b45d15eb0e6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-300fd6723ee83a19.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1922086bdd3a1ec3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44012025-10-03T20:15:56.200Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44022025-10-03T20:15:56.225Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/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=f2de19d9c118c1e3 -C extra-filename=-09fe1d63fa72e43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6916674228a02440.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44032025-10-03T20:15:56.251Z Compiling progenitor-client v0.8.0
44042025-10-03T20:15:56.251Z Running `/home/build/.rustup/toolchains/1.89.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=cf866d1ae559ad66 -C extra-filename=-3591131acfef3d95 --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-ba091636fd1dadf2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44052025-10-03T20:15:56.740Z Compiling progenitor v0.8.0
44062025-10-03T20:15:56.765Z Running `/home/build/.rustup/toolchains/1.89.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=d601e3cbcec521f2 -C extra-filename=-26b5b790da93f533 --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-3591131acfef3d95.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a88cfb75f08a9e3d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-e4ae1fc656537f90.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44072025-10-03T20:15:57.003Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
44082025-10-03T20:15:57.044Z Running `/home/build/.rustup/toolchains/1.89.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=3094c397ea787fac -C extra-filename=-f32a9097dabd01d5 --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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26b5b790da93f533.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-fc3ced259616bffd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44092025-10-03T20:16:00.445Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
44102025-10-03T20:16:00.470Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=427948ee282a24c0 -C extra-filename=-8a0c795eb00d5957 --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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-652d164bbc84596f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-fc3ced259616bffd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44112025-10-03T20:16:01.123Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
44122025-10-03T20:16:01.220Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e96741e578c9e6cd -C extra-filename=-019dc196a4061c70 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-019dc196a4061c70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-41e81cb7d43466a5.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d196c4fddd05f420.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2e15dfbecb90ad6a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c8939ca7148b6f17.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36c6de616dcce02e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c30fa127176a7cf.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e8870a4ffd45fb57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1ddac0d0fc65a56b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-87bf7b027e3b9987.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-60be3c30e04f5ea7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3573e82dea061098.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f121e2434b576f43.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d44d9a34ee3a776f.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1dabcdcf1d2ea826.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-af8e42e130717fe4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-871bce3553f0c6c6.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-daa76648e454ddb8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ebc6d0b123f05836.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0f6736acc2dbe486.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c8d2b2cd23555b2d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-0de1f3faaceecf5a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47b99673232dc793.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a863865501856ebb.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2c286be83987bd15.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c8bdc24cd9c7cc3.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1a365ed664bf8d35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-3c647d1277bbec6a.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-4d4f3d783b5e930d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44132025-10-03T20:16:01.559Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-019dc196a4061c70/build-script-build`
44142025-10-03T20:16:01.641Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=696066f2a03c17d5 -C extra-filename=-b9e22484d4541bc3 --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-41e81cb7d43466a5.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d196c4fddd05f420.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2e15dfbecb90ad6a.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c8939ca7148b6f17.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36c6de616dcce02e.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c30fa127176a7cf.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e8870a4ffd45fb57.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1ddac0d0fc65a56b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-87bf7b027e3b9987.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-60be3c30e04f5ea7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3573e82dea061098.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f121e2434b576f43.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d44d9a34ee3a776f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1dabcdcf1d2ea826.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-af8e42e130717fe4.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-871bce3553f0c6c6.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-daa76648e454ddb8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ebc6d0b123f05836.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0f6736acc2dbe486.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c8d2b2cd23555b2d.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47b99673232dc793.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a863865501856ebb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2c286be83987bd15.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c8bdc24cd9c7cc3.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1a365ed664bf8d35.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44152025-10-03T20:16:01.785Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
44162025-10-03T20:16:01.811Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=4f6c3db726e3189e -C extra-filename=-483458f2c0e4714b --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-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44172025-10-03T20:16:02.693Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
44182025-10-03T20:16:02.718Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=3e06de81868cd114 -C extra-filename=-9b05f529920a86da --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-f805a8c9744d2178.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44192025-10-03T20:16:03.069Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
44202025-10-03T20:16:03.095Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=45ab2a9dd29d44f4 -C extra-filename=-ec217fb78f5cc7cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-483458f2c0e4714b.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d52fdd98b2e268d4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-a647f2646049ad12.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44212025-10-03T20:16:03.125Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
44222025-10-03T20:16:03.150Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=db61b8cd26b10f57 -C extra-filename=-31abac89750ec204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44232025-10-03T20:16:03.511Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=d84883918d931143 -C extra-filename=-1372fb730494c08a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-483458f2c0e4714b.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d52fdd98b2e268d4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-a647f2646049ad12.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44242025-10-03T20:16:04.519Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44252025-10-03T20:16:04.544Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=fec8e8a133debb5f -C extra-filename=-265d087dcd16e9a9 --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-74c62a1d4d9a119c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44262025-10-03T20:16:05.034Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44272025-10-03T20:16:05.081Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e5f74d7559ea4b51 -C extra-filename=-25489564ea8eaab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-25f66e3d1266183c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-09c1fab102bb0169.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44282025-10-03T20:16:05.164Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44292025-10-03T20:16:05.189Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=510d43933a85876c -C extra-filename=-0ef5f8ed996be94a --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-eb540987235cc905.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44302025-10-03T20:16:05.459Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44312025-10-03T20:16:05.485Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=37a0486f54e3eac6 -C extra-filename=-292320a062725675 --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-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44322025-10-03T20:16:06.193Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
44332025-10-03T20:16:06.218Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=556b6597e95d7e18 -C extra-filename=-9be08790c2ba686d --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-b9e22484d4541bc3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44342025-10-03T20:16:06.556Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44352025-10-03T20:16:06.581Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=dccbb6a768579504 -C extra-filename=-161d1f65f126d44f --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-161d1f65f126d44f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44362025-10-03T20:16:06.729Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
44372025-10-03T20:16:06.755Z Running `/home/build/.rustup/toolchains/1.89.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=dee7fcd594874f9a -C extra-filename=-be3a3cab8cae4ece --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-ca4ebf2465e25529.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-42fd05775e44f83e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-06cf2c1062c81477.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f32a9097dabd01d5.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-80a5c33d99c7fe5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-9ba187c81ec2e8e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-fc3ced259616bffd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a863865501856ebb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-39789014ef0e52a1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fbc4d13c9a11348f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44382025-10-03T20:16:07.006Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-161d1f65f126d44f/build-script-build`
44392025-10-03T20:16:07.080Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44402025-10-03T20:16:07.111Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=9ebbe00c03c727b0 -C extra-filename=-414d509908665096 --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-b9e22484d4541bc3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44412025-10-03T20:16:07.339Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44422025-10-03T20:16:07.364Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=82f9ebbf454444f7 -C extra-filename=-b9554de6e50510c4 --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-6eee06ffc9254337.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44432025-10-03T20:16:08.757Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
44442025-10-03T20:16:08.783Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/71f1965/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=f52732d96d4998ca -C extra-filename=-4f965109474d786a --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-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44452025-10-03T20:16:08.964Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44462025-10-03T20:16:08.989Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2021 clients/ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=99840fec06387a69 -C extra-filename=-bbc8b607baa6d8a4 --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-6eee06ffc9254337.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44472025-10-03T20:16:09.936Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44482025-10-03T20:16:09.961Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=bbfa3d2af83398fc -C extra-filename=-6631d55b92ae00a4 --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-b9e22484d4541bc3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44492025-10-03T20:16:10.104Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44502025-10-03T20:16:10.129Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-schema/build.rs --error-format=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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=013bc8009e6c4e1c -C extra-filename=-7a19ec0ae08629eb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7a19ec0ae08629eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44512025-10-03T20:16:10.261Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44522025-10-03T20:16:10.286Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=7b494dbac4e48616 -C extra-filename=-5f7a00e5fec5d975 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-5f7a00e5fec5d975 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-17eee2b5ec9502c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44532025-10-03T20:16:10.589Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7a19ec0ae08629eb/build-script-build`
44542025-10-03T20:16:10.657Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=9399744e7b9ed62e -C extra-filename=-4b1df89c33437676 --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-dbe800b30728c355.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
44552025-10-03T20:16:11.651Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-5f7a00e5fec5d975/build-script-build`
44562025-10-03T20:16:11.842Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44572025-10-03T20:16:11.867Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=69cdd5dca218046a -C extra-filename=-819245c6a844611d --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-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6631d55b92ae00a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44582025-10-03T20:16:12.480Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44592025-10-03T20:16:12.505Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=76f10d288a962efd -C extra-filename=-d666b3db66e5fdaa --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-d666b3db66e5fdaa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44602025-10-03T20:16:12.966Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-d666b3db66e5fdaa/build-script-build`
44612025-10-03T20:16:13.035Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44622025-10-03T20:16:13.061Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=14cf1192993ef994 -C extra-filename=-caa47d7358e81a00 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-caa47d7358e81a00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44632025-10-03T20:16:13.490Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44642025-10-03T20:16:13.516Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/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=152c888767cde2ee -C extra-filename=-7bc2b684b880fddd --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-d15595f4ebc27d8e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6916674228a02440.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44652025-10-03T20:16:14.997Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-caa47d7358e81a00/build-script-build`
44662025-10-03T20:16:15.069Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
44672025-10-03T20:16:15.095Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=ecd2d5eb4a88ff7b -C extra-filename=-6d32444f06077cf0 --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-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6631d55b92ae00a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44682025-10-03T20:16:15.187Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
44692025-10-03T20:16:15.212Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=1103be11f5af5702 -C extra-filename=-8713821901b9d6d0 --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-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44702025-10-03T20:16:16.125Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=6f0bb5ba9a77c7ac -C extra-filename=-e8c3a04d2716be25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0ae098d9efa20822.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-b5826a67549b4447.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1758e38323da742c.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-31abac89750ec204.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
44712025-10-03T20:16:16.354Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44722025-10-03T20:16:16.379Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2c3c3a6b0876d4c1 -C extra-filename=-d2308364d6ae7057 --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-f805a8c9744d2178.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44732025-10-03T20:16:16.745Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44742025-10-03T20:16:16.773Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=53402175250ac799 -C extra-filename=-e478aa11e0963b60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44752025-10-03T20:16:18.934Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44762025-10-03T20:16:18.934Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=b87208de2e43a953 -C extra-filename=-a347868d6bf0113a --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-ba091636fd1dadf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44772025-10-03T20:16:20.898Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44782025-10-03T20:16:20.929Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=139b9f3e82c8064a -C extra-filename=-0296561a0dd6eb7f --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-e8c3a04d2716be25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44792025-10-03T20:16:20.968Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44802025-10-03T20:16:20.968Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e801f1c6f0bf901f -C extra-filename=-00fbb3a1eb401044 --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-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44812025-10-03T20:16:21.086Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=aaa9ffff0086b2cb -C extra-filename=-34d160b618b330e3 --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-ba091636fd1dadf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1372fb730494c08a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44822025-10-03T20:16:21.138Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44832025-10-03T20:16:21.164Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e73d45b78e6e7ed7 -C extra-filename=-faa5c69a6b6c9863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44842025-10-03T20:16:21.999Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
44852025-10-03T20:16:22.025Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d4c02d9b113e319e -C extra-filename=-ce5f0364f9e8e59f --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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44862025-10-03T20:16:23.666Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44872025-10-03T20:16:23.691Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=44f7e1e7a33bfd29 -C extra-filename=-26079a2896df001a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44882025-10-03T20:16:24.386Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44892025-10-03T20:16:24.411Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=b848e192b6441aa5 -C extra-filename=-89902dd7460d5a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44902025-10-03T20:16:24.901Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=f983c7d60bfc460e -C extra-filename=-a254e9682f436f69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-34d160b618b330e3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44912025-10-03T20:16:26.807Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44922025-10-03T20:16:26.832Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=43b9740ef2014f70 -C extra-filename=-751e8eed95c44bac --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-6eee06ffc9254337.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44932025-10-03T20:16:26.922Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=00358ab7cc94e273 -C extra-filename=-279487a4c8fc5a3d --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-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-9a5a3c5ea5683c08.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
44942025-10-03T20:16:26.948Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44952025-10-03T20:16:26.948Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=8b01b94ef9668edb -C extra-filename=-ae4d928cb24144dc --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-912edc08ca7b6cfb.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44962025-10-03T20:16:27.315Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44972025-10-03T20:16:27.456Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=db8e331daf946967 -C extra-filename=-889a3218c6ec9dea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8a92a5198330d7ab.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-cb3414afc4291584.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-1f7fe189b26b4f31.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
44982025-10-03T20:16:27.946Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44992025-10-03T20:16:27.971Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=9f14c70de63e1048 -C extra-filename=-d0e3ea704e893afa --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-b9e22484d4541bc3.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a254e9682f436f69.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-34d160b618b330e3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45002025-10-03T20:16:27.997Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45012025-10-03T20:16:28.057Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=c9f817dc7fe76889 -C extra-filename=-e58d8038e8f2d346 --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-43346e1c8890fba4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45022025-10-03T20:16:28.227Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
45032025-10-03T20:16:28.252Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/71f1965/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=a6a27a19f56053e7 -C extra-filename=-b159b9f3d839aec0 --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-ba091636fd1dadf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1372fb730494c08a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45042025-10-03T20:16:28.890Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/71f1965/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=02c2cbddc103e711 -C extra-filename=-fd2e6bfac45e2742 --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-ba091636fd1dadf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45052025-10-03T20:16:30.492Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45062025-10-03T20:16:30.517Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=37cab1a2e7ce9ff3 -C extra-filename=-c39db96d98558ee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45072025-10-03T20:16:30.630Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45082025-10-03T20:16:30.655Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=68a142c0423ea51a -C extra-filename=-df15baf379b5f119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
45092025-10-03T20:16:34.354Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
45102025-10-03T20:16:34.389Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/71f1965/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=30749123ecbb9fb4 -C extra-filename=-63bc6253d4c30dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b159b9f3d839aec0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45112025-10-03T20:16:34.704Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/71f1965/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=48e240bef227abc1 -C extra-filename=-555a399cb429cc42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fd2e6bfac45e2742.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45122025-10-03T20:16:34.960Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45132025-10-03T20:16:34.985Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=bd1ed6ed130b3375 -C extra-filename=-8a35e7e2e9c895f9 --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-6eee06ffc9254337.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45142025-10-03T20:16:36.042Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45152025-10-03T20:16:36.066Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=6b9bc4729b6eb26a -C extra-filename=-ae94787b51ffef1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45162025-10-03T20:16:37.003Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45172025-10-03T20:16:37.028Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=509f919a31067854 -C extra-filename=-0eb0f58bb299531b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-26079a2896df001a.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d0e3ea704e893afa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45182025-10-03T20:16:37.548Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e105c212d94915d6 -C extra-filename=-83a1ec7f5a3ea152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2d997432b820278f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5d7a1ab6b8a843bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45192025-10-03T20:16:37.664Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
45202025-10-03T20:16:37.688Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/71f1965/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e306ee34d4881b52 -C extra-filename=-01cbf89eef866d43 --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-b9e22484d4541bc3.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-63bc6253d4c30dd5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b159b9f3d839aec0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45212025-10-03T20:16:38.139Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45222025-10-03T20:16:38.164Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=f15af193a08d7959 -C extra-filename=-9bfae40572d7559a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45232025-10-03T20:16:40.032Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45242025-10-03T20:16:40.056Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=4112ad9c52aa0eb5 -C extra-filename=-daa1ab6188323f2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45252025-10-03T20:16:41.760Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45262025-10-03T20:16:41.786Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=0afd7c5c541cc7d4 -C extra-filename=-a3b14967a8015b6b --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-f8d71a72b9e8b2c4.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45272025-10-03T20:16:42.654Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45282025-10-03T20:16:42.679Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=50ea8b6f5bf28dc2 -C extra-filename=-66921d55886eaeab --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-16cff964c3cef883.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5615119b55f0e9ff.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45292025-10-03T20:16:43.695Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
45302025-10-03T20:16:43.720Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=66be9d771d74ef57 -C extra-filename=-d72694232c7ebe7c --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-6eee06ffc9254337.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45312025-10-03T20:16:45.192Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45322025-10-03T20:16:45.217Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e3a50510930af730 -C extra-filename=-b1cb416f51ec7f87 --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-c11c49bfabf517b6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45332025-10-03T20:16:46.045Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
45342025-10-03T20:16:46.088Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/71f1965/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e27b664801dac9c1 -C extra-filename=-89b980e0f344924e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4f965109474d786a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-555a399cb429cc42.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-01cbf89eef866d43.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fd2e6bfac45e2742.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45352025-10-03T20:16:46.113Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45362025-10-03T20:16:46.113Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=a1f37f651a42446b -C extra-filename=-d87bda9e2c254e4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-31abac89750ec204.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45372025-10-03T20:16:46.142Z Compiling samael v0.0.19
45382025-10-03T20:16:46.168Z Running `/home/build/.rustup/toolchains/1.89.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.19/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="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=89750a8844ea5008 -C extra-filename=-e26d699da6e91408 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-e26d699da6e91408 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-52db1f5a698e73db.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392025-10-03T20:16:46.563Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45402025-10-03T20:16:46.588Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=c6ee71611eeba7bd -C extra-filename=-bd9f1beaa8af8caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-483458f2c0e4714b.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45412025-10-03T20:16:47.986Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095)
45422025-10-03T20:16:48.026Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/b3cdd09/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=36a9a40172d08ea4 -C extra-filename=-18a29eb277b40cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-89b980e0f344924e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-91e360f2e562d9b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45432025-10-03T20:16:48.134Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45442025-10-03T20:16:48.158Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e1f148a9c0f0e6e5 -C extra-filename=-e53a7bba3b403eb9 --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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45452025-10-03T20:16:48.331Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-e26d699da6e91408/build-script-bindings`
45462025-10-03T20:16:50.037Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45472025-10-03T20:16:50.087Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=eae05eededdc7658 -C extra-filename=-87faa1eddfde3450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45482025-10-03T20:16:51.569Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095)
45492025-10-03T20:16:51.594Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/b3cdd09/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=73ab7ba3c567ca37 -C extra-filename=-52aaf9bac3c61a0c --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-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-18a29eb277b40cbb.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6916674228a02440.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-87fad1fe49daeaf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45502025-10-03T20:16:51.806Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/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="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=bfb3f35785d3f5f3 -C extra-filename=-fcb6f8e57edddc75 --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-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4e8fadd970abdfa9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-2e3b66c7557508a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-6fa859ae0a6e2845.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-b2af0bb9d66bf6ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/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 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
45512025-10-03T20:16:53.636Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45522025-10-03T20:16:53.661Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=db380194ae295f82 -C extra-filename=-81aed64eeff35b35 --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-7bc2b684b880fddd.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45532025-10-03T20:16:53.833Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45542025-10-03T20:16:53.860Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=d9db6c5bcccf0bd4 -C extra-filename=-27d129146f1a6224 --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-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45552025-10-03T20:16:54.666Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45562025-10-03T20:16:54.691Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=ecc4ebd3b298bcb1 -C extra-filename=-99c20147ce196d77 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-99c20147ce196d77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45572025-10-03T20:16:55.093Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-99c20147ce196d77/build-script-build`
45582025-10-03T20:16:55.165Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45592025-10-03T20:16:55.191Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=dbccb130e35131a9 -C extra-filename=-dd1675387bda3bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45602025-10-03T20:16:55.219Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45612025-10-03T20:16:55.220Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a94de752a0880d53 -C extra-filename=-13043f35e63f8447 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-13043f35e63f8447 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45622025-10-03T20:16:55.629Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
45632025-10-03T20:16:55.654Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/db07274/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=a96de4259c3d2c0a -C extra-filename=-b1f6f9ac7253403d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d196c4fddd05f420.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d5a3d8b60e74e616.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-9ba6d1740adbd4fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ae5ae8c9e3e01ac0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45642025-10-03T20:16:56.746Z Compiling polar-core v0.27.3
45652025-10-03T20:16:56.771Z Running `/home/build/.rustup/toolchains/1.89.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=19e0e4eda1c6ba1f -C extra-filename=-886d18433c5faa16 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-886d18433c5faa16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-c5d92eb09074701b.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662025-10-03T20:16:57.442Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-13043f35e63f8447/build-script-build`
45672025-10-03T20:16:57.512Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45682025-10-03T20:16:57.542Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=3726537c27972875 -C extra-filename=-b45cc086d7945a5a --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-eb540987235cc905.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45692025-10-03T20:16:58.482Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-886d18433c5faa16/build-script-build`
45702025-10-03T20:16:58.565Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45712025-10-03T20:16:58.590Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=560fbc770408c9bf -C extra-filename=-5ceaa3d98b7e918c --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-2b2c5b3b049bb414.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-9e8190d71cc4dc9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
45722025-10-03T20:16:58.963Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
45732025-10-03T20:16:58.990Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=fed6f127746153dd -C extra-filename=-b0b5813901519d7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
45742025-10-03T20:16:59.443Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45752025-10-03T20:16:59.467Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e5211cff4b8a3384 -C extra-filename=-4b33978b02815482 --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-eb540987235cc905.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45762025-10-03T20:17:00.242Z Running `/home/build/.rustup/toolchains/1.89.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=1960d20cc67d8c30 -C extra-filename=-731fa943a74f8792 --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-82244027cee9cc10.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-57e05e74d1b80c45.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772025-10-03T20:17:00.482Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
45782025-10-03T20:17:00.508Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=2c81f1c3c0fc43ed -C extra-filename=-88acba63d9b9358f --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-eb540987235cc905.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45792025-10-03T20:17:01.187Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
45802025-10-03T20:17:01.214Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=b07018e0f26af86c -C extra-filename=-7b9e2181ee9d953a --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-dfc32f0a21b07f91.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45812025-10-03T20:17:03.047Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
45822025-10-03T20:17:03.072Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=2be8effffe69361d -C extra-filename=-44ccc060f0dda386 --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-ba091636fd1dadf2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45832025-10-03T20:17:03.383Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
45842025-10-03T20:17:03.409Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=fd1df918068510aa -C extra-filename=-f33974d911cab4a9 --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-dfc32f0a21b07f91.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-fc505a76024a50af.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45852025-10-03T20:17:03.672Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45862025-10-03T20:17:03.697Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=0a98ef0f8676ec2b -C extra-filename=-ca432171ded846a4 --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-6eee06ffc9254337.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45872025-10-03T20:17:04.131Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
45882025-10-03T20:17:04.156Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=12279f0f6ad77060 -C extra-filename=-e3ed1f942bd98974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-8c2c2208a60a9cb3.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-def4bbc3ad2b6999.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-fc3ced259616bffd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
45892025-10-03T20:17:05.249Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45902025-10-03T20:17:05.273Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=427eee8fa8a79448 -C extra-filename=-67b965f404bde861 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45912025-10-03T20:17:05.423Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45922025-10-03T20:17:05.449Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=39e5338ac3644609 -C extra-filename=-cd4d07d228c0ef99 --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-6eee06ffc9254337.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45932025-10-03T20:17:06.114Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
45942025-10-03T20:17:06.140Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/db07274/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=b24709fbb3213ff0 -C extra-filename=-33413cbd0c55ab04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45952025-10-03T20:17:07.399Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45962025-10-03T20:17:07.423Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=55f77bb2a8ae30f0 -C extra-filename=-133772c6f4063263 --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-6eee06ffc9254337.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45972025-10-03T20:17:07.527Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
45982025-10-03T20:17:07.553Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=54226066c738e7e6 -C extra-filename=-52d5645db40d6e5e --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-5c70829ff7c12c75.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45992025-10-03T20:17:07.838Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46002025-10-03T20:17:07.863Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=11292bf348600054 -C extra-filename=-6a085a43adbd02a3 --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-6eee06ffc9254337.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46012025-10-03T20:17:08.294Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46022025-10-03T20:17:08.319Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/test-interface/build.rs --error-format=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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=f04c198ec5aea41d -C extra-filename=-78be1936bb1c0836 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-78be1936bb1c0836 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46032025-10-03T20:17:08.624Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46042025-10-03T20:17:08.648Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=cda8d7907fc412e1 -C extra-filename=-1df9a941a8592509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46052025-10-03T20:17:08.715Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-78be1936bb1c0836/build-script-build`
46062025-10-03T20:17:08.787Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46072025-10-03T20:17:08.812Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=6f91a390b6f84900 -C extra-filename=-8e4769b7ae733c9f --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-751e8eed95c44bac.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46082025-10-03T20:17:08.837Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46092025-10-03T20:17:08.837Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=5ff57f22dfd9971f -C extra-filename=-98d13588befb0603 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-98d13588befb0603 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46102025-10-03T20:17:09.341Z Compiling oso v0.27.3
46112025-10-03T20:17:09.366Z Running `/home/build/.rustup/toolchains/1.89.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=64d733745135db6f -C extra-filename=-e671a537678a3b45 --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-27e556769a8b77a2.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-7eff85d008531a78.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-731fa943a74f8792.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46122025-10-03T20:17:09.465Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-98d13588befb0603/build-script-build`
46132025-10-03T20:17:09.530Z Running `/home/build/.rustup/toolchains/1.89.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.18.2+1.9.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", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=db2e4e98011da5c1 -C extra-filename=-d7c4d67cf8018a73 --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-784c297e68e85669.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-379d0666cb89c7fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
46142025-10-03T20:17:09.958Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=dcff36205c648aea -C extra-filename=-a289e78d93a5800e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8e4769b7ae733c9f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46152025-10-03T20:17:10.170Z Compiling git2 v0.20.2
46162025-10-03T20:17:10.217Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=4509d9e01a207a75 -C extra-filename=-0348a0dbb0262e9d --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-2e15dfbecb90ad6a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-d7c4d67cf8018a73.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64`
46172025-10-03T20:17:10.316Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46182025-10-03T20:17:10.342Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=c4b61d963402e33c -C extra-filename=-8cdb3752447b9336 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8cdb3752447b9336 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46192025-10-03T20:17:10.724Z Compiling progenitor-client v0.9.1
46202025-10-03T20:17:10.750Z Running `/home/build/.rustup/toolchains/1.89.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=cbd385ace46b49f1 -C extra-filename=-3512e21d3e705586 --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-ba091636fd1dadf2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
46212025-10-03T20:17:11.283Z Compiling progenitor v0.9.1
46222025-10-03T20:17:11.311Z Running `/home/build/.rustup/toolchains/1.89.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=e67493d83de3594f -C extra-filename=-04c88f0bc562de76 --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-3512e21d3e705586.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f2c5b44bb8930ad9.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-af011bde71142eb9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
46232025-10-03T20:17:11.560Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8cdb3752447b9336/build-script-build`
46242025-10-03T20:17:11.619Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46252025-10-03T20:17:11.644Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=9c179d842fff2cde -C extra-filename=-fc08daaf9bb3b45e --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-6eee06ffc9254337.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46262025-10-03T20:17:13.604Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
46272025-10-03T20:17:13.629Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/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=c24a67dc12d7ace1 -C extra-filename=-d8188563d456bb86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-89b980e0f344924e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-91e360f2e562d9b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46282025-10-03T20:17:13.945Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46292025-10-03T20:17:13.945Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=f355e2a7531340c2 -C extra-filename=-72cb0fba599a2de1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-72cb0fba599a2de1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46302025-10-03T20:17:14.386Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46312025-10-03T20:17:14.418Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=d8f55d88e65fac51 -C extra-filename=-ba6f5ef0a5a75413 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-ba6f5ef0a5a75413 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46322025-10-03T20:17:14.826Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46332025-10-03T20:17:14.855Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=dcc340e66e567afc -C extra-filename=-66eae6de3fb6eb2e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-66eae6de3fb6eb2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46342025-10-03T20:17:15.069Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-ba6f5ef0a5a75413/build-script-build`
46352025-10-03T20:17:15.113Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-72cb0fba599a2de1/build-script-build`
46362025-10-03T20:17:15.176Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46372025-10-03T20:17:15.209Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=72cd8ce547b79661 -C extra-filename=-96f847f77f3848ce --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-6eee06ffc9254337.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46382025-10-03T20:17:15.301Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-66eae6de3fb6eb2e/build-script-build`
46392025-10-03T20:17:15.381Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
46402025-10-03T20:17:15.412Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=a29f9e7c347054c3 -C extra-filename=-17988f1466478ee7 --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-e478aa11e0963b60.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46412025-10-03T20:17:16.207Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46422025-10-03T20:17:16.239Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=57539377e0a31c41 -C extra-filename=-78744b455626e5bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46432025-10-03T20:17:17.194Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46442025-10-03T20:17:17.226Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=b9bdf76d1c537a8c -C extra-filename=-5e36195be51e1280 --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-6eee06ffc9254337.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46452025-10-03T20:17:17.488Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46462025-10-03T20:17:17.518Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=89eb17d4713b22d7 -C extra-filename=-84d9d7739e7a0449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-60be3c30e04f5ea7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-60879703bf0e25d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-5828fbd7fb766da7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46472025-10-03T20:17:18.461Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46482025-10-03T20:17:18.491Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e0a3ed89408e4ca2 -C extra-filename=-e6579278091e5762 --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-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46492025-10-03T20:17:22.159Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46502025-10-03T20:17:22.159Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c186ec949a5c58f5 -C extra-filename=-d7b30ad16b257d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-be3a3cab8cae4ece.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46512025-10-03T20:17:22.159Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=d75339d7e386e1cd -C extra-filename=-db2492616b64b59c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46522025-10-03T20:17:22.185Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46532025-10-03T20:17:22.185Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=68db271e307e0d32 -C extra-filename=-8ae324ebbe9ddf34 --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-6eee06ffc9254337.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46542025-10-03T20:17:23.444Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46552025-10-03T20:17:23.502Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=9a1b4758d8973218 -C extra-filename=-758b4950603e5377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46562025-10-03T20:17:23.527Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46572025-10-03T20:17:23.579Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=c71420d0fd979aad -C extra-filename=-2c72651abee4a333 --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-6eee06ffc9254337.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46582025-10-03T20:17:24.008Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=124962eb5dfab1d2 -C extra-filename=-39f46cd41068daf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4e8fadd970abdfa9.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-0348a0dbb0262e9d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-3c647d1277bbec6a.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-4d4f3d783b5e930d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46592025-10-03T20:17:25.442Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
46602025-10-03T20:17:25.490Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=bd083620412d9816 -C extra-filename=-a33d662b499a749a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-a33d662b499a749a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-3c647d1277bbec6a.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-39f46cd41068daf1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64`
46612025-10-03T20:17:27.671Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46622025-10-03T20:17:27.735Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=09f9da4fddadf6f9 -C extra-filename=-934273a789460407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46632025-10-03T20:17:30.214Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46642025-10-03T20:17:30.239Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=2414ceea9bd6c4f9 -C extra-filename=-e6f48c5f178fd034 --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-6eee06ffc9254337.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46652025-10-03T20:17:33.373Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46662025-10-03T20:17:33.420Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=a81aefb8ca58a75b -C extra-filename=-a46e2c0cf13850f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-88acba63d9b9358f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-839436610eb1cc60.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-38a80769c6ab5534.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46672025-10-03T20:17:34.740Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46682025-10-03T20:17:34.810Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=5e9f33104294dd4d -C extra-filename=-41d3e7612be1e3d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46692025-10-03T20:17:36.515Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46702025-10-03T20:17:36.562Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=8489e1900c32a3d8 -C extra-filename=-a69443578c35eaa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46712025-10-03T20:17:37.530Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
46722025-10-03T20:17:37.556Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/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=36c35f176f194e8c -C extra-filename=-5bb72aab22291d26 --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-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-d8188563d456bb86.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04c88f0bc562de76.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-87fad1fe49daeaf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46732025-10-03T20:17:43.142Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46742025-10-03T20:17:43.167Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=d0c997182891dd9e -C extra-filename=-0856a11897c883fb --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-dfc32f0a21b07f91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a46e2c0cf13850f4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46752025-10-03T20:17:46.381Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-a33d662b499a749a/build-script-build`
46762025-10-03T20:17:47.728Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46772025-10-03T20:17:47.776Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=ca59364d7365a415 -C extra-filename=-13764f8837516301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-97f85751c6964362.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46782025-10-03T20:17:48.153Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46792025-10-03T20:17:48.178Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=cf75151a3c94d2eb -C extra-filename=-e690ff16d980baf9 --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-eb540987235cc905.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46802025-10-03T20:17:51.635Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
46812025-10-03T20:17:51.661Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/lldpd-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=462dc997d5772017 -C extra-filename=-1098f977b9e40fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5bb72aab22291d26.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46822025-10-03T20:17:53.042Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46832025-10-03T20:17:53.067Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=9678bb222b2c3f3b -C extra-filename=-dd9e595d33ebe846 --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-eb540987235cc905.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46842025-10-03T20:17:53.271Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46852025-10-03T20:17:53.296Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=11ff0aa433aa9a4a -C extra-filename=-65430ef687148e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46862025-10-03T20:17:54.604Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46872025-10-03T20:17:54.629Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=f4ab69298480f711 -C extra-filename=-a4ac774d3e3d1281 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-a4ac774d3e3d1281 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46882025-10-03T20:17:55.062Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46892025-10-03T20:17:55.087Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=a4b571b04b9bcbb0 -C extra-filename=-94cdfe7a4afe60ea --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-94cdfe7a4afe60ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46902025-10-03T20:17:55.126Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
46912025-10-03T20:17:55.126Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=85a5006bd6bf3420 -C extra-filename=-0b4dbfb8d85c023b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46922025-10-03T20:17:55.489Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
46932025-10-03T20:17:55.515Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=e3c457d26b297869 -C extra-filename=-78a7c3917d50a505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
46942025-10-03T20:17:55.569Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-94cdfe7a4afe60ea/build-script-build`
46952025-10-03T20:17:55.649Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-a4ac774d3e3d1281/build-script-build`
46962025-10-03T20:17:55.713Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
46972025-10-03T20:17:55.738Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/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=9541d16c15ee2b91 -C extra-filename=-cc1554b8c6c1cc89 --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-6eee06ffc9254337.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-1098f977b9e40fac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04c88f0bc562de76.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-a647f2646049ad12.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46982025-10-03T20:17:56.606Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=34470b5efc0f1d38 -C extra-filename=-4a67b0b7ffc551bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-8c2c2208a60a9cb3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3573e82dea061098.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-555d2383542b2c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-851ea4a7ce06c6f3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-005c5368e174997b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts`
46992025-10-03T20:17:58.226Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47002025-10-03T20:17:58.251Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=8c7068834f076de3 -C extra-filename=-7ebd2a4349a92fbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-08e2e14879a2a174.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ff242f92cb1085d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47012025-10-03T20:17:59.341Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47022025-10-03T20:17:59.366Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=278ce0c44f4f9bf2 -C extra-filename=-cbc082354eaa8297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
47032025-10-03T20:17:59.462Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47042025-10-03T20:17:59.487Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=54697cb8054dc32e -C extra-filename=-66f2728ea060d1d4 --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-b9e22484d4541bc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47052025-10-03T20:17:59.891Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
47062025-10-03T20:17:59.915Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=26e23d2ca3ff4aca -C extra-filename=-c326e49721bbcada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47072025-10-03T20:18:01.643Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=5ad01280d0134a0d -C extra-filename=-35120663bc60e27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7ebd2a4349a92fbe.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0b4dbfb8d85c023b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47082025-10-03T20:18:02.481Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47092025-10-03T20:18:02.506Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=96adb2e4ff200d0c -C extra-filename=-bc19e3f0c78b938a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47102025-10-03T20:18:05.301Z Compiling pbkdf2 v0.11.0
47112025-10-03T20:18:05.339Z Running `/home/build/.rustup/toolchains/1.89.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=144df80d8a63756a -C extra-filename=-5c9ad4d7d6516870 --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-811675e9ce129203.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fb6d5d40cc55a355.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122025-10-03T20:18:05.739Z Compiling cfg-expr v0.20.1
47132025-10-03T20:18:05.764Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=61e09af4eb806657 -C extra-filename=-f6e239ba70e4130d --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-590a634e5a2f8629.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-6711777f53882c3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47142025-10-03T20:18:07.061Z Compiling ssh-key v0.6.6
47152025-10-03T20:18:07.087Z Running `/home/build/.rustup/toolchains/1.89.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=9fa24ee1ddedcafb -C extra-filename=-05e4904485f5eab1 --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-f599ebdcf5ff8aa7.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-87bf7b027e3b9987.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f121e2434b576f43.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-871bce3553f0c6c6.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9863a1ecd9556f27.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-f55f5e74b423061c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7368631e06829679.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47162025-10-03T20:18:07.819Z Running `/home/build/.rustup/toolchains/1.89.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=9b7ff2ea922838df -C extra-filename=-d184a91032218215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172025-10-03T20:18:08.007Z Compiling p521 v0.13.3
47182025-10-03T20:18:08.031Z Running `/home/build/.rustup/toolchains/1.89.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=7efd78176bd75a81 -C extra-filename=-44493179f797f541 --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-aacfd2cdccf68808.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-dfa74ef0bc555310.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192025-10-03T20:18:10.151Z Compiling p256 v0.13.2
47202025-10-03T20:18:10.176Z Running `/home/build/.rustup/toolchains/1.89.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=26ad988ef9781593 -C extra-filename=-24e947e2159dcf85 --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-740a36728ba1256c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-dfa74ef0bc555310.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212025-10-03T20:18:11.137Z Compiling blake3 v1.5.4
47222025-10-03T20:18:11.162Z Running `/home/build/.rustup/toolchains/1.89.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=2d6bb3ef6e7f4966 -C extra-filename=-9bed0f6c2a88d9a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232025-10-03T20:18:11.238Z Compiling russh-cryptovec v0.7.3
47242025-10-03T20:18:11.264Z Running `/home/build/.rustup/toolchains/1.89.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=624b3801be0ce430 -C extra-filename=-47d0d6a4c325d2eb --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252025-10-03T20:18:11.685Z Compiling md5 v0.7.0
47262025-10-03T20:18:11.710Z Running `/home/build/.rustup/toolchains/1.89.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=e0253fd5d6ed69a0 -C extra-filename=-96da815151f19082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272025-10-03T20:18:12.043Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7/build-script-build`
47282025-10-03T20:18:12.324Z Compiling russh-keys v0.45.0
47292025-10-03T20:18:12.350Z Running `/home/build/.rustup/toolchains/1.89.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=04909df4b5c1efc6 -C extra-filename=-16e78258f16ebd5e --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-dfaef6cde8c84d8c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-f599ebdcf5ff8aa7.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-a43cacfec0e3568f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6ed8a3b85e99de4e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-950f9ae6083f57e1.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-65db9a03d8eae111.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-87bf7b027e3b9987.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96da815151f19082.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-24e947e2159dcf85.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-a73342285d52acc7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-44493179f797f541.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-5c9ad4d7d6516870.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-d52ab1c3c2b6afbd.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4e76e5678abbda38.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-871bce3553f0c6c6.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9863a1ecd9556f27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7368631e06829679.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-05e4904485f5eab1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-99d143f44a798912.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47302025-10-03T20:18:12.771Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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=be687e94bd2b6f30 -C extra-filename=-aae28b9b8a53ab38 --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-f6e239ba70e4130d.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d184a91032218215.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-6711777f53882c3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312025-10-03T20:18:13.864Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47322025-10-03T20:18:13.890Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=6ed138bea7db8f68 -C extra-filename=-272f9d3cf3ca01fe --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-27d129146f1a6224.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47332025-10-03T20:18:16.173Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47342025-10-03T20:18:16.199Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e1b42ca390f8ad5f -C extra-filename=-1f8b6d676b4b5418 --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-9bfae40572d7559a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47352025-10-03T20:18:18.548Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47362025-10-03T20:18:18.574Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=5fec76f00f9cb8b5 -C extra-filename=-b80ec6ca8be07add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47372025-10-03T20:18:20.711Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47382025-10-03T20:18:20.736Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=b58bfb95a1382d61 -C extra-filename=-0c943951f1bef186 --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-dfc32f0a21b07f91.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47392025-10-03T20:18:21.222Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47402025-10-03T20:18:21.248Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2021 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=bbf0eb47b56173d4 -C extra-filename=-3ac978a0e3ae3304 --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-6eee06ffc9254337.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47412025-10-03T20:18:21.274Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
47422025-10-03T20:18:21.298Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=26d05b1ff179cedf -C extra-filename=-e33a663352da63dd --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-b9e22484d4541bc3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47432025-10-03T20:18:21.474Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47442025-10-03T20:18:21.499Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=7b5bdd03cfa15e8f -C extra-filename=-4929b029eed0452f --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-811675e9ce129203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47452025-10-03T20:18:21.779Z Compiling async-object-pool v0.1.5
47462025-10-03T20:18:21.805Z Running `/home/build/.rustup/toolchains/1.89.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=cacc81f231face4b -C extra-filename=-2aaf33e8031b3aad --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-6aba8b5773499566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47472025-10-03T20:18:22.070Z Compiling num-bigint v0.4.6
47482025-10-03T20:18:22.094Z Running `/home/build/.rustup/toolchains/1.89.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=624b0168e3552330 -C extra-filename=-eadb7ad30f027cc7 --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-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47492025-10-03T20:18:22.880Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=244d097bcda827ad -C extra-filename=-86e51bab00178629 --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-db2492616b64b59c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47502025-10-03T20:18:23.154Z Compiling pathdiff v0.2.3
47512025-10-03T20:18:23.179Z Running `/home/build/.rustup/toolchains/1.89.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=03f8e01f7dc9f4d8 -C extra-filename=-79da9eed9067aabc --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-dfc32f0a21b07f91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47522025-10-03T20:18:23.437Z Compiling des v0.8.1
47532025-10-03T20:18:23.462Z Running `/home/build/.rustup/toolchains/1.89.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=99cfb0ac2f267598 -C extra-filename=-339e378bb6c6c3e5 --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-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47542025-10-03T20:18:23.787Z Compiling assert-json-diff v2.0.2
47552025-10-03T20:18:23.812Z Running `/home/build/.rustup/toolchains/1.89.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=a809f9e6075d6c02 -C extra-filename=-f23de3056ff7a404 --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-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47562025-10-03T20:18:23.856Z Compiling serde_regex v1.1.0
47572025-10-03T20:18:23.881Z Running `/home/build/.rustup/toolchains/1.89.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=1059f823524e7406 -C extra-filename=-9fe398b3465dcd53 --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-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582025-10-03T20:18:24.284Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=ee987e229ab02a47 -C extra-filename=-af6b962b2ea97f6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6d32444f06077cf0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-86e51bab00178629.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e671a537678a3b45.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47592025-10-03T20:18:24.433Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47602025-10-03T20:18:24.458Z Running `/home/build/.rustup/toolchains/1.89.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=5f91161757666c2d -C extra-filename=-029cd12436357a37 --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-6c39e3a1d0a5cd80.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47612025-10-03T20:18:24.698Z Compiling memmap2 v0.9.5
47622025-10-03T20:18:24.722Z Running `/home/build/.rustup/toolchains/1.89.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=956c0d6a87ed27e0 -C extra-filename=-48084ef4791c6b6d --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632025-10-03T20:18:25.254Z Compiling path-tree v0.8.1
47642025-10-03T20:18:25.279Z Running `/home/build/.rustup/toolchains/1.89.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=ba1b22bbe49b563b -C extra-filename=-15ece367662f7eeb --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-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47652025-10-03T20:18:25.430Z Compiling nested v0.1.1
47662025-10-03T20:18:25.455Z Running `/home/build/.rustup/toolchains/1.89.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=5556e46147fe87c9 -C extra-filename=-e59bd1619248066e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47672025-10-03T20:18:25.851Z Compiling doc-comment v0.3.3
47682025-10-03T20:18:25.876Z Running `/home/build/.rustup/toolchains/1.89.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=031fc6401a62c56a -C extra-filename=-200f4663afc566c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47692025-10-03T20:18:25.941Z Compiling stringmetrics v2.2.2
47702025-10-03T20:18:25.965Z Running `/home/build/.rustup/toolchains/1.89.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=38813a369b3f459c -C extra-filename=-839ef2b6c4c3d98f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47712025-10-03T20:18:26.319Z Compiling httpmock v0.8.0-alpha.1
47722025-10-03T20:18:26.344Z Running `/home/build/.rustup/toolchains/1.89.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=885f669e5ceaae16 -C extra-filename=-bd8172f13ade308a --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-f23de3056ff7a404.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-2aaf33e8031b3aad.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-6aba8b5773499566.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-15cdef15435a1121.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-15ece367662f7eeb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-9fe398b3465dcd53.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-839ef2b6c4c3d98f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47732025-10-03T20:18:26.555Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0/build-script-build`
47742025-10-03T20:18:26.814Z Compiling guppy v0.17.20
47752025-10-03T20:18:26.839Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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(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=becb09b35290ce44 -C extra-filename=-4fad48e293d8bba5 --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-41e81cb7d43466a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-35eea7a849d1c8d9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d184a91032218215.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-e59bd1619248066e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-79da9eed9067aabc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-aae28b9b8a53ab38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47762025-10-03T20:18:31.580Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47772025-10-03T20:18:31.605Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=94e88c4c6f34a7a4 -C extra-filename=-060e4f0820c55eff --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-dbe800b30728c355.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47782025-10-03T20:18:32.992Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=7a9ea80aa555e79e -C extra-filename=-90646f0dc10bc5d2 --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-0024e32b04263537.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4693c330a7860d27.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47792025-10-03T20:18:33.631Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47802025-10-03T20:18:33.656Z Running `/home/build/.rustup/toolchains/1.89.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=63872c43ae4076c3 -C extra-filename=-189a9b5757e2d232 --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-029cd12436357a37.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f467dcc5aacdde53.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47812025-10-03T20:18:34.001Z Compiling russh v0.45.0
47822025-10-03T20:18:34.026Z Running `/home/build/.rustup/toolchains/1.89.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=8b11c8e07fa44fd7 -C extra-filename=-a05c86c12a3c98b8 --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-dfaef6cde8c84d8c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6635b28e63b7a9ed.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2e15dfbecb90ad6a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6ed8a3b85e99de4e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-f1aae7c1aadf1d13.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-950f9ae6083f57e1.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e8870a4ffd45fb57.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-339e378bb6c6c3e5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-eadb7ad30f027cc7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-24e947e2159dcf85.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-a73342285d52acc7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-44493179f797f541.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eeefcd9df1ca1b59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-16e78258f16ebd5e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7368631e06829679.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-05e4904485f5eab1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47832025-10-03T20:18:34.453Z Running `/home/build/.rustup/toolchains/1.89.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=de759405b981c70e -C extra-filename=-f3a6e4aee690bcf1 --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-e2010af4a19c5e8a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-8d2c6c29c7891b80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-48084ef4791c6b6d.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-282a92b16b07242d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/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()))'`
47842025-10-03T20:18:35.639Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47852025-10-03T20:18:35.664Z Running `/home/build/.rustup/toolchains/1.89.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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=6f5df691056cd8e0 -C extra-filename=-5d8a53f89994b542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4929b029eed0452f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47862025-10-03T20:18:36.652Z Compiling rstest_macros v0.25.0
47872025-10-03T20:18:36.677Z Running `/home/build/.rustup/toolchains/1.89.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.25.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=1490c89433306016 -C extra-filename=-50a4543035446387 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-50a4543035446387 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882025-10-03T20:18:37.322Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47892025-10-03T20:18:37.347Z Running `/home/build/.rustup/toolchains/1.89.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=3ddd2c73bd1c8706 -C extra-filename=-f4902f2efd761223 --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47902025-10-03T20:18:37.910Z Compiling target-triple v0.1.3
47912025-10-03T20:18:37.935Z Running `/home/build/.rustup/toolchains/1.89.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=43876e831a8d794d -C extra-filename=-a9e7d9a104e14c0c --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47922025-10-03T20:18:38.579Z Compiling internet-checksum v0.2.1
47932025-10-03T20:18:38.604Z Running `/home/build/.rustup/toolchains/1.89.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=3770fe13442919c0 -C extra-filename=-9cafe0c893e294c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47942025-10-03T20:18:38.883Z Compiling assert_cmd v2.0.17
47952025-10-03T20:18:38.908Z Running `/home/build/.rustup/toolchains/1.89.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=8ea2eebe34941bc3 -C extra-filename=-04cfa77d50ed31d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47962025-10-03T20:18:39.493Z Compiling escape8259 v0.5.3
47972025-10-03T20:18:39.518Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d20561cb0c510df7 -C extra-filename=-e67caa0b4d2792f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47982025-10-03T20:18:39.941Z Compiling topological-sort v0.2.2
47992025-10-03T20:18:39.966Z Running `/home/build/.rustup/toolchains/1.89.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=dbda87832c274d58 -C extra-filename=-8fbca0a60c1df2d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002025-10-03T20:18:40.275Z Compiling omicron-zone-package v0.12.2
48012025-10-03T20:18:40.300Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=053258d23b56078a -C extra-filename=-c3814f139aee330a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-f3a6e4aee690bcf1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a863865501856ebb.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-8fbca0a60c1df2d7.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
48022025-10-03T20:18:41.280Z Compiling libtest-mimic v0.8.1
48032025-10-03T20:18:41.304Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-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=aff5490c5c4d75d2 -C extra-filename=-bf29bbc5c023469c --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-e67caa0b4d2792f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042025-10-03T20:18:42.462Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=8a27bc4b7a2b1e1a -C extra-filename=-c9458a377846ee16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4693c330a7860d27.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-86e51bab00178629.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48052025-10-03T20:18:42.571Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5/build-script-build`
48062025-10-03T20:18:42.635Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c/build-script-build`
48072025-10-03T20:18:42.718Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-50a4543035446387/build-script-build`
48082025-10-03T20:18:42.926Z Running `/home/build/.rustup/toolchains/1.89.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=203edc6eb6bf86c5 -C extra-filename=-8911672ac1f84a7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48092025-10-03T20:18:43.148Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48102025-10-03T20:18:43.173Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2021 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=c5074a5373508e58 -C extra-filename=-48f9ff9ce7354f8f --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-eb540987235cc905.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-3ac978a0e3ae3304.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48112025-10-03T20:18:43.200Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48122025-10-03T20:18:43.226Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=c6cec49eccd1d51a -C extra-filename=-b37a6fe48dddae35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1f8b6d676b4b5418.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48132025-10-03T20:18:43.609Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
48142025-10-03T20:18:43.633Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=2a64d544d9986e7e -C extra-filename=-33c1f46887a16e76 --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-784c297e68e85669.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48152025-10-03T20:18:44.740Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48162025-10-03T20:18:44.765Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=8e3eca5d41d4a616 -C extra-filename=-35840c39e096f645 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-35840c39e096f645 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-17eee2b5ec9502c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48172025-10-03T20:18:44.790Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48182025-10-03T20:18:44.815Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=5ed2929a869bb244 -C extra-filename=-cc33599b02df605e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-cc33599b02df605e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48192025-10-03T20:18:45.256Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48202025-10-03T20:18:45.281Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=685714e948692fdb -C extra-filename=-8dbb5b92e9100744 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-8dbb5b92e9100744 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48212025-10-03T20:18:45.725Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48222025-10-03T20:18:45.750Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=69f6017ef55c7c08 -C extra-filename=-287a3534d2ddbd8e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-287a3534d2ddbd8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48232025-10-03T20:18:46.026Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48242025-10-03T20:18:46.051Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=276f0ceecf421b8f -C extra-filename=-935d776130d1b00b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-935d776130d1b00b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48252025-10-03T20:18:46.186Z Compiling proc-macro-crate v3.2.0
48262025-10-03T20:18:46.211Z Running `/home/build/.rustup/toolchains/1.89.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=cc70676910d08c03 -C extra-filename=-a0b55377edcb6a0b --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-371387807b933e58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48272025-10-03T20:18:46.430Z Compiling fancy-regex v0.14.0
48282025-10-03T20:18:46.455Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-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="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=45208bbf99f70dde -C extra-filename=-bd23a692b6cd35b3 --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-319270cdaf0aa2af.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48292025-10-03T20:18:46.569Z Compiling relative-path v1.9.3
48302025-10-03T20:18:46.625Z Running `/home/build/.rustup/toolchains/1.89.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=91af2d9845aaacf8 -C extra-filename=-f3fb9c0935465094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48312025-10-03T20:18:47.298Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48322025-10-03T20:18:47.323Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=9a15025a76035872 -C extra-filename=-08f6be44a05b044a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48332025-10-03T20:18:47.538Z Running `/home/build/.rustup/toolchains/1.89.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.25.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=a7a888c9c4de52bf -C extra-filename=-d26da86718a1e03c --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-16cff964c3cef883.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-a0b55377edcb6a0b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-f3fb9c0935465094.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48342025-10-03T20:18:47.742Z Compiling datatest-stable v0.3.2
48352025-10-03T20:18:47.767Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=5830002668070def -C extra-filename=-1d8ca450b5f88ccc --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-dfc32f0a21b07f91.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-bd23a692b6cd35b3.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-bf29bbc5c023469c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48362025-10-03T20:18:48.442Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-935d776130d1b00b/build-script-build`
48372025-10-03T20:18:48.507Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-287a3534d2ddbd8e/build-script-build`
48382025-10-03T20:18:48.580Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-35840c39e096f645/build-script-build`
48392025-10-03T20:18:48.627Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-8dbb5b92e9100744/build-script-build`
48402025-10-03T20:18:48.702Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-cc33599b02df605e/build-script-build`
48412025-10-03T20:18:48.767Z Running `/home/build/.rustup/toolchains/1.89.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=5e0ee26f7959c9ec -C extra-filename=-499ddfe5c686f058 --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-ca4ebf2465e25529.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-8911672ac1f84a7c.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-6d6fb21ada06257a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-ce984a833f6ed118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48422025-10-03T20:18:48.811Z Running `/home/build/.rustup/toolchains/1.89.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=be1e2d0070e3560f -C extra-filename=-b643f12d1eef33b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
48432025-10-03T20:18:49.097Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48442025-10-03T20:18:49.122Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=bd7070f0f5882b3c -C extra-filename=-c6e95d188042a77b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4929b029eed0452f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5d8a53f89994b542.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48452025-10-03T20:18:50.342Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48462025-10-03T20:18:50.389Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=124000b89c52c6e9 -C extra-filename=-2bd19543e4d506ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b80ec6ca8be07add.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-272f9d3cf3ca01fe.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48472025-10-03T20:18:54.292Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48482025-10-03T20:18:54.338Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=4685dbd26c0e8f79 -C extra-filename=-d5490df44db814e7 --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-ca4ebf2465e25529.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-189a9b5757e2d232.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-f4902f2efd761223.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-a05c86c12a3c98b8.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-16e78258f16ebd5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48492025-10-03T20:18:57.177Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48502025-10-03T20:18:57.177Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=b57eff850980ffce -C extra-filename=-847cc45b8e602eda --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-847cc45b8e602eda -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48512025-10-03T20:18:57.354Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48522025-10-03T20:18:57.379Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=d14c3d745b496b96 -C extra-filename=-53fceacaa1738260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48532025-10-03T20:18:57.687Z Compiling support-bundle-viewer v0.1.2
48542025-10-03T20:18:57.712Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-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=91be8c460391b76b -C extra-filename=-a2172fcf121261ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36c6de616dcce02e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
48552025-10-03T20:18:59.068Z Compiling multimap v0.10.1
48562025-10-03T20:18:59.093Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-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="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=95b3d1963652f510 -C extra-filename=-8da1303169dd049e --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-f6ffde1d7de41f44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48572025-10-03T20:18:59.512Z Compiling uzers v0.12.1
48582025-10-03T20:18:59.537Z Running `/home/build/.rustup/toolchains/1.89.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=15495c1ff3b76e98 -C extra-filename=-3a9a1eb5d3fd1184 --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-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48592025-10-03T20:19:00.864Z Compiling termcolor v1.4.1
48602025-10-03T20:19:00.922Z Running `/home/build/.rustup/toolchains/1.89.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=896144aaf15b931a -C extra-filename=-bc3094e45d954bfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48612025-10-03T20:19:01.919Z Compiling trybuild v1.0.106
48622025-10-03T20:19:01.944Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=83a9e95cff75676f -C extra-filename=-ab58d805aa5f8928 --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-558c6603bd35f247.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-066ca6776427c6cd.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b643f12d1eef33b1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-bc3094e45d954bfe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c6868ec88754a54f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48632025-10-03T20:19:04.787Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-847cc45b8e602eda/build-script-build`
48642025-10-03T20:19:04.855Z Compiling rstest v0.25.0
48652025-10-03T20:19:04.880Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-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="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=6e259bccaa690ad0 -C extra-filename=-a34b71621b92861e --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-15cdef15435a1121.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-d26da86718a1e03c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48662025-10-03T20:19:05.228Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48672025-10-03T20:19:05.253Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=4b4dafdea1b0ec90 -C extra-filename=-ddeaf0281dadea92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48682025-10-03T20:19:06.828Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48692025-10-03T20:19:06.853Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=102eda1fae2c335a -C extra-filename=-e69dadd73e60dff0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-e69dadd73e60dff0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48702025-10-03T20:19:07.359Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48712025-10-03T20:19:07.383Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=5851ff9ba785da89 -C extra-filename=-7913717dc84ed309 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-7913717dc84ed309 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9be08790c2ba686d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48722025-10-03T20:19:07.900Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48732025-10-03T20:19:07.924Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=090c2ac9b6c35d75 -C extra-filename=-ff602060f8e856d4 --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-b9e22484d4541bc3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48742025-10-03T20:19:09.094Z Compiling blake2b_simd v1.0.2
48752025-10-03T20:19:09.119Z Running `/home/build/.rustup/toolchains/1.89.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=fb44c7c6958e6d33 -C extra-filename=-87ba1fa9ca2d3c06 --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-e2010af4a19c5e8a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-8d2c6c29c7891b80.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48762025-10-03T20:19:09.340Z Compiling partial-io v0.5.4
48772025-10-03T20:19:09.365Z Running `/home/build/.rustup/toolchains/1.89.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=cd2ad5e1c9363d6d -C extra-filename=-2fcc6f17884da91b --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-912edc08ca7b6cfb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7bd651de3fede962.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48782025-10-03T20:19:10.002Z Compiling httptest v0.16.3
48792025-10-03T20:19:10.027Z Running `/home/build/.rustup/toolchains/1.89.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=e7cf278da7e90650 -C extra-filename=-7200b17fc5ad7e40 --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-a7e888a5db0973b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-18581a88059f94fc.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48802025-10-03T20:19:14.702Z Compiling rand_distr v0.5.1
48812025-10-03T20:19:14.727Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=7be6d9ce49c61597 -C extra-filename=-ddbcb46c67bc5455 --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-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48822025-10-03T20:19:15.048Z Compiling drift v0.1.0
48832025-10-03T20:19:15.073Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-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=6ef888f09a7140c7 -C extra-filename=-9c5592eb8e0691c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48842025-10-03T20:19:16.026Z Compiling approx v0.5.1
48852025-10-03T20:19:16.052Z Running `/home/build/.rustup/toolchains/1.89.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=534107493d56d1cf -C extra-filename=-e9a1bdb27c790840 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48862025-10-03T20:19:16.413Z Compiling rust-argon2 v2.1.0
48872025-10-03T20:19:16.438Z Running `/home/build/.rustup/toolchains/1.89.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=5bff1f62f8d091e0 -C extra-filename=-dc5628cd2ffc9e49 --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-f59c456c6a871a93.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-87ba1fa9ca2d3c06.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48882025-10-03T20:19:17.334Z Compiling dropshot-api-manager v0.2.1
48892025-10-03T20:19:17.359Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-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=f02f44a9a3986c6b -C extra-filename=-c7dd8700040a84be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-9c5592eb8e0691c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts`
48902025-10-03T20:19:18.421Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-7913717dc84ed309/build-script-build`
48912025-10-03T20:19:18.492Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-e69dadd73e60dff0/build-script-build`
48922025-10-03T20:19:18.556Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48932025-10-03T20:19:18.580Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=102c724aee796e15 -C extra-filename=-2038eafd220642d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48942025-10-03T20:19:19.863Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2021 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=3119aa98be7a38d2 -C extra-filename=-bcdf2210d62da937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-48f9ff9ce7354f8f.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-3ac978a0e3ae3304.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48952025-10-03T20:19:20.254Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48962025-10-03T20:19:20.279Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=051ba722075ff2e4 -C extra-filename=-bfd592cfbf8ab822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c3814f139aee330a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
48972025-10-03T20:19:22.991Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48982025-10-03T20:19:23.034Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=ef53aed4b619813d -C extra-filename=-22f906ef01457627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48992025-10-03T20:19:23.867Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49002025-10-03T20:19:23.894Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=6f557622a826daca -C extra-filename=-0fac100d2517cb72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49012025-10-03T20:19:24.748Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49022025-10-03T20:19:24.773Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=bcafff87ba85ba35 -C extra-filename=-7f9dcf71e3665430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49032025-10-03T20:19:25.616Z Compiling cargo_toml v0.21.0
49042025-10-03T20:19:25.640Z Running `/home/build/.rustup/toolchains/1.89.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=4f7b74cc7d5dcf10 -C extra-filename=-de77e3b4fc14e93d --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-f6ffde1d7de41f44.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49052025-10-03T20:19:25.689Z Compiling termios v0.3.3
49062025-10-03T20:19:25.689Z Running `/home/build/.rustup/toolchains/1.89.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=5ddc44b32fa63987 -C extra-filename=-c68150b2517d6e38 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49072025-10-03T20:19:26.067Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d3352b2340292d83 -C extra-filename=-f3a7a27b833df3ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-bfd592cfbf8ab822.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c3814f139aee330a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
49082025-10-03T20:19:26.113Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49092025-10-03T20:19:26.138Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=f14c17064564b2f3 -C extra-filename=-4a3da7f62b059467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-c68150b2517d6e38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-38a80769c6ab5534.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49102025-10-03T20:19:26.654Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49112025-10-03T20:19:26.679Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2021 dev-tools/dropshot-apis/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=361beced2134a9f9 -C extra-filename=-5fdaa67bf8167b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8e4769b7ae733c9f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-c7dd8700040a84be.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-88acba63d9b9358f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b80ec6ca8be07add.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-48f9ff9ce7354f8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-272f9d3cf3ca01fe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49122025-10-03T20:19:32.031Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=6ab093739b5c46c8 -C extra-filename=-40b4a1ebb1815183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0fac100d2517cb72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49132025-10-03T20:19:32.517Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49142025-10-03T20:19:32.542Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=b64b0c6464d80287 -C extra-filename=-752d716c4946462f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-7f9dcf71e3665430.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c3814f139aee330a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/usr/ssl-3/lib/amd64`
49152025-10-03T20:19:33.009Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49162025-10-03T20:19:33.034Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=735ccc1f014123e1 -C extra-filename=-1875451de2730a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-de77e3b4fc14e93d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49172025-10-03T20:19:33.071Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=7d0ec9ce159474a5 -C extra-filename=-3a0a979ce99cbef7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-22f906ef01457627.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49182025-10-03T20:19:33.427Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49192025-10-03T20:19:33.452Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2021 trust-quorum/tqdb/src/bin/tqdb/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=228b937ee864f8b1 -C extra-filename=-54b8ddb8a870bde4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0b4dbfb8d85c023b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-35120663bc60e27b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5d8a53f89994b542.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c6e95d188042a77b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49202025-10-03T20:19:33.752Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=dcf897dd8d44ae3a -C extra-filename=-95213b86afade586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b37a6fe48dddae35.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b80ec6ca8be07add.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1f8b6d676b4b5418.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2bd19543e4d506ec.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-272f9d3cf3ca01fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49212025-10-03T20:19:34.586Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8e986e0db2414513 -C extra-filename=-b94a0777b81ed8ad --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-189a9b5757e2d232.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d5490df44db814e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-f4902f2efd761223.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-a05c86c12a3c98b8.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-16e78258f16ebd5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49222025-10-03T20:19:35.600Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=ae894ce9e8b67abe -C extra-filename=-7eaf1d7b548ab844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49232025-10-03T20:19:35.933Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=28c3ed82bfb434d5 -C extra-filename=-c462eba6199c749c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4fad48e293d8bba5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49242025-10-03T20:19:37.072Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=802efe26a4872f3f -C extra-filename=-bea0aa5d0115566e --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-189a9b5757e2d232.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d5490df44db814e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-f4902f2efd761223.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-a05c86c12a3c98b8.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-16e78258f16ebd5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49252025-10-03T20:19:37.718Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=912df83d761f86b1 -C extra-filename=-0567ebdb80143178 --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-189a9b5757e2d232.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d5490df44db814e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-f4902f2efd761223.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-a05c86c12a3c98b8.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-16e78258f16ebd5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49262025-10-03T20:19:39.433Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=bba1c22e0d147b69 -C extra-filename=-c261f80d65b0ef92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49272025-10-03T20:19:39.622Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=89993c20ef160ca1 -C extra-filename=-8e02a926396e0e0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4fad48e293d8bba5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49282025-10-03T20:19:39.869Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=d20f08600955d8de -C extra-filename=-e8d0f47ba367e015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49292025-10-03T20:19:41.196Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=079afb62d842396c -C extra-filename=-33efb709c50769ae --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-189a9b5757e2d232.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-f4902f2efd761223.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-a05c86c12a3c98b8.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-16e78258f16ebd5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49302025-10-03T20:19:43.098Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8676894409f8f2c4 -C extra-filename=-d1867a440e7e058a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4fad48e293d8bba5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49312025-10-03T20:19:46.515Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=297a70580b8c691b -C extra-filename=-c00eb285750160ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49322025-10-03T20:19:50.858Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=2b80b3777795a700 -C extra-filename=-4cfe34931e2e4b90 --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-43346e1c8890fba4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49332025-10-03T20:19:51.842Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49342025-10-03T20:19:51.889Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=88e6b6b732dd3625 -C extra-filename=-10105fbbc18750e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-a289e78d93a5800e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/`
49352025-10-03T20:19:55.887Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49362025-10-03T20:19:55.924Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=bef7d3e991722619 -C extra-filename=-9cf541416de06309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49372025-10-03T20:19:58.678Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49382025-10-03T20:19:58.703Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=f039afaf1cf939ee -C extra-filename=-410e1bae20be22c7 --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-912edc08ca7b6cfb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49392025-10-03T20:20:01.307Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=77818aafd4e2c62d -C extra-filename=-afe77e3c3dd5e5b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49402025-10-03T20:20:02.389Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=48666a79bf66de9b -C extra-filename=-80efc08b4169a58b --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-6eee06ffc9254337.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49412025-10-03T20:20:02.900Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=cb0b2fd0b892c11d -C extra-filename=-c1fefa9a58bf033b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49422025-10-03T20:20:04.262Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=68dbca086ed42299 -C extra-filename=-47cb192e0d642167 --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-6eee06ffc9254337.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49432025-10-03T20:20:05.704Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=b74802c65b4289e5 -C extra-filename=-2ddab7aea0e61313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-8da1303169dd049e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-a2172fcf121261ab.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49442025-10-03T20:20:06.101Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=52abc38e419e64f1 -C extra-filename=-eb6f8997948f5dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8e4769b7ae733c9f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49452025-10-03T20:20:18.095Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=c8b150a5dc3cec64 -C extra-filename=-2d98a4b8bb15c04d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a67b0b7ffc551bf.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3c3bb2439bb88549.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cc1554b8c6c1cc89.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-66f2728ea060d1d4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-47cb192e0d642167.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c1fefa9a58bf033b.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-7301ab81925d1f24.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49462025-10-03T20:20:22.227Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=49fc6403cb58c292 -C extra-filename=-423fc0a0adb204b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4693c330a7860d27.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-86e51bab00178629.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e671a537678a3b45.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49472025-10-03T20:20:30.252Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=27890c90bce8695f -C extra-filename=-33f6e88c8443ba0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49482025-10-03T20:20:34.289Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2021 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=c587a9c0e349b0c1 -C extra-filename=-f57819bdb71490d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-ff602060f8e856d4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49492025-10-03T20:20:37.111Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=49768fd170abe11a -C extra-filename=-f523f73da72ec883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49502025-10-03T20:20:41.759Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=fa0dfb2bd7eb8081 -C extra-filename=-9051a640029bba33 --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-912edc08ca7b6cfb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49512025-10-03T20:20:45.814Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3663c03b9e2ce207 -C extra-filename=-b1a2e6cbe1349b27 --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-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4693c330a7860d27.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49522025-10-03T20:20:48.467Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2021 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8d3dc7dc49580b19 -C extra-filename=-ec3fcdf4a8deb467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-48f9ff9ce7354f8f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-3ac978a0e3ae3304.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49532025-10-03T20:20:54.215Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=ae1bc9f392f2925e -C extra-filename=-a49a4f6319f4161a --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-0024e32b04263537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7200b17fc5ad7e40.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49542025-10-03T20:21:26.524Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2021 ntp-admin/src/bin/ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=607a90836df75792 -C extra-filename=-3e0a6b3cc2b33534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-48f9ff9ce7354f8f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-3ac978a0e3ae3304.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-bcdf2210d62da937.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49552025-10-03T20:21:29.401Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9a0125eb9c5a3cfb -C extra-filename=-fc7afdcf5bbd2051 --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-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4693c330a7860d27.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49562025-10-03T20:21:39.503Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3bfa4497391223ab -C extra-filename=-7cc81482a991e0c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8e4769b7ae733c9f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-a289e78d93a5800e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49572025-10-03T20:21:39.655Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=809a624f30502ca2 -C extra-filename=-794c59382d95a35b --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-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49582025-10-03T20:21:42.219Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=15c052c2225ae361 -C extra-filename=-b4c15b0281b368cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-a289e78d93a5800e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/`
49592025-10-03T20:21:42.908Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=6c0ccf7f6f14ea83 -C extra-filename=-468b33b8a3b9552c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-ff602060f8e856d4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49602025-10-03T20:21:50.830Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=dd28944b18bd6056 -C extra-filename=-fe7743368945e499 --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-43346e1c8890fba4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49612025-10-03T20:21:53.707Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=51b83ffb38438b70 -C extra-filename=-8f815d30de9b4a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49622025-10-03T20:21:54.595Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=579b4ea39e02a758 -C extra-filename=-75f13d37196b9bfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4fad48e293d8bba5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49632025-10-03T20:21:58.303Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=71d5b1db3185189d -C extra-filename=-cb25d269d1f7d700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b80ec6ca8be07add.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2bd19543e4d506ec.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-272f9d3cf3ca01fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49642025-10-03T20:22:02.811Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=97cb27c89cc2d28d -C extra-filename=-773c6245b1a18958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b37a6fe48dddae35.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b80ec6ca8be07add.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1f8b6d676b4b5418.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2bd19543e4d506ec.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-272f9d3cf3ca01fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49652025-10-03T20:22:06.450Z Running `/home/build/.rustup/toolchains/1.89.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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=58bb9da031419e21 -C extra-filename=-29b2f63147127885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4929b029eed0452f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c6e95d188042a77b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49662025-10-03T20:22:07.581Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2021 trust-quorum/tests/cluster.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=715df304e58fecfe -C extra-filename=-f486df6b2882ac10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4929b029eed0452f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5d8a53f89994b542.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c6e95d188042a77b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49672025-10-03T20:22:16.826Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=f83a35356404ef5f -C extra-filename=-095c02817cbc84d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-2038eafd220642d7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49682025-10-03T20:22:20.297Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=340fcaca2fae263a -C extra-filename=-289264378526cd41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49692025-10-03T20:22:24.019Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=344e61c2227dc626 -C extra-filename=-6aa52fe1edb9d146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-74c62a1d4d9a119c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49702025-10-03T20:22:26.171Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8bacd5ce0f3a4949 -C extra-filename=-891938565e6594ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ddeaf0281dadea92.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49712025-10-03T20:22:30.045Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=e347eecb967b4778 -C extra-filename=-4647da91fd90f166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ddeaf0281dadea92.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49722025-10-03T20:22:33.232Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=392f1bfeff16a843 -C extra-filename=-a018dafda8ba60e2 --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-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ddbcb46c67bc5455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-a34b71621b92861e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ab58d805aa5f8928.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49732025-10-03T20:22:45.485Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8a09d8de991b7053 -C extra-filename=-deb56a354a6faf09 --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-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ddbcb46c67bc5455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-a34b71621b92861e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ab58d805aa5f8928.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49742025-10-03T20:22:46.856Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=08336af95c384902 -C extra-filename=-c17048e96030cf41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b37a6fe48dddae35.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1f8b6d676b4b5418.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2fcc6f17884da91b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49752025-10-03T20:22:49.846Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=43709ffdf90008ce -C extra-filename=-72060805501d4dba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1f8b6d676b4b5418.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2fcc6f17884da91b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49762025-10-03T20:22:50.388Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a7889ccf891a74b2 -C extra-filename=-77ea4f1ce28bf3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4929b029eed0452f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5d8a53f89994b542.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49772025-10-03T20:22:53.619Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d3074844762c053f -C extra-filename=-7293d7eb1e6e7197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-53fceacaa1738260.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49782025-10-03T20:22:54.314Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=6c9e7e9a52aff710 -C extra-filename=-a8e7f93ad95f0bc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-53fceacaa1738260.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49792025-10-03T20:22:54.840Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=9a3de7cf6c2f05c5 -C extra-filename=-d226576ffbe9cf22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-53fceacaa1738260.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49802025-10-03T20:22:59.010Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=4d6ec72e9877ded7 -C extra-filename=-58cd07c8f95054ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49812025-10-03T20:23:01.684Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d5447ac9ec6bbae6 -C extra-filename=-f13b5f3d120e1c6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b37a6fe48dddae35.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b80ec6ca8be07add.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1f8b6d676b4b5418.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-272f9d3cf3ca01fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49822025-10-03T20:23:05.769Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=591fc2b946e6d149 -C extra-filename=-5b2b96a1c126f503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-97f85751c6964362.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49832025-10-03T20:23:15.250Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d764a6dffb01ce41 -C extra-filename=-d851cf05f955e5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-97f85751c6964362.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49842025-10-03T20:23:18.401Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=6f0fb4d894be3b8b -C extra-filename=-a7dee447d85d2850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-97f85751c6964362.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49852025-10-03T20:23:20.846Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=169cebdc13506b72 -C extra-filename=-83c1bc5e05530ff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-35120663bc60e27b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49862025-10-03T20:23:20.979Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=24d3ad256fec4e56 -C extra-filename=-1beebe3f39600ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-33c1f46887a16e76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49872025-10-03T20:23:41.289Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=095446f82f290de4 -C extra-filename=-878ba6b466dc0536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-33c1f46887a16e76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49882025-10-03T20:23:56.397Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=d62cc1f9fd0d6201 -C extra-filename=-2c9ad473bdfce561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49892025-10-03T20:23:59.771Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=b6c35533beaddbee -C extra-filename=-31583b01b0ffbbee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1d8ca450b5f88ccc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7ebd2a4349a92fbe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0b4dbfb8d85c023b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-35120663bc60e27b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49902025-10-03T20:24:01.654Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2021 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b27b078a3b5cd92 -C extra-filename=-8ae808edf41b979f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1d8ca450b5f88ccc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7ebd2a4349a92fbe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0b4dbfb8d85c023b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-35120663bc60e27b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49912025-10-03T20:24:06.204Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=56ed3593d7a705cc -C extra-filename=-659e7a66fb1ad6be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1d8ca450b5f88ccc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7ebd2a4349a92fbe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0b4dbfb8d85c023b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49922025-10-03T20:24:09.572Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=65f8aa41829ca53c -C extra-filename=-1ce2b00659fcc43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c3814f139aee330a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
49932025-10-03T20:24:14.888Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d2c601fc0e59ca5f -C extra-filename=-bea87e27a7ad5eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6d32444f06077cf0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-86e51bab00178629.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e671a537678a3b45.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49942025-10-03T20:24:17.492Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=1db5d194fc8dabf7 -C extra-filename=-0f1c7c98eb36c667 --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-db2492616b64b59c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49952025-10-03T20:24:17.868Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=a5b3ff4c4245819b -C extra-filename=-11b35c04591f129d --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-dbe800b30728c355.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49962025-10-03T20:24:22.555Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8dc3de72075cd21f -C extra-filename=-c2c8f4b61abf7f61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49972025-10-03T20:24:22.834Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=bb46e866a4080ad7 -C extra-filename=-db5fcf3de867d046 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49982025-10-03T20:24:26.649Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=6519057c2fb96815 -C extra-filename=-aaabccf415e6103d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49992025-10-03T20:24:28.202Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=b18d25de6ee44575 -C extra-filename=-7642f090d9d907d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50002025-10-03T20:24:29.923Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=6b7db772a5d20117 -C extra-filename=-68cda8bf4a67677c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4fad48e293d8bba5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50012025-10-03T20:24:31.363Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=d16b282bbce37075 -C extra-filename=-a605597589074138 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7ebd2a4349a92fbe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0b4dbfb8d85c023b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-35120663bc60e27b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50022025-10-03T20:24:41.439Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2021 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=aaa87c4d893bce13 -C extra-filename=-48b0d5817c3afd61 --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-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-3ac978a0e3ae3304.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50032025-10-03T20:24:43.341Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
50042025-10-03T20:24:43.367Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3ea63fac5acbd256 -C extra-filename=-119ac8ac48c61c25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0c943951f1bef186.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50052025-10-03T20:24:46.829Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=5a455fe28d8159de -C extra-filename=-bd928798300cc305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0c943951f1bef186.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c326e49721bbcada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50062025-10-03T20:24:46.922Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=26b1679c114c6c47 -C extra-filename=-023a4142b0f8c5d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0c943951f1bef186.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c326e49721bbcada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50072025-10-03T20:24:50.096Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=14b64e0d55201704 -C extra-filename=-17ddd36fb6ade04e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0c943951f1bef186.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c326e49721bbcada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50082025-10-03T20:24:50.262Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9fd1c7108efbb0f9 -C extra-filename=-a8f9ff0b504f3e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0c943951f1bef186.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c326e49721bbcada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50092025-10-03T20:24:53.086Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=7be77ec255b60cfa -C extra-filename=-13c74bcc3dd6e968 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0c943951f1bef186.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50102025-10-03T20:24:53.655Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d7803e83e7a99e38 -C extra-filename=-5536d4a71d70fbcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50112025-10-03T20:24:58.988Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=f47c5c2fe27707c3 -C extra-filename=-109873fb356c6477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-97f85751c6964362.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50122025-10-03T20:25:01.928Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=fbc5cff502323fbd -C extra-filename=-b0c84e7184e93477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c326e49721bbcada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50132025-10-03T20:25:06.781Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=7028ca90d46cad85 -C extra-filename=-57cf6b692868da51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c326e49721bbcada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50142025-10-03T20:25:08.420Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=dc71af0106d82c56 -C extra-filename=-9a8ec807403a34b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c326e49721bbcada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50152025-10-03T20:25:09.738Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=07a8c74386851993 -C extra-filename=-67da669bf4fefe1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2d997432b820278f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5d7a1ab6b8a843bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50162025-10-03T20:25:18.357Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=d9a11bfe320b378b -C extra-filename=-36016c6c10662251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2d997432b820278f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5d7a1ab6b8a843bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50172025-10-03T20:25:21.807Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=81507ed99f3cf8d2 -C extra-filename=-d69f5bbea4978dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2d997432b820278f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5d7a1ab6b8a843bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50182025-10-03T20:25:25.317Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50192025-10-03T20:25:25.342Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=59e46511452bbc11 -C extra-filename=-5029c9d6d55015bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0b4dbfb8d85c023b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50202025-10-03T20:25:29.400Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2021 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=576bacb836909c5a -C extra-filename=-ca292531fb462a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50212025-10-03T20:25:30.897Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=ef1db160e618b073 -C extra-filename=-d2a6f0a8879eb6e7 --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-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a46e2c0cf13850f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50222025-10-03T20:25:33.480Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=b8d32d1026ee6682 -C extra-filename=-7b9d32d31fa48290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-88acba63d9b9358f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-839436610eb1cc60.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-38a80769c6ab5534.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50232025-10-03T20:25:35.266Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=e421dbfb8bf2b44d -C extra-filename=-a10e76c6731cecf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50242025-10-03T20:25:49.311Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=79021b940f10fbb7 -C extra-filename=-4dbe66f5497ba97a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-88acba63d9b9358f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-839436610eb1cc60.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a46e2c0cf13850f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-38a80769c6ab5534.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50252025-10-03T20:26:09.205Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
50262025-10-03T20:26:09.230Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=47f261fce61eb361 -C extra-filename=-0d90de43262c8ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a46e2c0cf13850f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50272025-10-03T20:26:12.000Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=e5b451204ab038ed -C extra-filename=-8abf7708439e42af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-88acba63d9b9358f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-839436610eb1cc60.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a46e2c0cf13850f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-38a80769c6ab5534.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50282025-10-03T20:26:14.113Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=53ed390996df7cef -C extra-filename=-b99c1a3b17dfc5aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-88acba63d9b9358f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-839436610eb1cc60.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a46e2c0cf13850f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-38a80769c6ab5534.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
50292025-10-03T20:26:16.019Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=060e4fd2cd40238e -C extra-filename=-16c11f2fc38766fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50302025-10-03T20:26:22.084Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=27cae28e0b32b7fe -C extra-filename=-c0062cb4c5de8532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50312025-10-03T20:26:35.947Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=a855b37ef8ae063f -C extra-filename=-d06168b7e80e8cf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-08e2e14879a2a174.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ff242f92cb1085d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50322025-10-03T20:26:44.579Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=2eff731f6a8edb4a -C extra-filename=-9aa91a2f62b0d291 --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-934273a789460407.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50332025-10-03T20:26:53.944Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=af54be60cc8f5afe -C extra-filename=-1b6f19520767648f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-60be3c30e04f5ea7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-60879703bf0e25d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-5828fbd7fb766da7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50342025-10-03T20:26:55.777Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=a04672df91913ac5 -C extra-filename=-f0ef63370c3ed283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50352025-10-03T20:26:57.309Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=fa7e201ca5a67909 -C extra-filename=-e55b5ce3df60ee33 --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-eb540987235cc905.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50362025-10-03T20:26:57.867Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=8bb9438c998fc04f -C extra-filename=-80699ed2170b06b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-be3a3cab8cae4ece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50372025-10-03T20:26:58.869Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=1d28425c99dd7c87 -C extra-filename=-824f6bf4970a0c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50382025-10-03T20:27:01.214Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=0c31b0daaf91977e -C extra-filename=-44bfb75497cdc3fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-be3a3cab8cae4ece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50392025-10-03T20:27:03.767Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=46694e095956eed8 -C extra-filename=-f49eb2fbb35b4774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50402025-10-03T20:27:08.610Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=9bf0d0787cb6a47e -C extra-filename=-876195c4eadcb71b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50412025-10-03T20:27:13.668Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=6bbbd70a40dac2b4 -C extra-filename=-d126b85c9ddfbc29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50422025-10-03T20:27:26.312Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=b133e7da3a1ca469 -C extra-filename=-87efbbaa3367de4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50432025-10-03T20:27:32.010Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=880a2a981cdc1f70 -C extra-filename=-6c55c6d2270a990c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50442025-10-03T20:27:32.894Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=6e1dfc34d8fe204b -C extra-filename=-89681f48ab4c8520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-be3a3cab8cae4ece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50452025-10-03T20:27:36.619Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=99f8c3e9774f19e4 -C extra-filename=-87eddba2e609aa9a --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-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50462025-10-03T20:27:41.273Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d66fbef3c5275e9e -C extra-filename=-1b2c0949450f0a85 --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-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50472025-10-03T20:27:45.115Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3cd19423210c2805 -C extra-filename=-91a9de4b681d9f33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-60be3c30e04f5ea7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-60879703bf0e25d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-5828fbd7fb766da7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50482025-10-03T20:27:49.817Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=dc63a86b5b6543d3 -C extra-filename=-d7feeb7da2455958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50492025-10-03T20:27:52.106Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=31fedfba8e21f06f -C extra-filename=-d0906c7470db212b --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-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-9a5a3c5ea5683c08.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50502025-10-03T20:27:53.565Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50512025-10-03T20:27:53.590Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=984e3481089a0fae -C extra-filename=-bc1d8f2d45c3e3e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50522025-10-03T20:27:56.730Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50532025-10-03T20:27:56.755Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=81d1562d33a171a0 -C extra-filename=-213f03c532774a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50542025-10-03T20:27:56.787Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=5b5449d8cf03711d -C extra-filename=-774adc0ac01cdf68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-31abac89750ec204.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50552025-10-03T20:27:58.854Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2021 dns-server/tests/cross_version_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9c927b8c00248c38 -C extra-filename=-e2686262d523d652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50562025-10-03T20:27:59.252Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3ac229b5ffaddc13 -C extra-filename=-db1eb1c4dd4c6714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50572025-10-03T20:28:04.087Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=81d08589d4c99fd5 -C extra-filename=-a30e9501fcdddc95 --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-eb540987235cc905.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50582025-10-03T20:28:08.025Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=106294cdc524ec10 -C extra-filename=-5339fef1cd724e3a --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-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50592025-10-03T20:28:10.995Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=a43407a19c4472b9 -C extra-filename=-74c70f727065883e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50602025-10-03T20:28:25.295Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=e57c2a87cfb5f096 -C extra-filename=-bbfc5cee21874ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50612025-10-03T20:28:38.674Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=877a73e37c7d6b9a -C extra-filename=-c049e25939cd414c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0ae098d9efa20822.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-b5826a67549b4447.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1758e38323da742c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-31abac89750ec204.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
50622025-10-03T20:28:39.033Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3b33604c5803d937 -C extra-filename=-f089b8e7b4e17358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-25f66e3d1266183c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-09c1fab102bb0169.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50632025-10-03T20:28:40.325Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e13a94f2286efa06 -C extra-filename=-80de2dd71e489c5e --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-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-9a5a3c5ea5683c08.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50642025-10-03T20:28:46.446Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=f8a0a92473ac60b6 -C extra-filename=-3098694bcf768f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50652025-10-03T20:28:53.583Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9836ac03bd9ae6ad -C extra-filename=-1c85d9d4c215cc5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50662025-10-03T20:29:27.409Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=1e5fe27e6d7d3ff1 -C extra-filename=-3e73950bac889d35 --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-f8d71a72b9e8b2c4.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50672025-10-03T20:29:27.797Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=60a92b4d00eefda5 -C extra-filename=-e67d07eae238a117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50682025-10-03T20:29:29.645Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=688308ad899a541d -C extra-filename=-0e395939bb657c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50692025-10-03T20:29:30.723Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=a02e43cb3e144d93 -C extra-filename=-794a8363498cb3d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50702025-10-03T20:29:33.059Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=e1dfd1fb11936322 -C extra-filename=-b87734b8c00bf67a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8a92a5198330d7ab.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-cb3414afc4291584.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-1f7fe189b26b4f31.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50712025-10-03T20:29:35.345Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=e0795864479592bb -C extra-filename=-57bf83b27db1c08b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50722025-10-03T20:29:37.149Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d5defee355d83b0c -C extra-filename=-2eed77796a5fbba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50732025-10-03T20:29:41.056Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=0f5a32167bbdf050 -C extra-filename=-a9bc14f8a575045f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-483458f2c0e4714b.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50742025-10-03T20:29:58.470Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d26b0618bd8e3c60 -C extra-filename=-e934d2f53d9baf86 --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-ca0b22273cebe02d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-9a5a3c5ea5683c08.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50752025-10-03T20:30:02.395Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=91bf6489d5e98248 -C extra-filename=-03daa11b2d1373b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50762025-10-03T20:30:19.054Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=bded2d84762b3127 -C extra-filename=-bec1201c084d4ec1 --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-27d129146f1a6224.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50772025-10-03T20:30:22.039Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=97a20234e2b7838e -C extra-filename=-8cf851d4540cd996 --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-6eee06ffc9254337.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50782025-10-03T20:30:23.921Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=bc7d5c09533b1c72 -C extra-filename=-1b5b05c9b4eb2639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50792025-10-03T20:30:36.178Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=b007c530eccb42e9 -C extra-filename=-82fae8eb60df1fcf --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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-fc505a76024a50af.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50802025-10-03T20:30:41.172Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50812025-10-03T20:30:41.196Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=ca3f6f7d135adde6 -C extra-filename=-4b789395d87ba87e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50822025-10-03T20:30:45.088Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=590d3c60318ad3d6 -C extra-filename=-e8be55c9f00be7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50832025-10-03T20:30:48.250Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=484f64dfdc4602f4 -C extra-filename=-4a088d70ce84eb03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2d997432b820278f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5d7a1ab6b8a843bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50842025-10-03T20:30:56.117Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=f9b726e3b0b5616f -C extra-filename=-d729301944dc1f39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50852025-10-03T20:31:05.160Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=adc77875e7f91f5a -C extra-filename=-07aae1b2905d690a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50862025-10-03T20:31:05.231Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e8f25b13f49f13a9 -C extra-filename=-9d3ce3813e14624d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50872025-10-03T20:31:08.439Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3ca938f017a36d36 -C extra-filename=-9885de48fbeabf92 --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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50882025-10-03T20:31:09.263Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8e489bfbcc4565b4 -C extra-filename=-03601823c137f703 --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-eb540987235cc905.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50892025-10-03T20:31:13.058Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=33376323fb8cb641 -C extra-filename=-9dc676439d7104da --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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-fc505a76024a50af.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50902025-10-03T20:31:15.563Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d49d12212184b4d5 -C extra-filename=-14e1407773a4d339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50912025-10-03T20:31:16.634Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=5d8c87dd11c8420b -C extra-filename=-07906bd7df1b3773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50922025-10-03T20:31:19.663Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=e861dcd715f37d12 -C extra-filename=-9656f0406dfd452c --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-9bfae40572d7559a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50932025-10-03T20:31:20.034Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=ab39c18f2482dcc7 -C extra-filename=-c13c86d9384a7d8f --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-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5615119b55f0e9ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50942025-10-03T20:31:26.260Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=163e2148e86d94e5 -C extra-filename=-719965e560cd3572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-26079a2896df001a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d0e3ea704e893afa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50952025-10-03T20:31:29.000Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50962025-10-03T20:31:29.025Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=c4742a5b69fd1ed9 -C extra-filename=-054b6f7e2d89ca22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50972025-10-03T20:31:30.508Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=5aa3a543e99d0f64 -C extra-filename=-0834a7134cbcd720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50982025-10-03T20:31:31.747Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=4028d90f580fa0d0 -C extra-filename=-4e51f87451f587d0 --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-751e8eed95c44bac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50992025-10-03T20:31:33.807Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=ee83a3787ce22dcf -C extra-filename=-9fa744f722e58f66 --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-b9e22484d4541bc3.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a254e9682f436f69.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-34d160b618b330e3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51002025-10-03T20:31:34.153Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=394bc43971c46a43 -C extra-filename=-52b12bcc426f9a02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-26079a2896df001a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51012025-10-03T20:31:35.948Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3c57ebbbe7032956 -C extra-filename=-b022346446587681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51022025-10-03T20:31:36.870Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=da4b4f1933b28712 -C extra-filename=-bf0d72cf270a2086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51032025-10-03T20:31:37.488Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=ee1deea845748955 -C extra-filename=-bd7c668d67b974bd --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-6eee06ffc9254337.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51042025-10-03T20:31:38.267Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=ebf3af4295f503db -C extra-filename=-dd185190403fdf7e --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-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51052025-10-03T20:31:38.906Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3eee80005799e094 -C extra-filename=-4750a4f00a490067 --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-e8c3a04d2716be25.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51062025-10-03T20:31:40.644Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3893196031ce8493 -C extra-filename=-35e9fb180289909c --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-7bc2b684b880fddd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51072025-10-03T20:31:40.761Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9b0c5a4cdbc5f2c5 -C extra-filename=-eba9ffb05352fc5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51082025-10-03T20:31:43.493Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=6d4c9860c93e1102 -C extra-filename=-49404945e9c5edc9 --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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51092025-10-03T20:31:43.886Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=5b66295b120df57b -C extra-filename=-52b78495df499e90 --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-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51102025-10-03T20:31:50.064Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=13d709da8bcd121f -C extra-filename=-7728e294f7e87bdb --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-6eee06ffc9254337.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51112025-10-03T20:31:51.251Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8132ebdb21aff0a4 -C extra-filename=-51701c1fd31748f6 --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-6eee06ffc9254337.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51122025-10-03T20:31:51.276Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=b929498a906837fc -C extra-filename=-3db7657d8c43a829 --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-e478aa11e0963b60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51132025-10-03T20:31:51.805Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9789d646198548d8 -C extra-filename=-d7b85aab7d7131bb --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-dfc32f0a21b07f91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51142025-10-03T20:31:52.184Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3249a08ecde8c444 -C extra-filename=-d5cc7f3be7a6cc97 --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-6eee06ffc9254337.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51152025-10-03T20:31:54.182Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=347c1c92947ee642 -C extra-filename=-be80fd5c179ab1c3 --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-43346e1c8890fba4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51162025-10-03T20:31:54.467Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9e400a69ea0dc90c -C extra-filename=-5e7cdf6282c77cf2 --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-c11c49bfabf517b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51172025-10-03T20:31:54.611Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=c59e0d06e9c2c6a9 -C extra-filename=-57f4249b1aee2fdd --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-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51182025-10-03T20:31:54.832Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=96ea7fb358e69cf3 -C extra-filename=-8caad775ddf5347c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51192025-10-03T20:31:54.953Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=e7bd434a13b1b93d -C extra-filename=-e166739040328149 --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-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51202025-10-03T20:31:55.778Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2021 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=5ffb26e544475a5c -C extra-filename=-39135c52e360a00e --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-6eee06ffc9254337.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51212025-10-03T20:31:56.722Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=06a152e9bfd8d5c7 -C extra-filename=-fcc8264fd0702303 --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-f805a8c9744d2178.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51222025-10-03T20:31:57.596Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=37cdef57def0e5d4 -C extra-filename=-6e0f8723ce17be89 --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-6eee06ffc9254337.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51232025-10-03T20:31:58.763Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=152456517c505de4 -C extra-filename=-daba7b27b7665666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51242025-10-03T20:32:01.836Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=38f222e63c18d3bb -C extra-filename=-9db19f31791aba7c --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-2b2c5b3b049bb414.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-9e8190d71cc4dc9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
51252025-10-03T20:32:02.256Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=58934d938d2ce418 -C extra-filename=-4e80fb2714c812da --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-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51262025-10-03T20:32:03.418Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=90b6fdbf4bf9c56f -C extra-filename=-464afda6dec7b31f --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-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51272025-10-03T20:32:04.121Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9cfb5a25c7045bc3 -C extra-filename=-44e50295347166ab --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-dbe800b30728c355.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51282025-10-03T20:32:05.097Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=d50d5f3ba25c0255 -C extra-filename=-c9dc4ee89500eb9d --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-1225f8856b75ea78.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6631d55b92ae00a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51292025-10-03T20:32:05.725Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=223271aeb5923175 -C extra-filename=-4dce490c8e7d2847 --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-1225f8856b75ea78.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6631d55b92ae00a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51302025-10-03T20:32:06.114Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8ffc69bafe223073 -C extra-filename=-b1cd406f6098f236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-31abac89750ec204.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51312025-10-03T20:32:06.442Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=53947c61900103ad -C extra-filename=-f7d620cadebf48f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-483458f2c0e4714b.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d52fdd98b2e268d4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-a647f2646049ad12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51322025-10-03T20:32:08.639Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=0fc24f7de50e2217 -C extra-filename=-5e41f80ddc12f230 --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-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51332025-10-03T20:32:09.119Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=f21304faa2434dc3 -C extra-filename=-3ee0c421bd36160f --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-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51342025-10-03T20:32:10.078Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=356d15f2c318a034 -C extra-filename=-71e1e6d7fccc076f --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-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51352025-10-03T20:32:10.237Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=cd280373a46369ba -C extra-filename=-c48107183c9e4d12 --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-ba091636fd1dadf2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-926913b17d40ecdd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51362025-10-03T20:32:10.756Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=f40629335420b5d9 -C extra-filename=-60c46be8df67209c --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-eb540987235cc905.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51372025-10-03T20:32:10.897Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=be9714939cbb3577 -C extra-filename=-d397b6a7536de3be --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-6eee06ffc9254337.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51382025-10-03T20:32:11.693Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=b3b9dc34904f47f2 -C extra-filename=-219575497f47489a --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-b9e22484d4541bc3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51392025-10-03T20:32:12.234Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8f46fe7ab16caf4e -C extra-filename=-f7733380264e2716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51402025-10-03T20:32:13.237Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8d18228dcb8f9859 -C extra-filename=-271152b843f13c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51412025-10-03T20:32:13.926Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=baedf660238f1f47 -C extra-filename=-403377e8e1edd4e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51422025-10-03T20:32:15.927Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9ff1f65cb3407cdd -C extra-filename=-72553b37ebff4348 --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-5c70829ff7c12c75.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51432025-10-03T20:32:17.120Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=1e7438a2575c5480 -C extra-filename=-2d5889c86f29ff3e --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-b9e22484d4541bc3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51442025-10-03T20:32:17.532Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=02ba55e0e61a9d3e -C extra-filename=-f113f4fe6b93173b --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-eb540987235cc905.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51452025-10-03T20:32:18.063Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=1f6c94a9ad408714 -C extra-filename=-1f19d62b825fa64a --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-b9e22484d4541bc3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51462025-10-03T20:32:18.314Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9d4c9a383dc68db2 -C extra-filename=-6fda5ad483c63358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51472025-10-03T20:32:18.362Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9389d8cad88c4bc7 -C extra-filename=-df57cd98c46812a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51482025-10-03T20:32:18.656Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=7b38443150ed6efa -C extra-filename=-db5c7cc2565243e8 --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-f805a8c9744d2178.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51492025-10-03T20:32:19.354Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=20304a9ee5d093aa -C extra-filename=-8491c071cd243c02 --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-811675e9ce129203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51502025-10-03T20:32:19.559Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=acc222c7ce93e6b3 -C extra-filename=-a93ab87a43bfb0a0 --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-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51512025-10-03T20:32:20.022Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=f1e1f7ac73315422 -C extra-filename=-43d21259ee3831a4 --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-b9e22484d4541bc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51522025-10-03T20:32:20.360Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=ee1cdd2ac0fb08e9 -C extra-filename=-dd5fd760c22c4d8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51532025-10-03T20:32:20.946Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=506002f3f53497a9 -C extra-filename=-fdad2387d51a09fd --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-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51542025-10-03T20:32:22.457Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2021 clients/ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=1a73594cb688b3cc -C extra-filename=-88efd85efa71f0ae --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-6eee06ffc9254337.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51552025-10-03T20:32:23.091Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=7ddb64357e5ae51e -C extra-filename=-88d69d369b8193f4 --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-41e81cb7d43466a5.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d196c4fddd05f420.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2e15dfbecb90ad6a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c8939ca7148b6f17.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36c6de616dcce02e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c30fa127176a7cf.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e8870a4ffd45fb57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1ddac0d0fc65a56b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-87bf7b027e3b9987.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-60be3c30e04f5ea7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3573e82dea061098.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f121e2434b576f43.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d44d9a34ee3a776f.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1dabcdcf1d2ea826.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-af8e42e130717fe4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-871bce3553f0c6c6.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-daa76648e454ddb8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ebc6d0b123f05836.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0f6736acc2dbe486.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c8d2b2cd23555b2d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47b99673232dc793.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a863865501856ebb.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2c286be83987bd15.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c8bdc24cd9c7cc3.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1a365ed664bf8d35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51562025-10-03T20:32:23.650Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=16b1706c481f8a04 -C extra-filename=-b6ccbacc021ebad9 --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-f805a8c9744d2178.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51572025-10-03T20:32:24.208Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=9accf2a6895a2008 -C extra-filename=-bc75913913d33ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51582025-10-03T20:33:47.523Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=5b4e668f90d35123 -C extra-filename=-83009c81ee8ff723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51592025-10-03T20:33:47.579Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=0ded722fef517ece -C extra-filename=-abef4bd80846f38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-35120663bc60e27b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51602025-10-03T20:33:47.604Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=a732444441d05321 -C extra-filename=-8ff448870ec91112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7200b17fc5ad7e40.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51612025-10-03T20:33:47.674Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=bfd12b79d7cb3008 -C extra-filename=-b31b3ece1f787d68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-8da1303169dd049e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-a2172fcf121261ab.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51622025-10-03T20:33:47.700Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=580360669f858bf6 -C extra-filename=-11f55aa86ce9457f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-35120663bc60e27b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51632025-10-03T20:33:47.700Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=05cb8c349f62b3f4 -C extra-filename=-632c383cddd0066d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-8da1303169dd049e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-a2172fcf121261ab.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51642025-10-03T20:33:47.700Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=28d0ddade5808166 -C extra-filename=-eafcc3d53f2f83a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-33c1f46887a16e76.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51652025-10-03T20:33:47.700Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=0062cc325af49cb0 -C extra-filename=-40f48e282761dead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-33c1f46887a16e76.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51662025-10-03T20:40:19.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28m 43s
51672025-10-03T20:40:38.135Z
51682025-10-03T20:40:38.165Zreal 29:01.245960309
51692025-10-03T20:40:38.165Zuser 2:27:49.284040960
51702025-10-03T20:40:38.165Zsys 26:33.359966542
51712025-10-03T20:40:38.166Ztrap 14.463660830
51722025-10-03T20:40:38.166Ztflt 3.107280465
51732025-10-03T20:40:38.166Zdflt 7:40.185069809
51742025-10-03T20:40:38.166Zkflt 1.373260352
51752025-10-03T20:40:38.166Zlock 8:40:18.728204577
51762025-10-03T20:40:38.166Zslp 14:17:18.117674481
51772025-10-03T20:40:38.166Zlat 15:22.038771692
51782025-10-03T20:40:38.167Zstop 15:27.807434035
51792025-10-03T20:40:39.138Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
51802025-10-03T20:40:46.540Z Fresh unicode-ident v1.0.18
51812025-10-03T20:40:46.540Z Fresh cfg-if v1.0.1
51822025-10-03T20:40:46.589Z Fresh autocfg v1.4.0
51832025-10-03T20:40:46.589Z Fresh memchr v2.7.4
51842025-10-03T20:40:46.589Z Fresh proc-macro2 v1.0.101
51852025-10-03T20:40:46.589Z Fresh value-bag v1.9.0
51862025-10-03T20:40:46.589Z Fresh smallvec v1.15.1
51872025-10-03T20:40:46.589Z Fresh version_check v0.9.5
51882025-10-03T20:40:46.589Z Fresh quote v1.0.40
51892025-10-03T20:40:46.589Z Fresh libc v0.2.174
51902025-10-03T20:40:46.590Z Fresh serde_core v1.0.226
51912025-10-03T20:40:46.590Z Fresh log v0.4.27
51922025-10-03T20:40:46.590Z Fresh scopeguard v1.2.0
51932025-10-03T20:40:46.590Z Fresh itoa v1.0.11
51942025-10-03T20:40:46.590Z Fresh syn v2.0.106
51952025-10-03T20:40:46.590Z Fresh lock_api v0.4.12
51962025-10-03T20:40:46.590Z Fresh getrandom v0.2.15
51972025-10-03T20:40:46.590Z Fresh ryu v1.0.18
51982025-10-03T20:40:46.590Z Fresh stable_deref_trait v1.2.0
51992025-10-03T20:40:46.590Z Fresh serde_derive v1.0.226
52002025-10-03T20:40:46.590Z Fresh libm v0.2.8
52012025-10-03T20:40:46.590Z Fresh zeroize_derive v1.4.2
52022025-10-03T20:40:46.590Z Fresh synstructure v0.13.1
52032025-10-03T20:40:46.590Z Fresh zerovec-derive v0.10.3
52042025-10-03T20:40:46.590Z Fresh serde v1.0.226
52052025-10-03T20:40:46.590Z Fresh num-traits v0.2.19
52062025-10-03T20:40:46.590Z Fresh zeroize v1.8.1
52072025-10-03T20:40:46.590Z Fresh zerofrom-derive v0.1.4
52082025-10-03T20:40:46.590Z Fresh serde_json v1.0.145
52092025-10-03T20:40:46.590Z Fresh yoke-derive v0.7.4
52102025-10-03T20:40:46.590Z Fresh displaydoc v0.2.5
52112025-10-03T20:40:46.590Z Fresh bytes v1.10.1
52122025-10-03T20:40:46.590Z Fresh bitflags v2.9.4
52132025-10-03T20:40:46.590Z Fresh zerofrom v0.1.4
52142025-10-03T20:40:46.590Z Fresh portable-atomic v1.11.0
52152025-10-03T20:40:46.590Z Fresh fnv v1.0.7
52162025-10-03T20:40:46.590Z Fresh allocator-api2 v0.2.21
52172025-10-03T20:40:46.590Z Fresh critical-section v1.1.3
52182025-10-03T20:40:46.590Z Fresh yoke v0.7.4
52192025-10-03T20:40:46.590Z Fresh once_cell v1.21.3
52202025-10-03T20:40:46.590Z Fresh percent-encoding v2.3.2
52212025-10-03T20:40:46.590Z Fresh pin-project-lite v0.2.14
52222025-10-03T20:40:46.590Z Fresh litemap v0.7.3
52232025-10-03T20:40:46.590Z Fresh writeable v0.5.5
52242025-10-03T20:40:46.590Z Fresh equivalent v1.0.2
52252025-10-03T20:40:46.590Z Fresh zerovec v0.10.4
52262025-10-03T20:40:46.590Z Fresh icu_provider_macros v1.5.0
52272025-10-03T20:40:46.590Z Fresh regex-syntax v0.8.5
52282025-10-03T20:40:46.590Z Fresh getrandom v0.3.1
52292025-10-03T20:40:46.591Z Fresh icu_locid_transform_data v1.5.0
52302025-10-03T20:40:46.591Z Fresh icu_properties_data v1.5.0
52312025-10-03T20:40:46.591Z Fresh shlex v1.3.0
52322025-10-03T20:40:46.591Z Fresh semver v1.0.27
52332025-10-03T20:40:46.591Z Fresh tinystr v0.7.6
52342025-10-03T20:40:46.640Z Fresh icu_collections v1.5.0
52352025-10-03T20:40:46.640Z Fresh write16 v1.0.0
52362025-10-03T20:40:46.640Z Fresh utf16_iter v1.0.5
52372025-10-03T20:40:46.640Z Fresh icu_normalizer_data v1.5.0
52382025-10-03T20:40:46.640Z Fresh utf8_iter v1.0.4
52392025-10-03T20:40:46.640Z Fresh form_urlencoded v1.2.2
52402025-10-03T20:40:46.640Z Fresh icu_locid v1.5.0
52412025-10-03T20:40:46.641Z Fresh jobserver v0.1.32
52422025-10-03T20:40:46.641Z Fresh rand_core v0.6.4
52432025-10-03T20:40:46.641Z Fresh errno v0.3.12
52442025-10-03T20:40:46.641Z Fresh aho-corasick v1.1.3
52452025-10-03T20:40:46.641Z Fresh subtle v2.6.1
52462025-10-03T20:40:46.641Z Fresh byteorder v1.5.0
52472025-10-03T20:40:46.641Z Fresh icu_provider v1.5.0
52482025-10-03T20:40:46.641Z Fresh parking_lot_core v0.9.10
52492025-10-03T20:40:46.641Z Fresh cc v1.2.30
52502025-10-03T20:40:46.641Z Fresh regex-automata v0.4.11
52512025-10-03T20:40:46.641Z Fresh signal-hook-registry v1.4.2
52522025-10-03T20:40:46.641Z Fresh heck v0.5.0
52532025-10-03T20:40:46.641Z Fresh mio v1.0.2
52542025-10-03T20:40:46.641Z Fresh futures-core v0.3.31
52552025-10-03T20:40:46.641Z Fresh icu_locid_transform v1.5.0
52562025-10-03T20:40:46.641Z Fresh parking_lot v0.12.3
52572025-10-03T20:40:46.641Z Fresh regex v1.11.3
52582025-10-03T20:40:46.641Z Fresh hashbrown v0.16.0
52592025-10-03T20:40:46.641Z Fresh tokio-macros v2.5.0
52602025-10-03T20:40:46.641Z Fresh icu_properties v1.5.1
52612025-10-03T20:40:46.641Z Fresh indexmap v2.11.4
52622025-10-03T20:40:46.641Z Fresh socket2 v0.6.0
52632025-10-03T20:40:46.641Z Fresh either v1.15.0
52642025-10-03T20:40:46.641Z Fresh iana-time-zone v0.1.63
52652025-10-03T20:40:46.641Z Fresh icu_normalizer v1.5.0
52662025-10-03T20:40:46.641Z Fresh typenum v1.17.0
52672025-10-03T20:40:46.641Z Fresh rustix v0.38.37
52682025-10-03T20:40:46.641Z Fresh tokio v1.47.0
52692025-10-03T20:40:46.641Z Fresh chrono v0.4.42
52702025-10-03T20:40:46.641Z Fresh uuid v1.18.1
52712025-10-03T20:40:46.641Z Fresh spin v0.9.8
52722025-10-03T20:40:46.641Z Fresh idna_adapter v1.2.0
52732025-10-03T20:40:46.641Z Fresh generic-array v0.14.7
52742025-10-03T20:40:46.641Z Fresh thiserror-impl v2.0.17
52752025-10-03T20:40:46.641Z Fresh futures-io v0.3.31
52762025-10-03T20:40:46.641Z Fresh zerocopy-derive v0.7.35
52772025-10-03T20:40:46.641Z Fresh idna v1.0.3
52782025-10-03T20:40:46.641Z Fresh crypto-common v0.1.6
52792025-10-03T20:40:46.641Z Fresh thiserror v2.0.17
52802025-10-03T20:40:46.642Z Fresh zerocopy v0.7.35
52812025-10-03T20:40:46.642Z Fresh thiserror-impl v1.0.69
52822025-10-03T20:40:46.642Z Fresh pkg-config v0.3.31
52832025-10-03T20:40:46.642Z Fresh url v2.5.4
52842025-10-03T20:40:46.642Z Fresh thiserror v1.0.69
52852025-10-03T20:40:46.642Z Fresh slab v0.4.9
52862025-10-03T20:40:46.642Z Fresh lazy_static v1.5.0
52872025-10-03T20:40:46.642Z Fresh serde_derive_internals v0.29.1
52882025-10-03T20:40:46.642Z Fresh dyn-clone v1.0.20
52892025-10-03T20:40:46.642Z Fresh foldhash v0.1.5
52902025-10-03T20:40:46.642Z Fresh schemars_derive v0.8.22
52912025-10-03T20:40:46.642Z Fresh hashbrown v0.15.4
52922025-10-03T20:40:46.642Z Fresh const-oid v0.9.6
52932025-10-03T20:40:46.642Z Fresh futures-sink v0.3.31
52942025-10-03T20:40:46.642Z Fresh pin-utils v0.1.0
52952025-10-03T20:40:46.642Z Fresh block-buffer v0.10.4
52962025-10-03T20:40:46.642Z Fresh futures-macro v0.3.31
52972025-10-03T20:40:46.642Z Fresh schemars v0.8.22
52982025-10-03T20:40:46.642Z Fresh futures-channel v0.3.31
52992025-10-03T20:40:46.642Z Fresh futures-task v0.3.31
53002025-10-03T20:40:46.642Z Fresh digest v0.10.7
53012025-10-03T20:40:46.642Z Fresh cpufeatures v0.2.14
53022025-10-03T20:40:46.642Z Fresh strsim v0.11.1
53032025-10-03T20:40:46.642Z Fresh ppv-lite86 v0.2.20
53042025-10-03T20:40:46.642Z Fresh futures-util v0.3.31
53052025-10-03T20:40:46.642Z Fresh tracing-core v0.1.32
53062025-10-03T20:40:46.642Z Fresh tracing-attributes v0.1.27
53072025-10-03T20:40:46.642Z Fresh http v1.3.1
53082025-10-03T20:40:46.642Z Fresh glob v0.3.2
53092025-10-03T20:40:46.642Z Fresh adler2 v2.0.0
53102025-10-03T20:40:46.642Z Fresh syn v1.0.109
53112025-10-03T20:40:46.642Z Fresh tracing v0.1.40
53122025-10-03T20:40:46.642Z Fresh miniz_oxide v0.8.5
53132025-10-03T20:40:46.642Z Fresh minimal-lexical v0.2.1
53142025-10-03T20:40:46.642Z Fresh nom v7.1.3
53152025-10-03T20:40:46.642Z Fresh paste v1.0.15
53162025-10-03T20:40:46.642Z Fresh libloading v0.8.5
53172025-10-03T20:40:46.642Z Fresh serde_tokenstream v0.2.2
53182025-10-03T20:40:46.642Z Fresh home v0.5.9
53192025-10-03T20:40:46.643Z Fresh crossbeam-utils v0.8.21
53202025-10-03T20:40:46.643Z Fresh clang-sys v1.8.1
53212025-10-03T20:40:46.643Z Fresh prettyplease v0.2.36
53222025-10-03T20:40:46.643Z Fresh cexpr v0.6.0
53232025-10-03T20:40:46.643Z Fresh vcpkg v0.2.15
53242025-10-03T20:40:46.643Z Fresh powerfmt v0.2.0
53252025-10-03T20:40:46.643Z Fresh num-conv v0.1.0
53262025-10-03T20:40:46.643Z Fresh time-core v0.1.6
53272025-10-03T20:40:46.643Z Fresh deranged v0.5.3
53282025-10-03T20:40:46.643Z Fresh time-macros v0.2.24
53292025-10-03T20:40:46.643Z Fresh gimli v0.31.1
53302025-10-03T20:40:46.643Z Fresh num_threads v0.1.7
53312025-10-03T20:40:46.643Z Fresh object v0.36.5
53322025-10-03T20:40:46.643Z Fresh rustc-demangle v0.1.24
53332025-10-03T20:40:46.643Z Fresh addr2line v0.24.2
53342025-10-03T20:40:46.668Z Fresh time v0.3.43
53352025-10-03T20:40:46.669Z Fresh itertools v0.12.1
53362025-10-03T20:40:46.669Z Fresh base64 v0.22.1
53372025-10-03T20:40:46.669Z Fresh which v4.4.2
53382025-10-03T20:40:46.669Z Fresh backtrace v0.3.74
53392025-10-03T20:40:46.669Z Fresh tokio-util v0.7.15
53402025-10-03T20:40:46.669Z Fresh block-padding v0.3.3
53412025-10-03T20:40:46.669Z Fresh ipnet v2.11.0
53422025-10-03T20:40:46.669Z Fresh rustc-hash v1.1.0
53432025-10-03T20:40:46.669Z Fresh lazycell v1.3.0
53442025-10-03T20:40:46.669Z Fresh anyhow v1.0.99
53452025-10-03T20:40:46.669Z Fresh atomic-waker v1.1.2
53462025-10-03T20:40:46.669Z Fresh bindgen v0.69.5
53472025-10-03T20:40:46.669Z Fresh inout v0.1.3
53482025-10-03T20:40:46.669Z Fresh cmake v0.1.51
53492025-10-03T20:40:46.669Z Fresh dunce v1.0.5
53502025-10-03T20:40:46.669Z Fresh fs_extra v1.3.0
53512025-10-03T20:40:46.669Z Fresh untrusted v0.9.0
53522025-10-03T20:40:46.669Z Fresh httparse v1.9.5
53532025-10-03T20:40:46.669Z Fresh cipher v0.4.4
53542025-10-03T20:40:46.669Z Fresh sha2 v0.10.9
53552025-10-03T20:40:46.669Z Fresh base64ct v1.6.0
53562025-10-03T20:40:46.669Z Fresh ident_case v1.0.1
53572025-10-03T20:40:46.669Z Fresh ring v0.17.14
53582025-10-03T20:40:46.669Z Fresh rustls-pki-types v1.10.0
53592025-10-03T20:40:46.669Z Fresh http-body v1.0.1
53602025-10-03T20:40:46.669Z Fresh hmac v0.12.1
53612025-10-03T20:40:46.669Z Fresh fastrand v2.1.1
53622025-10-03T20:40:46.669Z Fresh rand_chacha v0.3.1
53632025-10-03T20:40:46.669Z Fresh aws-lc-sys v0.26.0
53642025-10-03T20:40:46.669Z Fresh socket2 v0.5.10
53652025-10-03T20:40:46.669Z Fresh untrusted v0.7.1
53662025-10-03T20:40:46.669Z Fresh try-lock v0.2.5
53672025-10-03T20:40:46.669Z Fresh httpdate v1.0.3
53682025-10-03T20:40:46.670Z Fresh utf8parse v0.2.2
53692025-10-03T20:40:46.670Z Fresh rustversion v1.0.22
53702025-10-03T20:40:46.670Z Fresh want v0.3.1
53712025-10-03T20:40:46.670Z Fresh aws-lc-rs v1.12.4
53722025-10-03T20:40:46.670Z Fresh rand v0.8.5
53732025-10-03T20:40:46.670Z Fresh h2 v0.4.6
53742025-10-03T20:40:46.670Z Fresh tower-service v0.3.3
53752025-10-03T20:40:46.670Z Fresh serde_spanned v0.6.9
53762025-10-03T20:40:46.670Z Fresh rustls-webpki v0.102.8
53772025-10-03T20:40:46.670Z Fresh hyper v1.7.0
53782025-10-03T20:40:46.670Z Fresh toml_datetime v0.6.11
53792025-10-03T20:40:46.670Z Fresh pem-rfc7468 v0.7.0
53802025-10-03T20:40:46.670Z Fresh mime v0.3.17
53812025-10-03T20:40:46.670Z Fresh anstyle v1.0.11
53822025-10-03T20:40:46.670Z Fresh async-trait v0.1.89
53832025-10-03T20:40:46.670Z Fresh hyper-util v0.1.17
53842025-10-03T20:40:46.670Z Fresh anstyle-parse v0.2.5
53852025-10-03T20:40:46.670Z Fresh http-body-util v0.1.3
53862025-10-03T20:40:46.670Z Fresh rand_core v0.9.3
53872025-10-03T20:40:46.670Z Fresh der_derive v0.7.3
53882025-10-03T20:40:46.670Z Fresh is_terminal_polyfill v1.70.1
53892025-10-03T20:40:46.670Z Fresh flagset v0.4.6
53902025-10-03T20:40:46.670Z Fresh anstyle-query v1.1.1
53912025-10-03T20:40:46.670Z Fresh colorchoice v1.0.2
53922025-10-03T20:40:46.670Z Fresh foreign-types-shared v0.1.1
53932025-10-03T20:40:46.670Z Fresh openssl-probe v0.1.5
53942025-10-03T20:40:46.670Z Fresh der v0.7.9
53952025-10-03T20:40:46.670Z Fresh anstream v0.6.18
53962025-10-03T20:40:46.670Z Fresh slog v2.7.0
53972025-10-03T20:40:46.670Z Fresh foreign-types v0.3.2
53982025-10-03T20:40:46.670Z Fresh openssl-sys v0.9.109
53992025-10-03T20:40:46.670Z Fresh pbkdf2 v0.12.2
54002025-10-03T20:40:46.670Z Fresh aes v0.8.4
54012025-10-03T20:40:46.670Z Fresh rustc_version v0.4.1
54022025-10-03T20:40:46.670Z Fresh openssl-macros v0.1.1
54032025-10-03T20:40:46.670Z Fresh camino v1.2.0
54042025-10-03T20:40:46.670Z Fresh spki v0.7.3
54052025-10-03T20:40:46.670Z Fresh salsa20 v0.10.2
54062025-10-03T20:40:46.670Z Fresh cbc v0.1.2
54072025-10-03T20:40:46.671Z Fresh openapiv3 v2.2.0
54082025-10-03T20:40:46.671Z Fresh openssl v0.10.73
54092025-10-03T20:40:46.671Z Fresh serde_urlencoded v0.7.1
54102025-10-03T20:40:46.671Z Fresh encoding_rs v0.8.34
54112025-10-03T20:40:46.671Z Fresh scrypt v0.11.0
54122025-10-03T20:40:46.671Z Fresh rand_chacha v0.9.0
54132025-10-03T20:40:46.671Z Fresh rustls v0.23.19
54142025-10-03T20:40:46.671Z Fresh terminal_size v0.4.0
54152025-10-03T20:40:46.671Z Fresh litrs v0.4.1
54162025-10-03T20:40:46.671Z Fresh pkcs5 v0.7.1
54172025-10-03T20:40:46.671Z Fresh rand v0.9.2
54182025-10-03T20:40:46.671Z Fresh document-features v0.2.11
54192025-10-03T20:40:46.671Z Fresh native-tls v0.2.12
54202025-10-03T20:40:46.671Z Fresh rustix v1.0.7
54212025-10-03T20:40:46.671Z Fresh tokio-rustls v0.26.0
54222025-10-03T20:40:46.671Z Fresh darling_core v0.20.10
54232025-10-03T20:40:46.671Z Fresh sync_wrapper v1.0.1
54242025-10-03T20:40:46.671Z Fresh psl-types v2.0.11
54252025-10-03T20:40:46.671Z Fresh clap_lex v0.7.4
54262025-10-03T20:40:46.671Z Fresh tower-layer v0.3.3
54272025-10-03T20:40:46.671Z Fresh publicsuffix v2.3.0
54282025-10-03T20:40:46.671Z Fresh darling_macro v0.20.10
54292025-10-03T20:40:46.671Z Fresh tokio-native-tls v0.3.1
54302025-10-03T20:40:46.671Z Fresh cookie v0.18.1
54312025-10-03T20:40:46.671Z Fresh pkcs8 v0.10.2
54322025-10-03T20:40:46.671Z Fresh rustls-native-certs v0.8.1
54332025-10-03T20:40:46.671Z Fresh tower v0.5.2
54342025-10-03T20:40:46.699Z Fresh clap_builder v4.5.48
54352025-10-03T20:40:46.699Z Fresh webpki-roots v1.0.1
54362025-10-03T20:40:46.699Z Fresh clap_derive v4.5.47
54372025-10-03T20:40:46.699Z Fresh ucd-trie v0.1.7
54382025-10-03T20:40:46.699Z Fresh iri-string v0.7.8
54392025-10-03T20:40:46.699Z Fresh hyper-tls v0.6.0
54402025-10-03T20:40:46.699Z Fresh cookie_store v0.21.1
54412025-10-03T20:40:46.699Z Fresh pest v2.8.2
54422025-10-03T20:40:46.699Z Fresh clap v4.5.48
54432025-10-03T20:40:46.700Z Fresh hyper-rustls v0.27.7
54442025-10-03T20:40:46.700Z Fresh tower-http v0.6.6
54452025-10-03T20:40:46.700Z Fresh darling v0.20.10
54462025-10-03T20:40:46.700Z Fresh tempfile v3.20.0
54472025-10-03T20:40:46.700Z Fresh scroll_derive v0.12.0
54482025-10-03T20:40:46.700Z Fresh unicode-segmentation v1.12.0
54492025-10-03T20:40:46.700Z Fresh pest_meta v2.8.2
54502025-10-03T20:40:46.700Z Fresh reqwest v0.12.22
54512025-10-03T20:40:46.700Z Fresh winnow v0.7.13
54522025-10-03T20:40:46.700Z Fresh scroll v0.12.0
54532025-10-03T20:40:46.700Z Fresh ipnetwork v0.21.1
54542025-10-03T20:40:46.700Z Fresh plain v0.2.3
54552025-10-03T20:40:46.700Z Fresh data-encoding v2.9.0
54562025-10-03T20:40:46.700Z Fresh pest_generator v2.8.2
54572025-10-03T20:40:46.700Z Fresh goblin v0.8.2
54582025-10-03T20:40:46.700Z Fresh zerocopy-derive v0.8.27
54592025-10-03T20:40:46.700Z Fresh winnow v0.5.40
54602025-10-03T20:40:46.700Z Fresh tinyvec_macros v0.1.1
54612025-10-03T20:40:46.700Z Fresh pretty-hex v0.4.1
54622025-10-03T20:40:46.700Z Fresh pest_derive v2.8.2
54632025-10-03T20:40:46.700Z Fresh tinyvec v1.8.0
54642025-10-03T20:40:46.700Z Fresh dof v0.3.0
54652025-10-03T20:40:46.700Z Fresh toml_edit v0.19.15
54662025-10-03T20:40:46.700Z Fresh zerocopy v0.8.27
54672025-10-03T20:40:46.700Z Fresh signature v2.2.0
54682025-10-03T20:40:46.700Z Fresh thread-id v4.2.2
54692025-10-03T20:40:46.700Z Fresh dtrace-parser v0.2.0
54702025-10-03T20:40:46.700Z Fresh quick-error v1.2.3
54712025-10-03T20:40:46.700Z Fresh sha1 v0.10.6
54722025-10-03T20:40:46.700Z Fresh bstr v1.10.0
54732025-10-03T20:40:46.700Z Fresh num-integer v0.1.46
54742025-10-03T20:40:46.700Z Fresh memmap v0.7.0
54752025-10-03T20:40:46.700Z Fresh crc32fast v1.4.2
54762025-10-03T20:40:46.700Z Fresh bit-vec v0.8.0
54772025-10-03T20:40:46.700Z Fresh usdt-impl v0.5.0
54782025-10-03T20:40:46.700Z Fresh toml_write v0.1.2
54792025-10-03T20:40:46.700Z Fresh static_assertions v1.1.0
54802025-10-03T20:40:46.700Z Fresh bit-set v0.8.0
54812025-10-03T20:40:46.701Z Fresh crossbeam-epoch v0.9.18
54822025-10-03T20:40:46.701Z Fresh itertools v0.13.0
54832025-10-03T20:40:46.701Z Fresh wait-timeout v0.2.0
54842025-10-03T20:40:46.701Z Fresh base16ct v0.2.0
54852025-10-03T20:40:46.701Z Fresh usdt-attr-macro v0.5.0
54862025-10-03T20:40:46.701Z Fresh usdt-macro v0.5.0
54872025-10-03T20:40:46.701Z Fresh toml_edit v0.22.27
54882025-10-03T20:40:46.701Z Fresh sec1 v0.7.3
54892025-10-03T20:40:46.701Z Fresh oxnet v0.1.3
54902025-10-03T20:40:46.701Z Fresh hubpack_derive v0.1.1
54912025-10-03T20:40:46.701Z Fresh ff v0.13.0
54922025-10-03T20:40:46.701Z Fresh zlib-rs v0.5.1
54932025-10-03T20:40:46.701Z Fresh usdt v0.5.0
54942025-10-03T20:40:46.701Z Fresh group v0.13.0
54952025-10-03T20:40:46.701Z Fresh libz-rs-sys v0.5.1
54962025-10-03T20:40:46.701Z Fresh hubpack v0.1.2
54972025-10-03T20:40:46.701Z Fresh rusty-fork v0.3.0
54982025-10-03T20:40:46.701Z Fresh num-iter v0.1.45
54992025-10-03T20:40:46.701Z Fresh rand_xorshift v0.4.0
55002025-10-03T20:40:46.701Z Fresh strum_macros v0.26.4
55012025-10-03T20:40:46.701Z Fresh hkdf v0.12.4
55022025-10-03T20:40:46.701Z Fresh crypto-bigint v0.5.5
55032025-10-03T20:40:46.701Z Fresh bitflags v1.3.2
55042025-10-03T20:40:46.701Z Fresh unarray v0.1.4
55052025-10-03T20:40:46.701Z Fresh flate2 v1.1.2
55062025-10-03T20:40:46.701Z Fresh strum v0.26.3
55072025-10-03T20:40:46.701Z Fresh elliptic-curve v0.13.8
55082025-10-03T20:40:46.701Z Fresh proptest v1.7.0
55092025-10-03T20:40:46.701Z Fresh derive_builder_core v0.20.2
55102025-10-03T20:40:46.701Z Fresh siphasher v0.3.11
55112025-10-03T20:40:46.701Z Fresh derive_builder_macro v0.20.2
55122025-10-03T20:40:46.701Z Fresh num-bigint-dig v0.8.4
55132025-10-03T20:40:46.701Z Fresh bzip2-sys v0.1.13+1.0.8
55142025-10-03T20:40:46.701Z Fresh phf_shared v0.11.2
55152025-10-03T20:40:46.701Z Fresh pkcs1 v0.7.5
55162025-10-03T20:40:46.701Z Fresh cfg_aliases v0.2.1
55172025-10-03T20:40:46.701Z Fresh signal-hook v0.3.18
55182025-10-03T20:40:46.701Z Fresh rsa v0.9.6
55192025-10-03T20:40:46.701Z Fresh derive_builder v0.20.2
55202025-10-03T20:40:46.702Z Fresh newtype-uuid v1.2.4
55212025-10-03T20:40:46.702Z Fresh unicode-normalization v0.1.24
55222025-10-03T20:40:46.702Z Fresh toml v0.7.8
55232025-10-03T20:40:46.702Z Fresh rfc6979 v0.4.0
55242025-10-03T20:40:46.702Z Fresh enum-as-inner v0.6.1
55252025-10-03T20:40:46.702Z Fresh curve25519-dalek-derive v0.1.1
55262025-10-03T20:40:46.702Z Fresh daft-derive v0.1.4
55272025-10-03T20:40:46.702Z Fresh env_filter v0.1.2
55282025-10-03T20:40:46.702Z Fresh managed v0.8.0
55292025-10-03T20:40:46.702Z Fresh ahash v0.8.12
55302025-10-03T20:40:46.702Z Fresh memoffset v0.9.1
55312025-10-03T20:40:46.702Z Fresh ecdsa v0.16.9
55322025-10-03T20:40:46.702Z Fresh daft v0.1.4
55332025-10-03T20:40:46.702Z Fresh env_logger v0.11.5
55342025-10-03T20:40:46.728Z Fresh curve25519-dalek v4.1.3
55352025-10-03T20:40:46.729Z Fresh x509-cert v0.2.5
55362025-10-03T20:40:46.729Z Fresh itertools v0.10.5
55372025-10-03T20:40:46.729Z Fresh cargo-platform v0.1.8
55382025-10-03T20:40:46.729Z Fresh precomputed-hash v0.1.1
55392025-10-03T20:40:46.729Z Fresh new_debug_unreachable v1.0.6
55402025-10-03T20:40:46.729Z Fresh fixedbitset v0.4.2
55412025-10-03T20:40:46.729Z Fresh vergen-lib v0.1.6
55422025-10-03T20:40:46.729Z Fresh cargo_metadata v0.19.2
55432025-10-03T20:40:46.729Z Fresh zstd-sys v2.0.14+zstd.1.5.7
55442025-10-03T20:40:46.729Z Fresh string_cache v0.8.9
55452025-10-03T20:40:46.729Z Fresh petgraph v0.6.5
55462025-10-03T20:40:46.729Z Fresh signal-hook-mio v0.2.4
55472025-10-03T20:40:46.729Z Fresh ed25519 v2.2.3
55482025-10-03T20:40:46.729Z Fresh vergen v9.0.6
55492025-10-03T20:40:46.729Z Fresh bzip2 v0.4.4
55502025-10-03T20:40:46.729Z Fresh ed25519-dalek v2.1.1
55512025-10-03T20:40:46.729Z Fresh zstd-safe v7.2.3
55522025-10-03T20:40:46.729Z Fresh ref-cast-impl v1.0.24
55532025-10-03T20:40:46.729Z Fresh simd-adler32 v0.3.7
55542025-10-03T20:40:46.729Z Fresh rustc-hash v2.1.1
55552025-10-03T20:40:46.729Z Fresh lalrpop-util v0.19.12
55562025-10-03T20:40:46.729Z Fresh lockfree-object-pool v0.1.6
55572025-10-03T20:40:46.729Z Fresh bumpalo v3.16.0
55582025-10-03T20:40:46.729Z Fresh ref-cast v1.0.24
55592025-10-03T20:40:46.729Z Fresh zstd v0.13.3
55602025-10-03T20:40:46.729Z Fresh crossterm v0.28.1
55612025-10-03T20:40:46.729Z Fresh zip v0.6.6
55622025-10-03T20:40:46.729Z Fresh zopfli v0.8.1
55632025-10-03T20:40:46.729Z Fresh bzip2 v0.5.2
55642025-10-03T20:40:46.729Z Fresh similar v2.7.0
55652025-10-03T20:40:46.729Z Fresh hash32 v0.2.1
55662025-10-03T20:40:46.729Z Fresh winnow v0.6.26
55672025-10-03T20:40:46.729Z Fresh unicode-bidi v0.3.17
55682025-10-03T20:40:46.729Z Fresh predicates-core v1.0.8
55692025-10-03T20:40:46.729Z Fresh unicode-properties v0.1.3
55702025-10-03T20:40:46.729Z Fresh heapless v0.7.17
55712025-10-03T20:40:46.729Z Fresh zip v4.2.0
55722025-10-03T20:40:46.729Z Fresh stringprep v0.1.5
55732025-10-03T20:40:46.729Z Fresh hickory-proto v0.25.2
55742025-10-03T20:40:46.729Z Fresh tokio-stream v0.1.17
55752025-10-03T20:40:46.730Z Fresh md-5 v0.10.6
55762025-10-03T20:40:46.730Z Fresh strum_macros v0.27.2
55772025-10-03T20:40:46.730Z Fresh float-cmp v0.10.0
55782025-10-03T20:40:46.730Z Fresh difflib v0.4.0
55792025-10-03T20:40:46.730Z Fresh fallible-iterator v0.2.0
55802025-10-03T20:40:46.730Z Fresh normalize-line-endings v0.3.0
55812025-10-03T20:40:46.730Z Fresh smoltcp v0.9.1
55822025-10-03T20:40:46.730Z Fresh strum v0.27.2
55832025-10-03T20:40:46.730Z Fresh nix v0.29.0
55842025-10-03T20:40:46.730Z Fresh fs-err v3.1.1
55852025-10-03T20:40:46.730Z Fresh buf-list v1.0.3
55862025-10-03T20:40:46.730Z Fresh serde-big-array v0.5.1
55872025-10-03T20:40:46.730Z Fresh predicates v3.1.3
55882025-10-03T20:40:46.730Z Fresh postgres-protocol v0.6.8
55892025-10-03T20:40:46.730Z Fresh serde_repr v0.1.19
55902025-10-03T20:40:46.730Z Fresh peg-runtime v0.8.5
55912025-10-03T20:40:46.730Z Fresh phf v0.11.2
55922025-10-03T20:40:46.730Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
55932025-10-03T20:40:46.730Z Fresh foldhash v0.2.0
55942025-10-03T20:40:46.730Z Fresh whoami v1.5.2
55952025-10-03T20:40:46.730Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
55962025-10-03T20:40:46.730Z Fresh postgres-types v0.2.9
55972025-10-03T20:40:46.730Z Fresh iddqd v0.3.13
55982025-10-03T20:40:46.730Z Fresh regress v0.10.4
55992025-10-03T20:40:46.730Z Fresh futures-executor v0.3.31
56002025-10-03T20:40:46.730Z Fresh crossbeam-channel v0.5.15
56012025-10-03T20:40:46.730Z Fresh is-terminal v0.4.13
56022025-10-03T20:40:46.730Z Fresh unsafe-libyaml v0.2.11
56032025-10-03T20:40:46.730Z Fresh tokio-postgres v0.7.13
56042025-10-03T20:40:46.730Z Fresh futures v0.3.31
56052025-10-03T20:40:46.730Z Fresh serde_yaml v0.9.34+deprecated
56062025-10-03T20:40:46.730Z Fresh typify-impl v0.4.3
56072025-10-03T20:40:46.730Z Fresh thread_local v1.1.8
56082025-10-03T20:40:46.730Z Fresh term v1.1.0
56092025-10-03T20:40:46.730Z Fresh take_mut v0.2.2
56102025-10-03T20:40:46.730Z Fresh typify-macro v0.4.3
56112025-10-03T20:40:46.730Z Fresh slog-term v2.9.2
56122025-10-03T20:40:46.730Z Fresh match_cfg v0.1.0
56132025-10-03T20:40:46.730Z Fresh hex v0.4.3
56142025-10-03T20:40:46.731Z Fresh structmeta-derive v0.3.0
56152025-10-03T20:40:46.731Z Fresh debug-ignore v1.0.5
56162025-10-03T20:40:46.731Z Fresh typify v0.4.3
56172025-10-03T20:40:46.731Z Fresh slog-async v2.8.0
56182025-10-03T20:40:46.731Z Fresh hostname v0.3.1
56192025-10-03T20:40:46.731Z Fresh structmeta v0.3.0
56202025-10-03T20:40:46.731Z Fresh progenitor-client v0.10.0
56212025-10-03T20:40:46.731Z Fresh toml_parser v1.0.2
56222025-10-03T20:40:46.731Z Fresh toml_datetime v0.7.0
56232025-10-03T20:40:46.731Z Fresh serde_path_to_error v0.1.17
56242025-10-03T20:40:46.731Z Fresh serde_spanned v1.0.0
56252025-10-03T20:40:46.731Z Fresh toml_writer v1.0.2
56262025-10-03T20:40:46.731Z Fresh slog-json v2.6.1
56272025-10-03T20:40:46.731Z Fresh toml v0.9.5
56282025-10-03T20:40:46.731Z Fresh rustls v0.22.4
56292025-10-03T20:40:46.731Z Fresh async-stream-impl v0.3.6
56302025-10-03T20:40:46.731Z Fresh slog-bunyan v2.5.0
56312025-10-03T20:40:46.731Z Fresh rustls-pemfile v2.2.0
56322025-10-03T20:40:46.731Z Fresh waitgroup v0.1.2
56332025-10-03T20:40:46.731Z Fresh multer v3.1.0
56342025-10-03T20:40:46.762Z Fresh tokio-rustls v0.25.0
56352025-10-03T20:40:46.762Z Fresh async-stream v0.3.6
56362025-10-03T20:40:46.762Z Fresh dropshot_endpoint v0.16.4
56372025-10-03T20:40:46.762Z Fresh hostname v0.4.0
56382025-10-03T20:40:46.762Z Fresh derive-ex v0.1.8
56392025-10-03T20:40:46.762Z Fresh serde_with_macros v3.14.0
56402025-10-03T20:40:46.762Z Fresh dropshot v0.16.4
56412025-10-03T20:40:46.762Z Fresh test-strategy v0.4.3
56422025-10-03T20:40:46.762Z Fresh macaddr v1.0.1
56432025-10-03T20:40:46.762Z Fresh serde_with v3.14.0
56442025-10-03T20:40:46.762Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
56452025-10-03T20:40:46.762Z Fresh instant v0.1.13
56462025-10-03T20:40:46.762Z Fresh progenitor-impl v0.11.0
56472025-10-03T20:40:46.762Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
56482025-10-03T20:40:46.762Z Fresh derive-where v1.5.0
56492025-10-03T20:40:46.762Z Fresh progenitor-macro v0.11.0
56502025-10-03T20:40:46.762Z Fresh parse-display-derive v0.10.0
56512025-10-03T20:40:46.762Z Fresh progenitor-client v0.11.0
56522025-10-03T20:40:46.762Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
56532025-10-03T20:40:46.762Z Fresh backoff v0.4.0
56542025-10-03T20:40:46.762Z Fresh parse-display v0.10.0
56552025-10-03T20:40:46.762Z Fresh progenitor v0.11.0
56562025-10-03T20:40:46.762Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
56572025-10-03T20:40:46.762Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
56582025-10-03T20:40:46.762Z Fresh itertools v0.14.0
56592025-10-03T20:40:46.762Z Fresh camino-tempfile v1.4.1
56602025-10-03T20:40:46.762Z Fresh toml v0.8.23
56612025-10-03T20:40:46.762Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
56622025-10-03T20:40:46.762Z Fresh unicode-width v0.1.14
56632025-10-03T20:40:46.762Z Fresh unicode-width v0.2.0
56642025-10-03T20:40:46.762Z Fresh crossbeam-deque v0.8.5
56652025-10-03T20:40:46.762Z Fresh heck v0.4.1
56662025-10-03T20:40:46.762Z Fresh progenitor-impl v0.10.0
56672025-10-03T20:40:46.762Z Fresh darling_core v0.21.0
56682025-10-03T20:40:46.763Z Fresh proc-macro-crate v1.3.1
56692025-10-03T20:40:46.763Z Fresh rayon-core v1.12.1
56702025-10-03T20:40:46.763Z Fresh proc-macro-error-attr v1.0.4
56712025-10-03T20:40:46.763Z Fresh progenitor-macro v0.10.0
56722025-10-03T20:40:46.763Z Fresh darling_macro v0.21.0
56732025-10-03T20:40:46.763Z Fresh num_enum_derive v0.5.11
56742025-10-03T20:40:46.763Z Fresh proc-macro-error v1.0.4
56752025-10-03T20:40:46.763Z Fresh progenitor v0.10.0
56762025-10-03T20:40:46.763Z Fresh crucible-workspace-hack v0.1.0
56772025-10-03T20:40:46.763Z Fresh rayon v1.10.0
56782025-10-03T20:40:46.763Z Fresh darling v0.21.0
56792025-10-03T20:40:46.763Z Fresh num_enum v0.5.11
56802025-10-03T20:40:46.763Z Fresh ingot-macros v0.1.1
56812025-10-03T20:40:46.763Z Fresh hash32 v0.3.1
56822025-10-03T20:40:46.763Z Fresh tabwriter v1.4.0
56832025-10-03T20:40:46.763Z Fresh foreign-types-macros v0.2.3
56842025-10-03T20:40:46.763Z Fresh cobs v0.2.3
56852025-10-03T20:40:46.763Z Fresh foreign-types-shared v0.3.1
56862025-10-03T20:40:46.763Z Fresh ingot-types v0.1.2
56872025-10-03T20:40:46.763Z Fresh heapless v0.8.0
56882025-10-03T20:40:46.763Z Fresh foreign-types v0.5.0
56892025-10-03T20:40:46.763Z Fresh postcard v1.0.10
56902025-10-03T20:40:46.763Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
56912025-10-03T20:40:46.763Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
56922025-10-03T20:40:46.763Z Fresh ingot v0.1.1
56932025-10-03T20:40:46.763Z Fresh smoltcp v0.11.0
56942025-10-03T20:40:46.763Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
56952025-10-03T20:40:46.763Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
56962025-10-03T20:40:46.763Z Fresh cstr-argument v0.1.2
56972025-10-03T20:40:46.763Z Fresh pretty-hex v0.2.1
56982025-10-03T20:40:46.763Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
56992025-10-03T20:40:46.763Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57002025-10-03T20:40:46.763Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57012025-10-03T20:40:46.763Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57022025-10-03T20:40:46.763Z Fresh colored v2.2.0
57032025-10-03T20:40:46.763Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57042025-10-03T20:40:46.763Z Fresh sigpipe v0.1.3
57052025-10-03T20:40:46.763Z Fresh jiff v0.2.15
57062025-10-03T20:40:46.763Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57072025-10-03T20:40:46.764Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
57082025-10-03T20:40:46.764Z Fresh zone_cfg_derive v0.3.0
57092025-10-03T20:40:46.764Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
57102025-10-03T20:40:46.764Z Fresh smf v0.2.3
57112025-10-03T20:40:46.764Z Fresh num-derive v0.4.2
57122025-10-03T20:40:46.764Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57132025-10-03T20:40:46.764Z Fresh zone v0.3.1
57142025-10-03T20:40:46.764Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
57152025-10-03T20:40:46.764Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
57162025-10-03T20:40:46.764Z Fresh convert_case v0.4.0
57172025-10-03T20:40:46.764Z Fresh num-rational v0.4.2
57182025-10-03T20:40:46.764Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57192025-10-03T20:40:46.764Z Fresh derive_more v0.99.20
57202025-10-03T20:40:46.764Z Fresh num-complex v0.4.6
57212025-10-03T20:40:46.764Z Fresh float-ord v0.3.2
57222025-10-03T20:40:46.764Z Fresh indent_write v2.2.0
57232025-10-03T20:40:46.764Z Fresh secrecy v0.10.3
57242025-10-03T20:40:46.764Z Fresh num v0.4.3
57252025-10-03T20:40:46.764Z Fresh swrite v0.1.0
57262025-10-03T20:40:46.764Z Fresh console v0.15.10
57272025-10-03T20:40:46.764Z Fresh atomicwrites v0.4.4
57282025-10-03T20:40:46.764Z Fresh newline-converter v0.3.0
57292025-10-03T20:40:46.764Z Fresh bytecount v0.6.8
57302025-10-03T20:40:46.764Z Fresh password-hash v0.5.0
57312025-10-03T20:40:46.764Z Fresh expectorate v1.2.0
57322025-10-03T20:40:46.764Z Fresh blake2 v0.10.6
57332025-10-03T20:40:46.764Z Fresh fixedbitset v0.5.7
57342025-10-03T20:40:46.790Z Fresh tokio-dtrace v0.1.0
57352025-10-03T20:40:46.790Z Fresh libsw-core v0.3.1
57362025-10-03T20:40:46.790Z Fresh petgraph v0.8.2
57372025-10-03T20:40:46.790Z Fresh argon2 v0.5.3
57382025-10-03T20:40:46.790Z Fresh oxide-tokio-rt v0.1.2
57392025-10-03T20:40:46.790Z Fresh libsw v3.5.0
57402025-10-03T20:40:46.790Z Fresh base64 v0.21.7
57412025-10-03T20:40:46.790Z Fresh linear-map v1.2.0
57422025-10-03T20:40:46.790Z Fresh owo-colors v4.2.2
57432025-10-03T20:40:46.790Z Fresh cancel-safe-futures v0.1.5
57442025-10-03T20:40:46.791Z Fresh unicode-xid v0.2.6
57452025-10-03T20:40:46.791Z Fresh same-file v1.0.6
57462025-10-03T20:40:46.791Z Fresh resolv-conf v0.7.0
57472025-10-03T20:40:46.791Z Fresh walkdir v2.5.0
57482025-10-03T20:40:46.791Z Fresh convert_case v0.7.1
57492025-10-03T20:40:46.791Z Fresh gethostname v0.5.0
57502025-10-03T20:40:46.791Z Fresh derive_more-impl v2.0.1
57512025-10-03T20:40:46.791Z Fresh utf-8 v0.7.6
57522025-10-03T20:40:46.791Z Fresh globset v0.4.15
57532025-10-03T20:40:46.791Z Fresh async-recursion v1.1.1
57542025-10-03T20:40:46.791Z Fresh vte_generate_state_changes v0.1.2
57552025-10-03T20:40:46.791Z Fresh termtree v0.5.1
57562025-10-03T20:40:46.791Z Fresh derive_more v2.0.1
57572025-10-03T20:40:46.791Z Fresh slog-dtrace v0.3.0
57582025-10-03T20:40:46.791Z Fresh vte v0.11.1
57592025-10-03T20:40:46.791Z Fresh fd-lock v4.0.2
57602025-10-03T20:40:46.791Z Fresh linked-hash-map v0.5.6
57612025-10-03T20:40:46.791Z Fresh hickory-proto v0.24.4
57622025-10-03T20:40:46.791Z Fresh nibble_vec v0.1.0
57632025-10-03T20:40:46.791Z Fresh crossterm v0.29.0
57642025-10-03T20:40:46.791Z Fresh strip-ansi-escapes v0.2.0
57652025-10-03T20:40:46.791Z Fresh lru-cache v0.1.2
57662025-10-03T20:40:46.791Z Fresh nu-ansi-term v0.50.1
57672025-10-03T20:40:46.791Z Fresh endian-type v0.1.2
57682025-10-03T20:40:46.791Z Fresh display-error-chain v0.2.2
57692025-10-03T20:40:46.791Z Fresh radix_trie v0.2.1
57702025-10-03T20:40:46.791Z Fresh reedline v0.40.0
57712025-10-03T20:40:46.791Z Fresh pin-project-internal v1.1.6
57722025-10-03T20:40:46.791Z Fresh unicode-linebreak v0.1.5
57732025-10-03T20:40:46.791Z Fresh smawk v0.3.2
57742025-10-03T20:40:46.791Z Fresh hickory-resolver v0.24.4
57752025-10-03T20:40:46.791Z Fresh pin-project v1.1.6
57762025-10-03T20:40:46.791Z Fresh textwrap v0.16.2
57772025-10-03T20:40:46.791Z Fresh pem v3.0.5
57782025-10-03T20:40:46.791Z Fresh qorb v0.4.1
57792025-10-03T20:40:46.791Z Fresh tungstenite v0.21.0
57802025-10-03T20:40:46.791Z Fresh snafu-derive v0.8.5
57812025-10-03T20:40:46.791Z Fresh humantime v2.2.0
57822025-10-03T20:40:46.791Z Fresh cfg_aliases v0.1.1
57832025-10-03T20:40:46.792Z Fresh snafu v0.8.5
57842025-10-03T20:40:46.792Z Fresh tokio-tungstenite v0.21.0
57852025-10-03T20:40:46.792Z Fresh olpc-cjson v0.1.4
57862025-10-03T20:40:46.792Z Fresh bcs v0.1.6
57872025-10-03T20:40:46.792Z Fresh serde_plain v1.0.2
57882025-10-03T20:40:46.792Z Fresh typed-path v0.9.3
57892025-10-03T20:40:46.792Z Fresh siphasher v1.0.1
57902025-10-03T20:40:46.792Z Fresh tough v0.20.0
57912025-10-03T20:40:46.792Z Fresh phf_shared v0.12.1
57922025-10-03T20:40:46.792Z Fresh papergrid v0.11.0
57932025-10-03T20:40:46.792Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
57942025-10-03T20:40:46.792Z Fresh tabled_derive v0.7.0
57952025-10-03T20:40:46.792Z Fresh csv-core v0.1.11
57962025-10-03T20:40:46.792Z Fresh semver v0.1.20
57972025-10-03T20:40:46.792Z Fresh highway v1.3.0
57982025-10-03T20:40:46.792Z Fresh tabled v0.15.0
57992025-10-03T20:40:46.792Z Fresh phf v0.12.1
58002025-10-03T20:40:46.792Z Fresh csv v1.3.1
58012025-10-03T20:40:46.792Z Fresh const_format_proc_macros v0.2.34
58022025-10-03T20:40:46.792Z Fresh nix v0.28.0
58032025-10-03T20:40:46.792Z Fresh rustc_version v0.1.7
58042025-10-03T20:40:46.792Z Fresh peg-macros v0.8.5
58052025-10-03T20:40:46.792Z Fresh sqlparser_derive v0.2.2
58062025-10-03T20:40:46.792Z Fresh unicode_categories v0.1.1
58072025-10-03T20:40:46.792Z Fresh sqlformat v0.3.5
58082025-10-03T20:40:46.792Z Fresh rustyline v14.0.0
58092025-10-03T20:40:46.792Z Fresh peg v0.8.5
58102025-10-03T20:40:46.792Z Fresh sqlparser v0.45.0
58112025-10-03T20:40:46.792Z Fresh chrono-tz v0.10.4
58122025-10-03T20:40:46.792Z Fresh const_format v0.2.34
58132025-10-03T20:40:46.792Z Fresh arc-swap v1.7.1
58142025-10-03T20:40:46.792Z Fresh xattr v1.3.1
58152025-10-03T20:40:46.792Z Fresh filetime v0.2.25
58162025-10-03T20:40:46.792Z Fresh half v2.4.1
58172025-10-03T20:40:46.792Z Fresh newtype_derive v0.1.6
58182025-10-03T20:40:46.792Z Fresh slog-scope v4.4.0
58192025-10-03T20:40:46.792Z Fresh tar v0.4.44
58202025-10-03T20:40:46.792Z Fresh ciborium-io v0.2.2
58212025-10-03T20:40:46.793Z Fresh keccak v0.1.5
58222025-10-03T20:40:46.793Z Fresh universal-hash v0.5.1
58232025-10-03T20:40:46.793Z Fresh steno v0.4.1
58242025-10-03T20:40:46.793Z Fresh slog-stdlog v4.1.1
58252025-10-03T20:40:46.793Z Fresh ciborium-ll v0.2.2
58262025-10-03T20:40:46.793Z Fresh sha3 v0.10.8
58272025-10-03T20:40:46.793Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
58282025-10-03T20:40:46.793Z Fresh opaque-debug v0.3.1
58292025-10-03T20:40:46.793Z Fresh typify-impl v0.2.0
58302025-10-03T20:40:46.793Z Fresh subprocess v0.2.9
58312025-10-03T20:40:46.793Z Fresh slog-envlogger v2.2.0
58322025-10-03T20:40:46.793Z Fresh ciborium v0.2.2
58332025-10-03T20:40:46.793Z Fresh typify-macro v0.2.0
58342025-10-03T20:40:46.818Z Fresh headers-core v0.3.0
58352025-10-03T20:40:46.818Z Fresh aead v0.5.2
58362025-10-03T20:40:46.818Z Fresh poly1305 v0.8.0
58372025-10-03T20:40:46.818Z Fresh chacha20 v0.9.1
58382025-10-03T20:40:46.818Z Fresh headers v0.4.1
58392025-10-03T20:40:46.818Z Fresh typify v0.2.0
58402025-10-03T20:40:46.819Z Fresh progenitor-client v0.8.0
58412025-10-03T20:40:46.819Z Fresh heck v0.3.3
58422025-10-03T20:40:46.819Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58432025-10-03T20:40:46.819Z Fresh yasna v0.5.2
58442025-10-03T20:40:46.819Z Fresh progenitor-impl v0.8.0
58452025-10-03T20:40:46.819Z Fresh zone_cfg_derive v0.1.2
58462025-10-03T20:40:46.819Z Fresh number_prefix v0.4.0
58472025-10-03T20:40:46.819Z Fresh base64 v0.13.1
58482025-10-03T20:40:46.819Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58492025-10-03T20:40:46.819Z Fresh rcgen v0.12.1
58502025-10-03T20:40:46.819Z Fresh thiserror-impl-no-std v2.0.2
58512025-10-03T20:40:46.819Z Fresh progenitor-macro v0.8.0
58522025-10-03T20:40:46.819Z Fresh lzma-sys v0.1.20
58532025-10-03T20:40:46.819Z Fresh zone v0.1.8
58542025-10-03T20:40:46.819Z Fresh ron v0.7.1
58552025-10-03T20:40:46.819Z Fresh indicatif v0.17.11
58562025-10-03T20:40:46.819Z Fresh thiserror-no-std v2.0.2
58572025-10-03T20:40:46.819Z Fresh chacha20poly1305 v0.10.1
58582025-10-03T20:40:46.819Z Fresh progenitor v0.8.0
58592025-10-03T20:40:46.819Z Fresh xz2 v0.1.7
58602025-10-03T20:40:46.819Z Fresh vsss-rs v3.3.4
58612025-10-03T20:40:46.819Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
58622025-10-03T20:40:46.819Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
58632025-10-03T20:40:46.819Z Fresh tagptr v0.2.0
58642025-10-03T20:40:46.819Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58652025-10-03T20:40:46.819Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
58662025-10-03T20:40:46.819Z Fresh dropshot-api-manager-types v0.2.1
58672025-10-03T20:40:46.819Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
58682025-10-03T20:40:46.819Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
58692025-10-03T20:40:46.819Z Fresh moka v0.12.10
58702025-10-03T20:40:46.819Z Fresh bitfield-struct v0.6.2
58712025-10-03T20:40:46.819Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
58722025-10-03T20:40:46.819Z Fresh hickory-resolver v0.25.2
58732025-10-03T20:40:46.819Z Fresh nix v0.30.1
58742025-10-03T20:40:46.819Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
58752025-10-03T20:40:46.819Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
58762025-10-03T20:40:46.819Z Fresh libefi-sys v0.1.0
58772025-10-03T20:40:46.819Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
58782025-10-03T20:40:46.819Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
58792025-10-03T20:40:46.820Z Fresh tap v1.0.1
58802025-10-03T20:40:46.820Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
58812025-10-03T20:40:46.820Z Fresh wyz v0.5.1
58822025-10-03T20:40:46.820Z Fresh zerocopy-derive v0.6.6
58832025-10-03T20:40:46.820Z Fresh crc-catalog v2.4.0
58842025-10-03T20:40:46.820Z Fresh funty v2.0.0
58852025-10-03T20:40:46.820Z Fresh radium v0.7.0
58862025-10-03T20:40:46.820Z Fresh maybe-uninit v2.0.0
58872025-10-03T20:40:46.820Z Fresh crc v3.2.1
58882025-10-03T20:40:46.820Z Fresh zerocopy v0.6.6
58892025-10-03T20:40:46.820Z Fresh packed_struct_codegen v0.10.1
58902025-10-03T20:40:46.820Z Fresh bitfield-macros v0.19.2
58912025-10-03T20:40:46.820Z Fresh bitvec v1.0.1
58922025-10-03T20:40:46.820Z Fresh nodrop v0.1.14
58932025-10-03T20:40:46.820Z Fresh smallvec v0.6.14
58942025-10-03T20:40:46.820Z Fresh bitfield v0.19.2
58952025-10-03T20:40:46.820Z Fresh proc-macro-error-attr2 v2.0.0
58962025-10-03T20:40:46.820Z Fresh xshell-macros v0.2.7
58972025-10-03T20:40:46.820Z Fresh hashbrown v0.12.3
58982025-10-03T20:40:46.820Z Fresh packed_struct v0.10.1
58992025-10-03T20:40:46.820Z Fresh array-init v0.0.4
59002025-10-03T20:40:46.820Z Fresh xshell v0.2.7
59012025-10-03T20:40:46.820Z Fresh proc-macro-error2 v2.0.1
59022025-10-03T20:40:46.820Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
59032025-10-03T20:40:46.820Z Fresh ron v0.8.1
59042025-10-03T20:40:46.820Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
59052025-10-03T20:40:46.820Z Fresh serde-hex v0.1.0
59062025-10-03T20:40:46.820Z Fresh indexmap v1.9.3
59072025-10-03T20:40:46.820Z Fresh hashbrown v0.13.2
59082025-10-03T20:40:46.820Z Fresh crc-any v2.5.0
59092025-10-03T20:40:46.820Z Fresh maplit v1.0.2
59102025-10-03T20:40:46.820Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
59112025-10-03T20:40:46.820Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
59122025-10-03T20:40:46.820Z Fresh object v0.30.4
59132025-10-03T20:40:46.820Z Fresh path-slash v0.1.5
59142025-10-03T20:40:46.820Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
59152025-10-03T20:40:46.820Z Fresh num-derive v0.3.3
59162025-10-03T20:40:46.820Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
59172025-10-03T20:40:46.821Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
59182025-10-03T20:40:46.821Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
59192025-10-03T20:40:46.821Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
59202025-10-03T20:40:46.821Z Fresh libscf-sys v1.1.0
59212025-10-03T20:40:46.821Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
59222025-10-03T20:40:46.821Z Fresh tabled_derive v0.11.0
59232025-10-03T20:40:46.821Z Fresh papergrid v0.17.0
59242025-10-03T20:40:46.821Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
59252025-10-03T20:40:46.821Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
59262025-10-03T20:40:46.821Z Fresh testing_table v0.3.0
59272025-10-03T20:40:46.821Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
59282025-10-03T20:40:46.821Z Fresh fxhash v0.2.1
59292025-10-03T20:40:46.821Z Fresh tabled v0.20.0
59302025-10-03T20:40:46.821Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
59312025-10-03T20:40:46.821Z Fresh crc8 v0.1.1
59322025-10-03T20:40:46.821Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095)
59332025-10-03T20:40:46.821Z Fresh diff v0.1.13
59342025-10-03T20:40:46.846Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
59352025-10-03T20:40:46.846Z Fresh half v1.8.3
59362025-10-03T20:40:46.846Z Fresh dsl_auto_type v0.1.2
59372025-10-03T20:40:46.847Z Fresh scheduled-thread-pool v0.2.7
59382025-10-03T20:40:46.847Z Fresh diesel_table_macro_syntax v0.2.0
59392025-10-03T20:40:46.847Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095)
59402025-10-03T20:40:46.847Z Fresh serde_cbor v0.11.2
59412025-10-03T20:40:46.847Z Fresh diesel_derives v2.2.3
59422025-10-03T20:40:46.847Z Fresh r2d2 v0.8.10
59432025-10-03T20:40:46.847Z Fresh kstat-rs v0.2.4
59442025-10-03T20:40:46.847Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
59452025-10-03T20:40:46.847Z Fresh diesel v2.2.12
59462025-10-03T20:40:46.847Z Fresh vergen-gitcl v1.0.8
59472025-10-03T20:40:46.847Z Fresh dirs-sys-next v0.1.2
59482025-10-03T20:40:46.847Z Fresh dirs-next v2.0.0
59492025-10-03T20:40:46.847Z Fresh bit-vec v0.6.3
59502025-10-03T20:40:46.847Z Fresh crunchy v0.2.2
59512025-10-03T20:40:46.847Z Fresh term v0.7.0
59522025-10-03T20:40:46.847Z Fresh bit-set v0.5.3
59532025-10-03T20:40:46.847Z Fresh ena v0.14.3
59542025-10-03T20:40:46.847Z Fresh regex-syntax v0.6.29
59552025-10-03T20:40:46.847Z Fresh tiny-keccak v2.0.2
59562025-10-03T20:40:46.847Z Fresh ascii-canvas v3.0.0
59572025-10-03T20:40:46.847Z Fresh nanorand v0.7.0
59582025-10-03T20:40:46.847Z Fresh lalrpop v0.19.12
59592025-10-03T20:40:46.847Z Fresh bindgen v0.71.1
59602025-10-03T20:40:46.847Z Fresh flume v0.11.1
59612025-10-03T20:40:46.847Z Fresh parking_lot_core v0.8.6
59622025-10-03T20:40:46.847Z Fresh parking_lot v0.11.2
59632025-10-03T20:40:46.847Z Fresh strum_macros v0.24.3
59642025-10-03T20:40:46.847Z Fresh prefix-trie v0.7.0
59652025-10-03T20:40:46.847Z Fresh indoc v1.0.9
59662025-10-03T20:40:46.847Z Fresh sled v0.34.7
59672025-10-03T20:40:46.847Z Fresh hickory-server v0.25.2
59682025-10-03T20:40:46.847Z Fresh libxml v0.3.3
59692025-10-03T20:40:46.847Z Fresh hickory-client v0.25.2
59702025-10-03T20:40:46.847Z Fresh polar-core v0.27.3
59712025-10-03T20:40:46.847Z Fresh impl-trait-for-tuples v0.2.2
59722025-10-03T20:40:46.847Z Fresh oso-derive v0.27.3
59732025-10-03T20:40:46.847Z Fresh quick-xml v0.37.2
59742025-10-03T20:40:46.847Z Fresh oso v0.27.3
59752025-10-03T20:40:46.847Z Fresh samael v0.0.19
59762025-10-03T20:40:46.848Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
59772025-10-03T20:40:46.848Z Fresh predicates-tree v1.0.12
59782025-10-03T20:40:46.848Z Fresh bb8 v0.8.5
59792025-10-03T20:40:46.848Z Fresh fs-err v2.11.0
59802025-10-03T20:40:46.848Z Fresh parse-size v1.1.0
59812025-10-03T20:40:46.848Z Fresh async-bb8-diesel v0.2.1
59822025-10-03T20:40:46.848Z Fresh unicase v2.7.0
59832025-10-03T20:40:46.848Z Fresh diesel-dtrace v0.4.2
59842025-10-03T20:40:46.848Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
59852025-10-03T20:40:46.848Z Fresh primeorder v0.13.6
59862025-10-03T20:40:46.848Z Fresh ignore v0.4.23
59872025-10-03T20:40:46.848Z Fresh http-range v0.1.5
59882025-10-03T20:40:46.848Z Fresh assert_matches v1.5.0
59892025-10-03T20:40:46.848Z Fresh globwalk v0.9.1
59902025-10-03T20:40:46.848Z Fresh signal-hook-tokio v0.3.1
59912025-10-03T20:40:46.848Z Fresh atty v0.2.14
59922025-10-03T20:40:46.848Z Fresh p384 v0.13.0
59932025-10-03T20:40:46.848Z Fresh camino-tempfile-ext v0.3.2
59942025-10-03T20:40:46.848Z Fresh mime_guess v2.0.5
59952025-10-03T20:40:46.848Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
59962025-10-03T20:40:46.848Z Fresh hyper-staticfile v0.10.1
59972025-10-03T20:40:46.848Z Fresh salty v0.3.0
59982025-10-03T20:40:46.848Z Fresh tungstenite v0.23.0
59992025-10-03T20:40:46.848Z Fresh void v1.0.2
60002025-10-03T20:40:46.848Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
60012025-10-03T20:40:46.848Z Fresh lzss v0.8.2
60022025-10-03T20:40:46.848Z Fresh tokio-tungstenite v0.23.1
60032025-10-03T20:40:46.848Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60042025-10-03T20:40:46.848Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
60052025-10-03T20:40:46.848Z Fresh nix v0.27.1
60062025-10-03T20:40:46.848Z Fresh secrecy v0.8.0
60072025-10-03T20:40:46.848Z Fresh serde_bytes v0.11.19
60082025-10-03T20:40:46.848Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
60092025-10-03T20:40:46.848Z Fresh rand_seeder v0.4.0
60102025-10-03T20:40:46.848Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
60112025-10-03T20:40:46.848Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
60122025-10-03T20:40:46.848Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60132025-10-03T20:40:46.848Z Fresh yansi v1.0.1
60142025-10-03T20:40:46.849Z Fresh pretty_assertions v1.4.1
60152025-10-03T20:40:46.849Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
60162025-10-03T20:40:46.849Z Fresh tabled_derive v0.10.0
60172025-10-03T20:40:46.849Z Fresh papergrid v0.14.0
60182025-10-03T20:40:46.849Z Fresh typify-impl v0.3.0
60192025-10-03T20:40:46.849Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60202025-10-03T20:40:46.874Z Fresh concurrent-queue v2.5.0
60212025-10-03T20:40:46.874Z Fresh parking v2.2.1
60222025-10-03T20:40:46.874Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60232025-10-03T20:40:46.874Z Fresh tabled v0.18.0
60242025-10-03T20:40:46.874Z Fresh typify-macro v0.3.0
60252025-10-03T20:40:46.874Z Fresh typeid v1.0.3
60262025-10-03T20:40:46.874Z Fresh castaway v0.2.3
60272025-10-03T20:40:46.874Z Fresh indoc v2.0.6
60282025-10-03T20:40:46.874Z Fresh compact_str v0.8.0
60292025-10-03T20:40:46.874Z Fresh erased-serde v0.4.6
60302025-10-03T20:40:46.874Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60312025-10-03T20:40:46.874Z Fresh typify v0.3.0
60322025-10-03T20:40:46.874Z Fresh libz-sys v1.1.20
60332025-10-03T20:40:46.874Z Fresh unicode-truncate v1.1.0
60342025-10-03T20:40:46.874Z Fresh lru v0.12.5
60352025-10-03T20:40:46.874Z Fresh ordered-float v2.10.1
60362025-10-03T20:40:46.875Z Fresh instability v0.3.2
60372025-10-03T20:40:46.875Z Fresh cassowary v0.3.0
60382025-10-03T20:40:46.875Z Fresh serde-untagged v0.1.7
60392025-10-03T20:40:46.875Z Fresh progenitor-impl v0.9.1
60402025-10-03T20:40:46.875Z Fresh libgit2-sys v0.18.2+1.9.1
60412025-10-03T20:40:46.875Z Fresh serde-value v0.7.0
60422025-10-03T20:40:46.875Z Fresh ratatui v0.29.0
60432025-10-03T20:40:46.875Z Fresh event-listener v5.3.1
60442025-10-03T20:40:46.875Z Fresh console v0.16.0
60452025-10-03T20:40:46.875Z Fresh is_ci v1.2.0
60462025-10-03T20:40:46.875Z Fresh unit-prefix v0.5.1
60472025-10-03T20:40:46.875Z Fresh git2 v0.20.2
60482025-10-03T20:40:46.875Z Fresh supports-color v3.0.2
60492025-10-03T20:40:46.875Z Fresh cargo-util-schemas v0.8.2
60502025-10-03T20:40:46.875Z Fresh event-listener-strategy v0.5.2
60512025-10-03T20:40:46.875Z Fresh indicatif v0.18.0
60522025-10-03T20:40:46.875Z Fresh progenitor-macro v0.9.1
60532025-10-03T20:40:46.875Z Fresh progenitor-client v0.9.1
60542025-10-03T20:40:46.875Z Fresh cargo-platform v0.2.0
60552025-10-03T20:40:46.875Z Fresh vergen-git2 v1.0.7
60562025-10-03T20:40:46.875Z Fresh futures-lite v2.3.0
60572025-10-03T20:40:46.875Z Fresh progenitor v0.9.1
60582025-10-03T20:40:46.875Z Fresh cargo_metadata v0.21.0
60592025-10-03T20:40:46.875Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
60602025-10-03T20:40:46.875Z Fresh rustls-webpki v0.101.7
60612025-10-03T20:40:46.875Z Fresh sct v0.7.1
60622025-10-03T20:40:46.875Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
60632025-10-03T20:40:46.875Z Fresh rustls v0.21.12
60642025-10-03T20:40:46.875Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
60652025-10-03T20:40:46.875Z Fresh async-lock v3.4.0
60662025-10-03T20:40:46.875Z Fresh tokio-rustls v0.24.1
60672025-10-03T20:40:46.875Z Fresh rustls-pemfile v1.0.4
60682025-10-03T20:40:46.875Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
60692025-10-03T20:40:46.875Z Fresh twox-hash v2.1.0
60702025-10-03T20:40:46.875Z Fresh polling v3.7.3
60712025-10-03T20:40:46.875Z Fresh shell-words v1.1.0
60722025-10-03T20:40:46.875Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
60732025-10-03T20:40:46.875Z Fresh async-io v2.3.4
60742025-10-03T20:40:46.875Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
60752025-10-03T20:40:46.876Z Fresh fatfs v0.3.6
60762025-10-03T20:40:46.876Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
60772025-10-03T20:40:46.876Z Fresh async-task v4.7.1
60782025-10-03T20:40:46.876Z Fresh async-channel v2.3.1
60792025-10-03T20:40:46.876Z Fresh piper v0.2.4
60802025-10-03T20:40:46.876Z Fresh plotters-backend v0.3.7
60812025-10-03T20:40:46.876Z Fresh hex-literal v0.4.1
60822025-10-03T20:40:46.876Z Fresh async-executor v1.13.1
60832025-10-03T20:40:46.876Z Fresh plotters-svg v0.3.7
60842025-10-03T20:40:46.876Z Fresh blocking v1.6.1
60852025-10-03T20:40:46.876Z Fresh async-signal v0.2.10
60862025-10-03T20:40:46.876Z Fresh rtoolbox v0.0.2
60872025-10-03T20:40:46.876Z Fresh futures-timer v3.0.3
60882025-10-03T20:40:46.876Z Fresh event-listener v2.5.3
60892025-10-03T20:40:46.876Z Fresh cast v0.3.0
60902025-10-03T20:40:46.876Z Fresh plotters v0.3.7
60912025-10-03T20:40:46.876Z Fresh rpassword v7.4.0
60922025-10-03T20:40:46.876Z Fresh async-global-executor v2.4.1
60932025-10-03T20:40:46.876Z Fresh async-process v2.3.0
60942025-10-03T20:40:46.876Z Fresh tui-tree-widget v0.23.1
60952025-10-03T20:40:46.876Z Fresh async-channel v1.9.0
60962025-10-03T20:40:46.876Z Fresh criterion-plot v0.6.0
60972025-10-03T20:40:46.876Z Fresh async-attributes v1.1.2
60982025-10-03T20:40:46.876Z Fresh tinytemplate v1.2.1
60992025-10-03T20:40:46.876Z Fresh kv-log-macro v1.0.7
61002025-10-03T20:40:46.876Z Fresh oorandom v11.1.4
61012025-10-03T20:40:46.876Z Fresh anes v0.1.6
61022025-10-03T20:40:46.876Z Fresh petname v2.0.2
61032025-10-03T20:40:46.876Z Fresh criterion v0.7.0
61042025-10-03T20:40:46.876Z Fresh async-std v1.13.0
61052025-10-03T20:40:46.903Z Fresh polyval v0.6.2
61062025-10-03T20:40:46.903Z Fresh sync-ptr v0.1.4
61072025-10-03T20:40:46.904Z Fresh ghash v0.5.1
61082025-10-03T20:40:46.904Z Fresh async-object-pool v0.1.5
61092025-10-03T20:40:46.904Z Fresh ctr v0.9.2
61102025-10-03T20:40:46.904Z Fresh serde_regex v1.1.0
61112025-10-03T20:40:46.904Z Fresh assert-json-diff v2.0.2
61122025-10-03T20:40:46.904Z Fresh path-tree v0.8.1
61132025-10-03T20:40:46.904Z Fresh stringmetrics v2.2.2
61142025-10-03T20:40:46.904Z Fresh aes-gcm v0.10.3
61152025-10-03T20:40:46.904Z Fresh ssh-encoding v0.2.0
61162025-10-03T20:40:46.904Z Fresh blowfish v0.9.1
61172025-10-03T20:40:46.904Z Fresh httpmock v0.8.0-alpha.1
61182025-10-03T20:40:46.904Z Fresh arrayvec v0.7.6
61192025-10-03T20:40:46.904Z Fresh constant_time_eq v0.3.1
61202025-10-03T20:40:46.904Z Fresh arrayref v0.3.9
61212025-10-03T20:40:46.904Z Fresh bcrypt-pbkdf v0.10.0
61222025-10-03T20:40:46.904Z Fresh ssh-cipher v0.2.0
61232025-10-03T20:40:46.904Z Fresh target-lexicon v0.13.2
61242025-10-03T20:40:46.904Z Fresh password-hash v0.4.2
61252025-10-03T20:40:46.904Z Fresh ssh-key v0.6.6
61262025-10-03T20:40:46.904Z Fresh p521 v0.13.3
61272025-10-03T20:40:46.904Z Fresh guppy-workspace-hack v0.1.0
61282025-10-03T20:40:46.904Z Fresh pbkdf2 v0.11.0
61292025-10-03T20:40:46.904Z Fresh cfg-expr v0.20.1
61302025-10-03T20:40:46.904Z Fresh p256 v0.13.2
61312025-10-03T20:40:46.904Z Fresh russh-cryptovec v0.7.3
61322025-10-03T20:40:46.905Z Fresh md5 v0.7.0
61332025-10-03T20:40:46.905Z Fresh russh-keys v0.45.0
61342025-10-03T20:40:46.905Z Fresh target-spec v3.5.0
61352025-10-03T20:40:46.905Z Fresh httptest v0.16.3
61362025-10-03T20:40:46.905Z Fresh num-bigint v0.4.6
61372025-10-03T20:40:46.905Z Fresh pathdiff v0.2.3
61382025-10-03T20:40:46.905Z Fresh des v0.8.1
61392025-10-03T20:40:46.905Z Fresh memmap2 v0.9.5
61402025-10-03T20:40:46.905Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61412025-10-03T20:40:46.905Z Fresh nested v0.1.1
61422025-10-03T20:40:46.905Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61432025-10-03T20:40:46.905Z Fresh guppy v0.17.20
61442025-10-03T20:40:46.905Z Fresh russh v0.45.0
61452025-10-03T20:40:46.905Z Fresh blake3 v1.5.4
61462025-10-03T20:40:46.905Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
61472025-10-03T20:40:46.905Z Fresh internet-checksum v0.2.1
61482025-10-03T20:40:46.905Z Fresh escape8259 v0.5.3
61492025-10-03T20:40:46.905Z Fresh topological-sort v0.2.2
61502025-10-03T20:40:46.905Z Fresh doc-comment v0.3.3
61512025-10-03T20:40:46.905Z Fresh libtest-mimic v0.8.1
61522025-10-03T20:40:46.905Z Fresh omicron-zone-package v0.12.2
61532025-10-03T20:40:46.905Z Compiling similar-asserts v1.7.0
61542025-10-03T20:40:46.905Z Fresh proc-macro-crate v3.2.0
61552025-10-03T20:40:46.905Z Fresh fancy-regex v0.14.0
61562025-10-03T20:40:46.905Z Running `/home/build/.rustup/toolchains/1.89.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=b276fb40ea453c5f -C extra-filename=-930f3149299c57f3 --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-7fc67dc6d779fea4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
61572025-10-03T20:40:46.905Z Fresh relative-path v1.9.3
61582025-10-03T20:40:46.961Z Fresh datatest-stable v0.3.2
61592025-10-03T20:40:46.991Z Fresh rstest_macros v0.25.0
61602025-10-03T20:40:46.992Z Fresh target-triple v0.1.3
61612025-10-03T20:40:46.992Z Fresh assert_cmd v2.0.17
61622025-10-03T20:40:46.992Z Fresh support-bundle-viewer v0.1.2
61632025-10-03T20:40:46.992Z Fresh multimap v0.10.1
61642025-10-03T20:40:46.992Z Fresh uzers v0.12.1
61652025-10-03T20:40:46.992Z Fresh termcolor v1.4.1
61662025-10-03T20:40:46.992Z Fresh rstest v0.25.0
61672025-10-03T20:40:46.992Z Fresh blake2b_simd v1.0.2
61682025-10-03T20:40:46.992Z Fresh trybuild v1.0.106
61692025-10-03T20:40:46.992Z Fresh partial-io v0.5.4
61702025-10-03T20:40:46.992Z Fresh rand_distr v0.5.1
61712025-10-03T20:40:46.992Z Fresh drift v0.1.0
61722025-10-03T20:40:46.992Z Fresh approx v0.5.1
61732025-10-03T20:40:46.992Z Fresh rust-argon2 v2.1.0
61742025-10-03T20:40:46.992Z Fresh dropshot-api-manager v0.2.1
61752025-10-03T20:40:46.992Z Fresh cargo_toml v0.21.0
61762025-10-03T20:40:46.992Z Fresh termios v0.3.3
61772025-10-03T20:40:46.992Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
61782025-10-03T20:40:46.992Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
61792025-10-03T20:40:46.992Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
61802025-10-03T20:40:46.992Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
61812025-10-03T20:40:46.992Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
61822025-10-03T20:40:46.992Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
61832025-10-03T20:40:46.992Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
61842025-10-03T20:40:46.992Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
61852025-10-03T20:40:46.992Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
61862025-10-03T20:40:46.992Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
61872025-10-03T20:40:46.992Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
61882025-10-03T20:40:46.992Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
61892025-10-03T20:40:46.992Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
61902025-10-03T20:40:46.992Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
61912025-10-03T20:40:46.992Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
61922025-10-03T20:40:46.992Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
61932025-10-03T20:40:46.992Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
61942025-10-03T20:40:46.992Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
61952025-10-03T20:40:46.992Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
61962025-10-03T20:40:46.992Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
61972025-10-03T20:40:46.993Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
61982025-10-03T20:40:46.993Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
61992025-10-03T20:40:46.993Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
62002025-10-03T20:40:46.993Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
62012025-10-03T20:40:46.993Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
62022025-10-03T20:40:46.993Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
62032025-10-03T20:40:46.993Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
62042025-10-03T20:40:47.020Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
62052025-10-03T20:40:47.020Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62062025-10-03T20:40:47.020Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
62072025-10-03T20:40:47.020Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62082025-10-03T20:40:47.020Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62092025-10-03T20:40:47.020Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
62102025-10-03T20:40:47.020Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62112025-10-03T20:40:47.020Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
62122025-10-03T20:40:47.020Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62132025-10-03T20:40:47.020Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
62142025-10-03T20:40:47.020Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
62152025-10-03T20:40:47.020Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
62162025-10-03T20:40:47.020Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
62172025-10-03T20:40:47.020Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=266830c472398d7c -C extra-filename=-1441dfd3a8cb758e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a67b0b7ffc551bf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3c3bb2439bb88549.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cc1554b8c6c1cc89.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-66f2728ea060d1d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-47cb192e0d642167.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c1fefa9a58bf033b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-7301ab81925d1f24.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
62182025-10-03T20:40:47.046Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=c8d728931fa01e63 -C extra-filename=-9a59b1e321a532ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a67b0b7ffc551bf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3c3bb2439bb88549.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cc1554b8c6c1cc89.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-66f2728ea060d1d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-47cb192e0d642167.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c1fefa9a58bf033b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-7301ab81925d1f24.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
62192025-10-03T20:40:47.047Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62202025-10-03T20:40:47.047Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
62212025-10-03T20:40:47.047Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62222025-10-03T20:40:47.073Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
62232025-10-03T20:40:47.073Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
62242025-10-03T20:40:47.074Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62252025-10-03T20:40:47.074Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
62262025-10-03T20:40:47.074Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
62272025-10-03T20:40:47.074Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
62282025-10-03T20:40:47.074Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
62292025-10-03T20:40:47.074Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
62302025-10-03T20:40:47.102Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62312025-10-03T20:40:47.102Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
62322025-10-03T20:40:47.102Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62332025-10-03T20:40:47.102Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62342025-10-03T20:40:47.102Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62352025-10-03T20:40:47.102Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62362025-10-03T20:40:47.102Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
62372025-10-03T20:40:47.102Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
62382025-10-03T20:40:47.102Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
62392025-10-03T20:40:47.102Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
62402025-10-03T20:40:47.102Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
62412025-10-03T20:40:47.102Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
62422025-10-03T20:40:47.103Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
62432025-10-03T20:40:47.103Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
62442025-10-03T20:40:47.103Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
62452025-10-03T20:40:47.103Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
62462025-10-03T20:40:47.103Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62472025-10-03T20:40:47.103Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
62482025-10-03T20:40:47.103Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
62492025-10-03T20:40:47.103Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62502025-10-03T20:40:47.103Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62512025-10-03T20:40:47.103Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
62522025-10-03T20:40:47.103Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
62532025-10-03T20:40:47.103Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62542025-10-03T20:40:47.103Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
62552025-10-03T20:40:47.103Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
62562025-10-03T20:40:47.103Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62572025-10-03T20:40:47.104Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62582025-10-03T20:40:47.104Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62592025-10-03T20:40:47.104Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62602025-10-03T20:40:47.104Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62612025-10-03T20:40:47.104Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
62622025-10-03T20:40:47.104Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
62632025-10-03T20:40:47.104Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
62642025-10-03T20:40:47.104Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
62652025-10-03T20:40:47.104Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62662025-10-03T20:40:47.104Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
62672025-10-03T20:40:47.104Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
62682025-10-03T20:40:47.104Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62692025-10-03T20:40:47.104Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
62702025-10-03T20:40:47.104Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
62712025-10-03T20:40:47.105Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
62722025-10-03T20:40:47.105Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62732025-10-03T20:40:47.105Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62742025-10-03T20:40:47.105Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
62752025-10-03T20:40:47.105Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
62762025-10-03T20:40:47.105Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
62772025-10-03T20:40:47.105Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62782025-10-03T20:40:47.105Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
62792025-10-03T20:40:47.105Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
62802025-10-03T20:40:47.105Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
62812025-10-03T20:40:47.105Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
62822025-10-03T20:40:47.105Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
62832025-10-03T20:40:47.106Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
62842025-10-03T20:40:47.106Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
62852025-10-03T20:40:47.106Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
62862025-10-03T20:40:47.106Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
62872025-10-03T20:40:47.106Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
62882025-10-03T20:40:47.106Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
62892025-10-03T20:40:47.106Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
62902025-10-03T20:40:47.106Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
62912025-10-03T20:40:47.106Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
62922025-10-03T20:40:47.106Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
62932025-10-03T20:40:47.106Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62942025-10-03T20:40:47.106Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
62952025-10-03T20:40:47.106Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
62962025-10-03T20:40:47.106Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
62972025-10-03T20:40:47.106Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62982025-10-03T20:40:47.106Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
62992025-10-03T20:40:47.106Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
63002025-10-03T20:40:47.106Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
63012025-10-03T20:40:47.106Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
63022025-10-03T20:40:47.107Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
63032025-10-03T20:40:47.107Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
63042025-10-03T20:40:47.107Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
63052025-10-03T20:40:47.107Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
63062025-10-03T20:40:47.107Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
63072025-10-03T20:40:47.107Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
63082025-10-03T20:40:47.107Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
63092025-10-03T20:40:47.107Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
63102025-10-03T20:40:47.107Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
63112025-10-03T20:40:47.107Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
63122025-10-03T20:40:47.107Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
63132025-10-03T20:40:47.135Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
63142025-10-03T20:40:47.135Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
63152025-10-03T20:40:47.135Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
63162025-10-03T20:40:47.135Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
63172025-10-03T20:40:47.135Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
63182025-10-03T20:40:47.135Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
63192025-10-03T20:40:47.135Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
63202025-10-03T20:40:47.136Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
63212025-10-03T20:40:47.136Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
63222025-10-03T20:40:47.136Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
63232025-10-03T20:40:47.136Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
63242025-10-03T20:40:47.136Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
63252025-10-03T20:40:47.136Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
63262025-10-03T20:40:47.137Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
63272025-10-03T20:40:47.137Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
63282025-10-03T20:40:47.137Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
63292025-10-03T20:40:47.137Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
63302025-10-03T20:40:47.138Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
63312025-10-03T20:40:47.138Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
63322025-10-03T20:40:47.138Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
63332025-10-03T20:40:47.138Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
63342025-10-03T20:40:47.138Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
63352025-10-03T20:40:49.596Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=c4785a1850b93c4a -C extra-filename=-2a13c3e4444c79e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a67b0b7ffc551bf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3c3bb2439bb88549.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7200b17fc5ad7e40.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cc1554b8c6c1cc89.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-66f2728ea060d1d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-47cb192e0d642167.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c1fefa9a58bf033b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-7301ab81925d1f24.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63362025-10-03T20:40:49.646Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=b4590461cc9cf2e1 -C extra-filename=-5439683293327858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a67b0b7ffc551bf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3c3bb2439bb88549.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7200b17fc5ad7e40.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cc1554b8c6c1cc89.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-66f2728ea060d1d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-47cb192e0d642167.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c1fefa9a58bf033b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-7301ab81925d1f24.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63372025-10-03T20:40:49.646Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=e7fd697f8c23de5b -C extra-filename=-957f71f573112a94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a67b0b7ffc551bf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3c3bb2439bb88549.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7200b17fc5ad7e40.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cc1554b8c6c1cc89.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-66f2728ea060d1d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-47cb192e0d642167.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c1fefa9a58bf033b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-7301ab81925d1f24.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63382025-10-03T20:40:49.646Z Running `/home/build/.rustup/toolchains/1.89.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3e63aeee038f6f09 -C extra-filename=-84f97e7ad6935646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a67b0b7ffc551bf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3c3bb2439bb88549.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7200b17fc5ad7e40.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cc1554b8c6c1cc89.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-66f2728ea060d1d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-47cb192e0d642167.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c1fefa9a58bf033b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-7301ab81925d1f24.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63392025-10-03T20:50:36.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 56s
63402025-10-03T20:50:36.642Z
63412025-10-03T20:50:36.642Zreal 9:57.440720755
63422025-10-03T20:50:36.642Zuser 19:58.668192042
63432025-10-03T20:50:36.642Zsys 1:35.951307603
63442025-10-03T20:50:36.642Ztrap 0.504670602
63452025-10-03T20:50:36.642Ztflt 1.772774368
63462025-10-03T20:50:36.642Zdflt 25.994976616
63472025-10-03T20:50:36.642Zkflt 0.199686519
63482025-10-03T20:50:36.642Zlock 59:15.408193372
63492025-10-03T20:50:36.642Zslp 1:06:40.873287788
63502025-10-03T20:50:36.642Zlat 6.214062094
63512025-10-03T20:50:36.642Zstop 9.959422691
63522025-10-03T20:50:36.670Z+ banner test
63532025-10-03T20:50:36.670Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose --test-threads -2
63542025-10-03T20:50:37.028Z
63552025-10-03T20:50:37.028Z ##### ###### #### #####
63562025-10-03T20:50:37.054Z # # # #
63572025-10-03T20:50:37.054Z # ##### #### #
63582025-10-03T20:50:37.054Z # # # #
63592025-10-03T20:50:37.054Z # # # # #
63602025-10-03T20:50:37.054Z # ###### #### #
63612025-10-03T20:50:37.054Z
63622025-10-03T20:50:39.603Zinfo: experimental features enabled: setup-scripts
63632025-10-03T20:50:42.253Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
63642025-10-03T20:50:42.308Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
63652025-10-03T20:50:42.347Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63662025-10-03T20:50:42.390Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
63672025-10-03T20:51:01.078Z Finished `test` profile [unoptimized + debuginfo] target(s) in 21.46s
63682025-10-03T20:51:05.182Z────────────
63692025-10-03T20:51:05.183Z Nextest run ID 817fe475-2dc3-42cf-96a1-872e7aaa4b62 with nextest profile: ci
63702025-10-03T20:51:05.183Z Starting 2254 tests across 210 binaries (3 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
63712025-10-03T20:51:05.208Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
63722025-10-03T20:51:07.034Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
63732025-10-03T20:51:07.059Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
63742025-10-03T20:51:07.101Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
63752025-10-03T20:51:07.126Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
63762025-10-03T20:51:07.157Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
63772025-10-03T20:51:07.182Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
63782025-10-03T20:51:07.182Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
63792025-10-03T20:51:07.182Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
63802025-10-03T20:51:10.659Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
63812025-10-03T20:51:11.982Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
63822025-10-03T20:51:12.923Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
63832025-10-03T20:51:16.219Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
63842025-10-03T20:51:44.943Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
63852025-10-03T20:51:48.278Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
63862025-10-03T20:51:51.012Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
63872025-10-03T20:52:05.942Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
63882025-10-03T20:52:06.109Z Running `target/debug/crdb-seed`
63892025-10-03T20:52:06.195ZOct 03 20:52:06.182 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpbYhhr7
63902025-10-03T20:52:06.195ZOct 03 20:52:06.186 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp3JCAXa,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpbYhhr7/listen-url
63912025-10-03T20:52:06.195ZOct 03 20:52:06.186 INFO cockroach environment: BUILDOMAT_JOB_ID=01K6NTNG7R1Q4JDSYC22GRJSBW BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.89.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=nexus-generation-bump-test GITHUB_REF=refs/heads/nexus-generation-bump-test GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=c0a340c061c47294dcde5f1664d4cd4aedbed456 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-b7617957b038efe2/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envywWYCN NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-b7617957b038efe2/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=817fe475-2dc3-42cf-96a1-872e7aaa4b62 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=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.89.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
63922025-10-03T20:52:07.477ZOct 03 20:52:07.471 INFO cockroach pid: 12605
63932025-10-03T20:52:07.477ZOct 03 20:52:07.471 INFO cockroach listen URL: postgresql://root@[::1]:37032/omicron?sslmode=disable
63942025-10-03T20:52:07.503ZOct 03 20:52:07.481 INFO cockroach: populating
63952025-10-03T20:52:10.357ZOct 03 20:52:10.352 INFO cockroach: populated
63962025-10-03T20:52:12.355ZOct 03 20:52:12.350 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/fda6ae07fcb83e967f75538e6facbaf8759f68a0fa7c7ced41b00bef5b2b106a.tar`
63972025-10-03T20:52:12.381Z SETUP PASS [ 67.189s] crdb-seed: cargo run -p crdb-seed --profile test
63982025-10-03T20:52:12.381Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
63992025-10-03T20:52:14.034Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
64002025-10-03T20:52:14.034Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64012025-10-03T20:52:16.077Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
64022025-10-03T20:52:17.570Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64032025-10-03T20:52:32.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.09s
64042025-10-03T20:52:32.722Z Running `target/debug/clickhouse-cluster-dev`
64052025-10-03T20:52:32.809ZOct 03 20:52:32.808 INFO Setting up a ClickHouse cluster
64062025-10-03T20:52:32.834ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
64072025-10-03T20:52:32.834ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
64082025-10-03T20:52:32.834ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
64092025-10-03T20:52:32.834ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
64102025-10-03T20:52:32.834ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
64112025-10-03T20:52:34.980ZOct 03 20:52:34.979 INFO ClickHouse server ready
64122025-10-03T20:52:35.181ZOct 03 20:52:35.180 INFO ClickHouse server ready
64132025-10-03T20:52:35.750ZOct 03 20:52:35.749 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
64142025-10-03T20:52:35.774Z SETUP PASS [ 23.396s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
64152025-10-03T20:52:58.975Z PASS [ 23.217s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
64162025-10-03T20:53:00.952Z PASS [ 25.191s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
64172025-10-03T20:53:06.076Z PASS [ 30.318s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
64182025-10-03T20:53:08.323Z PASS [ 32.565s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
64192025-10-03T20:53:32.060Z PASS [ 33.088s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
64202025-10-03T20:53:33.589Z PASS [ 32.642s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
64212025-10-03T20:53:35.758Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64222025-10-03T20:53:35.758Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64232025-10-03T20:53:39.764Z PASS [ 33.693s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
64242025-10-03T20:53:43.660Z PASS [ 35.343s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
64252025-10-03T20:54:08.532Z PASS [ 34.949s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
64262025-10-03T20:54:15.158Z PASS [ 31.504s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
64272025-10-03T20:54:15.483Z PASS [ 35.724s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
64282025-10-03T20:54:32.053Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64292025-10-03T20:54:35.750Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64302025-10-03T20:54:35.750Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64312025-10-03T20:54:49.471Z PASS [ 40.945s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
64322025-10-03T20:54:52.657Z PASS [ 37.504s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
64332025-10-03T20:54:53.368Z PASS [ 81.321s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64342025-10-03T20:55:15.477Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64352025-10-03T20:55:16.059Z PASS [ 22.694s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
64362025-10-03T20:55:23.633Z PASS [ 30.981s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
64372025-10-03T20:55:35.741Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64382025-10-03T20:55:35.741Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64392025-10-03T20:55:40.556Z PASS [ 24.501s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
64402025-10-03T20:55:40.583Z PASS [ 0.027s] api_identity test::test_identity
64412025-10-03T20:55:40.607Z PASS [ 0.024s] api_identity test::test_identity_no_field
64422025-10-03T20:55:40.658Z PASS [ 0.051s] authz-macros tests::test_authz_snapshots
64432025-10-03T20:55:40.706Z PASS [ 0.047s] bootstore schemes::tests::hello_roundtrip
64442025-10-03T20:55:41.819Z PASS [ 1.114s] bootstore schemes::v0::peer::tests::basic_3_nodes
64452025-10-03T20:55:41.904Z PASS [ 0.084s] bootstore schemes::v0::peer::tests::network_config
64462025-10-03T20:55:41.943Z PASS [ 0.039s] bootstore schemes::v0::share_pkg::tests::create_packages
64472025-10-03T20:55:41.968Z PASS [ 0.025s] bootstore trust_quorum::rack_secret::tests::create_and_verify
64482025-10-03T20:55:41.998Z PASS [ 0.029s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
64492025-10-03T20:55:45.847Z PASS [ 3.850s] bootstore::v0-fsm-proptest-learner run
64502025-10-03T20:55:49.464Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64512025-10-03T20:55:52.004Z PASS [ 6.158s] bootstore::v0-fsm-proptest-rack-coordinator run
64522025-10-03T20:55:52.308Z PASS [ 0.303s] cert-dev::test-cert-dev test_cert_create
64532025-10-03T20:55:52.663Z PASS [ 0.356s] clickana chart::tests::gather_chart_data_failure
64542025-10-03T20:55:52.696Z PASS [ 0.031s] clickana chart::tests::gather_chart_data_for_disk_usage_success
64552025-10-03T20:55:52.724Z PASS [ 0.028s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
64562025-10-03T20:55:52.750Z PASS [ 0.025s] clickana chart::tests::gather_chart_data_for_query_count_success
64572025-10-03T20:55:52.775Z PASS [ 0.025s] clickana chart::tests::gather_chart_data_for_running_queries_success
64582025-10-03T20:55:52.845Z PASS [ 0.069s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
64592025-10-03T20:55:52.894Z PASS [ 0.050s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
64602025-10-03T20:55:52.932Z PASS [ 0.038s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
64612025-10-03T20:55:52.964Z PASS [ 0.032s] clickhouse-admin-types tests::test_empty_output_parse_fail
64622025-10-03T20:55:52.995Z PASS [ 0.031s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
64632025-10-03T20:55:53.047Z PASS [ 0.051s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
64642025-10-03T20:55:53.099Z PASS [ 0.052s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
64652025-10-03T20:55:53.130Z PASS [ 0.032s] clickhouse-admin-types tests::test_full_lgif_parse_success
64662025-10-03T20:55:53.160Z PASS [ 0.029s] clickhouse-admin-types tests::test_full_raft_config_parse_success
64672025-10-03T20:55:53.208Z PASS [ 0.048s] clickhouse-admin-types tests::test_generate_keeper_config
64682025-10-03T20:55:53.241Z PASS [ 0.032s] clickhouse-admin-types tests::test_generate_replica_config
64692025-10-03T20:55:53.269Z PASS [ 0.029s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
64702025-10-03T20:55:53.297Z PASS [ 0.027s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
64712025-10-03T20:55:53.327Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
64722025-10-03T20:55:53.357Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
64732025-10-03T20:55:53.397Z PASS [ 0.040s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
64742025-10-03T20:55:53.424Z PASS [ 0.027s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
64752025-10-03T20:55:53.452Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
64762025-10-03T20:55:53.482Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
64772025-10-03T20:55:53.512Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
64782025-10-03T20:55:53.536Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
64792025-10-03T20:55:53.561Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
64802025-10-03T20:55:53.585Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
64812025-10-03T20:55:53.609Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
64822025-10-03T20:55:53.633Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
64832025-10-03T20:55:53.658Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
64842025-10-03T20:55:53.683Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
64852025-10-03T20:55:53.708Z PASS [ 0.027s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
64862025-10-03T20:55:53.735Z PASS [ 0.026s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
64872025-10-03T20:55:53.764Z PASS [ 0.029s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
64882025-10-03T20:55:53.792Z PASS [ 0.029s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
64892025-10-03T20:55:53.821Z PASS [ 0.028s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
64902025-10-03T20:55:53.850Z PASS [ 0.030s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
64912025-10-03T20:55:53.920Z PASS [ 0.048s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
64922025-10-03T20:55:54.060Z PASS [ 0.161s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
64932025-10-03T20:55:54.166Z PASS [ 0.105s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
64942025-10-03T20:55:54.190Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
64952025-10-03T20:55:54.215Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
64962025-10-03T20:55:54.240Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
64972025-10-03T20:55:54.264Z PASS [ 0.024s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
64982025-10-03T20:55:54.289Z PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
64992025-10-03T20:55:54.572Z PASS [ 0.303s] db-dev::test-db-dev test_db_dev_populate_no_args
65002025-10-03T20:55:54.624Z PASS [ 0.052s] db-dev::test-db-dev test_db_dev_wipe_no_args
65012025-10-03T20:56:02.850Z PASS [ 8.226s] db-dev::test-db-dev test_db_killed
65022025-10-03T20:56:15.468Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65032025-10-03T20:56:23.627Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
65042025-10-03T20:56:29.379Z PASS [ 26.533s] db-dev::test-db-dev test_db_run
65052025-10-03T20:56:29.452Z PASS [ 0.072s] db-macros lookup::test::test_lookup_snapshots
65062025-10-03T20:56:29.480Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_for_enums
65072025-10-03T20:56:29.512Z PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
65082025-10-03T20:56:29.537Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
65092025-10-03T20:56:29.562Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
65102025-10-03T20:56:29.589Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
65112025-10-03T20:56:29.614Z PASS [ 0.030s] db-macros tests::test_derive_snapshots
65122025-10-03T20:56:29.639Z PASS [ 0.024s] db-macros tests::test_derive_with_unknown_field
65132025-10-03T20:56:29.954Z PASS [ 0.319s] dns-server storage::test::test_update_basic
65142025-10-03T20:56:30.152Z PASS [ 0.197s] dns-server storage::test::test_update_in_progress
65152025-10-03T20:56:30.345Z PASS [ 0.193s] dns-server storage::test::test_update_interrupted
65162025-10-03T20:56:30.504Z PASS [ 0.159s] dns-server storage::test::test_zone_gets_soa_record
65172025-10-03T20:56:31.048Z PASS [ 0.544s] dns-server::basic_test a_crud
65182025-10-03T20:56:31.450Z PASS [ 0.402s] dns-server::basic_test aaaa_crud
65192025-10-03T20:56:31.790Z PASS [ 0.340s] dns-server::basic_test answers_match_question
65202025-10-03T20:56:32.152Z PASS [ 0.362s] dns-server::basic_test empty_record
65212025-10-03T20:56:32.576Z PASS [ 0.423s] dns-server::basic_test multi_record_crud
65222025-10-03T20:56:32.894Z PASS [ 0.318s] dns-server::basic_test name_contains_zone
65232025-10-03T20:56:33.335Z PASS [ 0.441s] dns-server::basic_test nxdomain
65242025-10-03T20:56:33.676Z PASS [ 0.341s] dns-server::basic_test servfail
65252025-10-03T20:56:34.110Z PASS [ 0.434s] dns-server::basic_test soa
65262025-10-03T20:56:34.502Z PASS [ 0.392s] dns-server::basic_test srv_crud
65272025-10-03T20:56:35.734Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65282025-10-03T20:56:35.734Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65292025-10-03T20:56:35.918Z PASS [ 106.464s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65302025-10-03T20:56:36.532Z PASS [ 0.613s] dns-server::cross_version_test cross_version_works
65312025-10-03T20:56:36.575Z PASS [ 0.043s] ereport-types tests::test_arb_json_deserializes
65322025-10-03T20:56:36.601Z PASS [ 0.025s] ereport-types tests::test_ena_from_str
65332025-10-03T20:56:36.626Z PASS [ 0.024s] ereport-types tests::test_ena_from_str_roundtrip
65342025-10-03T20:56:36.672Z PASS [ 0.046s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
65352025-10-03T20:56:36.697Z PASS [ 0.024s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
65362025-10-03T20:56:36.722Z PASS [ 0.026s] gfss gf256::tests::test_all_multiplication
65372025-10-03T20:56:36.747Z PASS [ 0.019s] gfss gf256::tests::test_all_multiplicative_inverses
65382025-10-03T20:56:36.772Z PASS [ 0.017s] gfss gf256::tests::test_docs_example
65392025-10-03T20:56:38.595Z PASS [ 4.092s] dns-server::commands_test test_dnsadm
65402025-10-03T20:56:39.873Z PASS [ 1.280s] gfss shamir::tests::split_and_combine
65412025-10-03T20:56:39.898Z PASS [ 0.020s] gfss shamir::tests::test_share_reconstruction
65422025-10-03T20:56:39.926Z PASS [ 0.032s] id-map tests::deserialize_rejects_duplicates
65432025-10-03T20:56:39.966Z PASS [ 0.040s] id-map tests::deserialize_rejects_mismatched_keys
65442025-10-03T20:56:40.113Z PASS [ 0.148s] id-map tests::get_mut_panics_if_id_changes
65452025-10-03T20:56:40.176Z PASS [ 0.063s] id-map tests::iter_mut_panics_if_id_changes
65462025-10-03T20:56:40.202Z PASS [ 0.025s] id-map tests::methods_allow_borrowed_ids
65472025-10-03T20:56:40.277Z PASS [ 0.076s] id-map tests::mut_into_iter_panics_if_id_changes
65482025-10-03T20:56:40.342Z PASS [ 0.064s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
65492025-10-03T20:56:40.417Z PASS [ 0.075s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
65502025-10-03T20:56:40.481Z PASS [ 0.063s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
65512025-10-03T20:56:40.550Z PASS [ 0.069s] id-map tests::retain_panics_if_id_changes
65522025-10-03T20:56:40.629Z PASS [ 0.078s] id-map tests::serialization_is_transparent
65532025-10-03T20:56:40.723Z PASS [ 0.095s] id-map tests::serialization_roundtrip
65542025-10-03T20:56:40.780Z PASS [ 0.056s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
65552025-10-03T20:56:40.839Z PASS [ 0.058s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
65562025-10-03T20:56:40.903Z PASS [ 0.064s] illumos-utils destructor::test::test_delayed_delete
65572025-10-03T20:56:41.632Z PASS [ 0.729s] illumos-utils destructor::test::test_delayed_delete_with_error
65582025-10-03T20:56:41.661Z PASS [ 0.029s] illumos-utils destructor::test::test_destructor_bad_close
65592025-10-03T20:56:41.691Z PASS [ 0.030s] illumos-utils link::test::test_allocate
65602025-10-03T20:56:41.722Z PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes
65612025-10-03T20:56:41.784Z PASS [ 0.062s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
65622025-10-03T20:56:41.810Z PASS [ 0.025s] illumos-utils running_zone::tests::test_is_oxide_smf_service
65632025-10-03T20:56:41.891Z PASS [ 0.081s] illumos-utils zfs::test::directory_mutability
65642025-10-03T20:56:41.985Z PASS [ 0.094s] illumos-utils zfs::test::get_values_of_rpool
65652025-10-03T20:56:42.017Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_avail
65662025-10-03T20:56:42.048Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_quota
65672025-10-03T20:56:42.089Z PASS [ 0.041s] illumos-utils zfs::test::parse_dataset_bad_reservation
65682025-10-03T20:56:42.123Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_usage
65692025-10-03T20:56:42.167Z PASS [ 0.044s] illumos-utils zfs::test::parse_dataset_bad_uuid
65702025-10-03T20:56:42.204Z PASS [ 0.037s] illumos-utils zfs::test::parse_dataset_missing_fields
65712025-10-03T20:56:42.233Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_props
65722025-10-03T20:56:42.261Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_props_with_optionals
65732025-10-03T20:56:42.306Z PASS [ 0.045s] illumos-utils zfs::test::parse_dataset_too_many_columns
65742025-10-03T20:56:42.340Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
65752025-10-03T20:56:42.373Z PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
65762025-10-03T20:56:42.406Z PASS [ 0.033s] illumos-utils zfs::test::parse_quota_ignored_if_default
65772025-10-03T20:56:42.443Z PASS [ 0.037s] illumos-utils zfs::test::parse_reservation_ignored_if_default
65782025-10-03T20:56:42.474Z PASS [ 0.030s] illumos-utils zfs::test::parse_sorts_and_dedups
65792025-10-03T20:56:42.518Z PASS [ 0.044s] illumos-utils zone::tests::delete_nonexistent_address
65802025-10-03T20:56:42.547Z PASS [ 0.029s] illumos-utils zone::tests::test_parse_ip_network
65812025-10-03T20:56:42.573Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool
65822025-10-03T20:56:42.600Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column
65832025-10-03T20:56:43.035Z PASS [ 6.278s] gfss polynomial::tests::test_polynomial_eval
65842025-10-03T20:56:44.858Z PASS [ 1.822s] installinator write::tests::proptest_write_artifact
65852025-10-03T20:56:45.066Z PASS [ 0.206s] installinator-common block_size_writer::tests::proptest_block_writer
65862025-10-03T20:56:45.678Z PASS [ 0.613s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
65872025-10-03T20:56:45.919Z PASS [ 0.241s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
65882025-10-03T20:56:46.242Z PASS [ 0.323s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
65892025-10-03T20:56:46.561Z PASS [ 3.961s] installinator mock_peers::tests::proptest_fetch_artifact
65902025-10-03T20:56:46.799Z PASS [ 0.557s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
65912025-10-03T20:56:46.905Z PASS [ 0.344s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
65922025-10-03T20:56:47.110Z PASS [ 0.310s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
65932025-10-03T20:56:47.147Z PASS [ 0.036s] internal-dns-types config::test::display_hosts
65942025-10-03T20:56:47.202Z PASS [ 0.027s] internal-dns-types config::test::display_srv_service
65952025-10-03T20:56:47.227Z PASS [ 0.303s] internal-dns-resolver resolver::test::update_record
65962025-10-03T20:56:47.252Z PASS [ 0.056s] internal-dns-types config::test::test_builder_errors
65972025-10-03T20:56:47.295Z PASS [ 0.060s] internal-dns-types config::test::test_builder_output
65982025-10-03T20:56:47.295Z PASS [ 0.041s] internal-dns-types diff::test::diff_different
65992025-10-03T20:56:47.323Z PASS [ 0.056s] internal-dns-types diff::test::diff_equivalent
66002025-10-03T20:56:47.348Z PASS [ 0.062s] internal-dns-types diff::test::diff_invalid
66012025-10-03T20:56:47.373Z PASS [ 0.029s] ipcc tests::deserialize_fixed_value
66022025-10-03T20:56:47.373Z PASS [ 0.038s] ipcc tests::installinator_image_id_round_trip
66032025-10-03T20:56:47.399Z PASS [ 0.027s] ipcc tests::serialized_size
66042025-10-03T20:56:47.432Z PASS [ 0.061s] key-manager tests::different_disks_produce_different_keys
66052025-10-03T20:56:47.457Z PASS [ 0.055s] key-manager tests::different_ikm_produces_different_keys
66062025-10-03T20:56:47.457Z PASS [ 0.024s] key-manager tests::disk_encryption_key_epoch_0
66072025-10-03T20:56:47.482Z PASS [ 0.025s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
66082025-10-03T20:56:47.574Z PASS [ 0.115s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
66092025-10-03T20:56:47.574Z PASS [ 0.118s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
66102025-10-03T20:56:47.611Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_get_token
66112025-10-03T20:56:47.637Z PASS [ 0.051s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
66122025-10-03T20:56:47.662Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
66132025-10-03T20:56:47.662Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
66142025-10-03T20:56:47.687Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
66152025-10-03T20:56:47.712Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_other_cookie
66162025-10-03T20:56:47.740Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
66172025-10-03T20:56:47.740Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
66182025-10-03T20:56:47.765Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
66192025-10-03T20:56:47.790Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_make_header_value
66202025-10-03T20:56:47.790Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
66212025-10-03T20:56:47.826Z PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
66222025-10-03T20:56:47.851Z PASS [ 0.046s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
66232025-10-03T20:56:47.876Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
66242025-10-03T20:56:47.904Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
66252025-10-03T20:56:47.929Z PASS [ 0.054s] nexus-auth authn::external::test::test_authn_sequence
66262025-10-03T20:56:47.954Z PASS [ 0.059s] nexus-auth authn::external::token::test::test_make_header_value
66272025-10-03T20:56:47.980Z PASS [ 0.039s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
66282025-10-03T20:56:48.005Z PASS [ 0.055s] nexus-auth authn::external::token::test::test_token_header_missing
66292025-10-03T20:56:48.005Z PASS [ 0.043s] nexus-auth authn::external::token::test::test_token_header_valid
66302025-10-03T20:56:48.047Z PASS [ 0.056s] nexus-auth authn::test::test_internal_users
66312025-10-03T20:56:48.097Z PASS [ 0.050s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
66322025-10-03T20:56:48.148Z PASS [ 0.146s] nexus-auth authz::context::test::test_unregistered_resource
66332025-10-03T20:56:48.177Z PASS [ 0.080s] nexus-auth context::test::test_background_context
66342025-10-03T20:56:48.226Z PASS [ 0.078s] nexus-auth context::test::test_child_context
66352025-10-03T20:56:48.265Z PASS [ 0.087s] nexus-auth context::test::test_test_context
66362025-10-03T20:56:48.307Z PASS [ 0.042s] nexus-config nexus_config::test::test_config_bad_toml
66372025-10-03T20:56:48.337Z PASS [ 0.111s] nexus-config nexus_config::test::test_bad_authn_schemes
66382025-10-03T20:56:48.362Z PASS [ 0.035s] nexus-config nexus_config::test::test_config_empty
66392025-10-03T20:56:48.387Z PASS [ 0.032s] nexus-config nexus_config::test::test_config_nonexistent
66402025-10-03T20:56:48.412Z PASS [ 0.039s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
66412025-10-03T20:56:48.437Z PASS [ 0.073s] nexus-config nexus_config::test::test_deployment_config_schema
66422025-10-03T20:56:48.487Z PASS [ 0.071s] nexus-config nexus_config::test::test_valid
66432025-10-03T20:56:48.512Z PASS [ 0.102s] nexus-config nexus_config::test::test_repo_configs_are_valid
66442025-10-03T20:56:48.537Z PASS [ 0.036s] nexus-config postgres_config::test::test_bad_url
66452025-10-03T20:56:48.562Z PASS [ 0.036s] nexus-config postgres_config::test::test_example_url
66462025-10-03T20:56:48.587Z PASS [ 0.052s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
66472025-10-03T20:56:48.587Z PASS [ 0.035s] nexus-db-fixed-data test::test_allowlist_id_is_valid
66482025-10-03T20:56:48.622Z PASS [ 0.045s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
66492025-10-03T20:56:48.650Z PASS [ 0.045s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
66502025-10-03T20:56:48.676Z PASS [ 0.044s] nexus-db-model alert_class::tests::test_from_str_roundtrips
66512025-10-03T20:56:48.703Z PASS [ 0.030s] nexus-db-model alert_class::tests::test_is_test
66522025-10-03T20:56:48.743Z PASS [ 0.043s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
66532025-10-03T20:56:48.786Z PASS [ 0.043s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
66542025-10-03T20:56:48.856Z PASS [ 0.071s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
66552025-10-03T20:56:48.888Z PASS [ 0.032s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
66562025-10-03T20:56:48.943Z PASS [ 0.055s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
66572025-10-03T20:56:48.991Z PASS [ 0.048s] nexus-db-model device_auth::test::test_generate_user_code
66582025-10-03T20:56:49.040Z PASS [ 0.049s] nexus-db-model instance_state::tests::test_from_str_roundtrips
66592025-10-03T20:56:49.095Z PASS [ 0.054s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
66602025-10-03T20:56:49.130Z PASS [ 0.036s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
66612025-10-03T20:56:49.191Z PASS [ 0.057s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
66622025-10-03T20:56:49.222Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_known_versions
66632025-10-03T20:56:49.272Z PASS [ 0.050s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
66642025-10-03T20:56:49.313Z PASS [ 0.040s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
66652025-10-03T20:56:49.347Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
66662025-10-03T20:56:49.376Z PASS [ 0.029s] nexus-db-model schema_versions::test::test_verify
66672025-10-03T20:56:49.408Z PASS [ 0.032s] nexus-db-model semver_version::test::test_to_from_sortable_string
66682025-10-03T20:56:49.439Z PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address
66692025-10-03T20:56:49.469Z PASS [ 0.029s] nexus-db-model tests::test_ipv6_net_random_subnet
66702025-10-03T20:56:49.504Z PASS [ 0.035s] nexus-db-model tests::test_roles_database_strings
66712025-10-03T20:56:49.534Z PASS [ 0.030s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
66722025-10-03T20:56:49.560Z PASS [ 0.025s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
66732025-10-03T20:56:49.591Z PASS [ 0.032s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
66742025-10-03T20:56:54.149Z PASS [ 5.530s] nexus-db-lookup::integration lookup::test_lookup
66752025-10-03T20:56:55.265Z PASS [ 5.675s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
66762025-10-03T20:56:58.115Z PASS [ 3.966s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
66772025-10-03T20:56:59.307Z PASS [ 4.043s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
66782025-10-03T20:57:02.284Z PASS [ 4.168s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
66792025-10-03T20:57:03.394Z PASS [ 4.087s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
66802025-10-03T20:57:06.149Z PASS [ 3.867s] nexus-db-queries db::collection_attach::test::test_attach_once
66812025-10-03T20:57:07.360Z PASS [ 3.966s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
66822025-10-03T20:57:10.299Z PASS [ 4.151s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
66832025-10-03T20:57:11.354Z PASS [ 3.995s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
66842025-10-03T20:57:11.430Z PASS [ 0.076s] nexus-db-queries db::collection_attach::test::test_verify_query
66852025-10-03T20:57:14.404Z PASS [ 4.105s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
66862025-10-03T20:57:15.459Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66872025-10-03T20:57:15.538Z PASS [ 4.108s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
66882025-10-03T20:57:18.339Z PASS [ 3.935s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
66892025-10-03T20:57:19.419Z PASS [ 3.881s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
66902025-10-03T20:57:22.341Z PASS [ 4.002s] nexus-db-queries db::collection_detach::test::test_detach_once
66912025-10-03T20:57:23.501Z PASS [ 4.082s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
66922025-10-03T20:57:23.573Z PASS [ 0.072s] nexus-db-queries db::collection_detach::test::test_verify_query
66932025-10-03T20:57:23.618Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
66942025-10-03T20:57:26.466Z PASS [ 4.125s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
66952025-10-03T20:57:27.849Z PASS [ 4.276s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
66962025-10-03T20:57:30.642Z PASS [ 4.177s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
66972025-10-03T20:57:31.916Z PASS [ 4.067s] nexus-db-queries db::collection_detach_many::test::test_detach_many
66982025-10-03T20:57:34.362Z PASS [ 3.717s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
66992025-10-03T20:57:35.726Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67002025-10-03T20:57:35.726Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67012025-10-03T20:57:35.869Z PASS [ 3.953s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
67022025-10-03T20:57:38.370Z PASS [ 4.010s] nexus-db-queries db::collection_detach_many::test::test_detach_once
67032025-10-03T20:57:39.724Z PASS [ 3.856s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
67042025-10-03T20:57:39.782Z PASS [ 0.058s] nexus-db-queries db::collection_detach_many::test::test_verify_query
67052025-10-03T20:57:42.511Z PASS [ 4.143s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
67062025-10-03T20:57:43.843Z PASS [ 4.060s] nexus-db-queries db::collection_insert::test::test_collection_not_present
67072025-10-03T20:57:43.918Z PASS [ 0.076s] nexus-db-queries db::collection_insert::test::test_verify_query
67082025-10-03T20:57:43.993Z PASS [ 0.074s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
67092025-10-03T20:57:44.068Z PASS [ 0.074s] nexus-db-queries db::column_walker::test::test_walk_columns
67102025-10-03T20:57:44.154Z PASS [ 0.087s] nexus-db-queries db::column_walker::test::test_walk_table
67112025-10-03T20:57:46.224Z PASS [ 3.713s] nexus-db-queries db::collection_insert::test::test_collection_present
67122025-10-03T20:57:51.104Z PASS [ 6.950s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
67132025-10-03T20:57:53.020Z PASS [ 6.797s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
67142025-10-03T20:58:00.050Z PASS [ 7.030s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
67152025-10-03T20:58:01.435Z PASS [ 10.333s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
67162025-10-03T20:58:06.560Z PASS [ 6.511s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
67172025-10-03T20:58:09.594Z PASS [ 8.160s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
67182025-10-03T20:58:13.621Z PASS [ 7.062s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
67192025-10-03T20:58:15.452Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67202025-10-03T20:58:17.052Z PASS [ 7.459s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
67212025-10-03T20:58:20.019Z PASS [ 6.399s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
67222025-10-03T20:58:23.601Z PASS [ 6.549s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
67232025-10-03T20:58:23.626Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
67242025-10-03T20:58:26.921Z PASS [ 6.903s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
67252025-10-03T20:58:30.526Z PASS [ 6.926s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
67262025-10-03T20:58:33.643Z PASS [ 6.724s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
67272025-10-03T20:58:35.718Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67282025-10-03T20:58:35.718Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67292025-10-03T20:58:40.287Z PASS [ 6.644s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
67302025-10-03T20:58:40.532Z PASS [ 10.008s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
67312025-10-03T20:58:46.624Z PASS [ 6.338s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
67322025-10-03T20:58:48.266Z PASS [ 7.735s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
67332025-10-03T20:58:53.494Z PASS [ 6.872s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
67342025-10-03T20:58:56.110Z PASS [ 7.844s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
67352025-10-03T20:58:59.463Z PASS [ 5.967s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
67362025-10-03T20:59:02.133Z PASS [ 6.024s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
67372025-10-03T20:59:05.719Z PASS [ 6.259s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
67382025-10-03T20:59:10.896Z PASS [ 8.764s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
67392025-10-03T20:59:14.611Z PASS [ 3.715s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
67402025-10-03T20:59:14.708Z PASS [ 8.990s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
67412025-10-03T20:59:15.444Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67422025-10-03T20:59:21.007Z PASS [ 6.396s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
67432025-10-03T20:59:21.032Z PASS [ 6.309s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
67442025-10-03T20:59:23.602Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
67452025-10-03T20:59:26.850Z PASS [ 5.844s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
67462025-10-03T20:59:27.451Z PASS [ 6.436s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
67472025-10-03T20:59:33.481Z PASS [ 6.632s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
67482025-10-03T20:59:33.905Z PASS [ 6.455s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
67492025-10-03T20:59:35.709Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67502025-10-03T20:59:35.734Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67512025-10-03T20:59:39.501Z PASS [ 6.021s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
67522025-10-03T20:59:39.955Z PASS [ 6.050s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
67532025-10-03T20:59:45.216Z PASS [ 5.715s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
67542025-10-03T20:59:46.265Z PASS [ 6.310s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
67552025-10-03T20:59:48.648Z PASS [ 3.433s] nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
67562025-10-03T20:59:50.697Z PASS [ 4.433s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
67572025-10-03T20:59:52.381Z PASS [ 3.733s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
67582025-10-03T20:59:54.151Z PASS [ 3.454s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
67592025-10-03T20:59:55.802Z PASS [ 3.422s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
67602025-10-03T20:59:57.714Z PASS [ 3.564s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
67612025-10-03T20:59:59.342Z PASS [ 3.540s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
67622025-10-03T21:00:01.539Z PASS [ 3.825s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
67632025-10-03T21:00:03.258Z PASS [ 3.917s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
67642025-10-03T21:00:05.323Z PASS [ 3.785s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
67652025-10-03T21:00:06.688Z PASS [ 3.430s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
67662025-10-03T21:00:09.121Z PASS [ 3.798s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
67672025-10-03T21:00:10.493Z PASS [ 3.806s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
67682025-10-03T21:00:12.811Z PASS [ 3.691s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
67692025-10-03T21:00:15.436Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67702025-10-03T21:00:16.004Z PASS [ 5.511s] nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
67712025-10-03T21:00:18.856Z PASS [ 6.035s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
67722025-10-03T21:00:21.895Z PASS [ 5.891s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
67732025-10-03T21:00:23.594Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
67742025-10-03T21:00:24.867Z PASS [ 6.022s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
67752025-10-03T21:00:29.220Z PASS [ 7.327s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
67762025-10-03T21:00:31.324Z PASS [ 6.457s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
67772025-10-03T21:00:35.701Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67782025-10-03T21:00:35.701Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67792025-10-03T21:00:38.017Z PASS [ 6.693s] nexus-db-queries db::datastore::deployment::tests::test_set_target
67802025-10-03T21:00:39.189Z PASS [ 9.970s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
67812025-10-03T21:00:44.410Z PASS [ 6.395s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
67822025-10-03T21:00:44.464Z PASS [ 0.054s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
67832025-10-03T21:00:44.654Z PASS [ 5.466s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
67842025-10-03T21:00:49.418Z PASS [ 4.955s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
67852025-10-03T21:00:50.696Z PASS [ 6.043s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
67862025-10-03T21:00:57.007Z PASS [ 6.310s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
67872025-10-03T21:00:57.212Z PASS [ 7.794s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
67882025-10-03T21:01:03.309Z PASS [ 6.098s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
67892025-10-03T21:01:03.544Z PASS [ 6.537s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
67902025-10-03T21:01:06.957Z PASS [ 3.649s] nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
67912025-10-03T21:01:07.321Z PASS [ 3.779s] nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
67922025-10-03T21:01:10.792Z PASS [ 3.836s] nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
67932025-10-03T21:01:10.895Z PASS [ 3.574s] nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
67942025-10-03T21:01:15.428Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67952025-10-03T21:01:17.869Z PASS [ 7.078s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
67962025-10-03T21:01:20.300Z PASS [ 9.407s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
67972025-10-03T21:01:23.586Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
67982025-10-03T21:01:24.351Z PASS [ 6.483s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
67992025-10-03T21:01:26.768Z PASS [ 6.469s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
68002025-10-03T21:01:28.435Z PASS [ 433.018s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68012025-10-03T21:01:31.883Z PASS [ 7.534s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
68022025-10-03T21:01:34.730Z PASS [ 7.962s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
68032025-10-03T21:01:35.886Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68042025-10-03T21:01:35.886Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68052025-10-03T21:01:35.911Z PASS [ 7.264s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
68062025-10-03T21:01:38.668Z PASS [ 6.785s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
68072025-10-03T21:01:41.255Z PASS [ 6.522s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
68082025-10-03T21:01:41.984Z PASS [ 6.287s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
68092025-10-03T21:01:44.779Z PASS [ 6.112s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
68102025-10-03T21:01:47.051Z PASS [ 5.800s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
68112025-10-03T21:01:48.654Z PASS [ 6.671s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
68122025-10-03T21:01:54.487Z PASS [ 7.438s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
68132025-10-03T21:01:55.965Z PASS [ 7.313s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
68142025-10-03T21:01:55.992Z PASS [ 11.215s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
68152025-10-03T21:01:57.759Z PASS [ 394.187s] oximeter-db client::tests::test_replicated
68162025-10-03T21:01:57.830Z PASS [ 0.068s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
68172025-10-03T21:01:57.864Z PASS [ 0.034s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
68182025-10-03T21:01:57.891Z PASS [ 0.028s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
68192025-10-03T21:01:57.924Z PASS [ 0.033s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
68202025-10-03T21:01:57.953Z PASS [ 0.028s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
68212025-10-03T21:01:58.651Z PASS [ 0.699s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
68222025-10-03T21:01:58.886Z PASS [ 0.235s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
68232025-10-03T21:01:59.120Z PASS [ 0.234s] omicron-clickhouse-admin::integration_test test_lgif_parsing
68242025-10-03T21:01:59.366Z PASS [ 0.246s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
68252025-10-03T21:01:59.575Z PASS [ 0.209s] omicron-clickhouse-admin::integration_test test_teardown
68262025-10-03T21:01:59.683Z PASS [ 0.108s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
68272025-10-03T21:02:00.787Z PASS [ 6.301s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
68282025-10-03T21:02:01.628Z PASS [ 5.663s] nexus-db-queries db::datastore::ip_pool::test::cannot_insert_range_in_pool_with_different_ip_version
68292025-10-03T21:02:01.821Z PASS [ 5.829s] nexus-db-queries db::datastore::ip_pool::test::cannot_set_default_ip_pool_for_internal_silo
68302025-10-03T21:02:07.236Z PASS [ 6.449s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
68312025-10-03T21:02:07.882Z PASS [ 6.250s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
68322025-10-03T21:02:08.331Z PASS [ 6.508s] nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
68332025-10-03T21:02:14.275Z PASS [ 7.039s] nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
68342025-10-03T21:02:14.373Z PASS [ 6.496s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
68352025-10-03T21:02:16.937Z PASS [ 8.610s] nexus-db-queries db::datastore::nat_entry::test::nat_changeset
68362025-10-03T21:02:20.436Z PASS [ 6.159s] nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
68372025-10-03T21:02:20.542Z PASS [ 6.170s] nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
68382025-10-03T21:02:23.223Z PASS [ 6.285s] nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
68392025-10-03T21:02:26.729Z PASS [ 6.175s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
68402025-10-03T21:02:27.673Z PASS [ 7.241s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
68412025-10-03T21:02:30.677Z PASS [ 7.457s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
68422025-10-03T21:02:33.676Z PASS [ 6.004s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
68432025-10-03T21:02:35.685Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68442025-10-03T21:02:35.685Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68452025-10-03T21:02:39.629Z PASS [ 5.954s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
68462025-10-03T21:02:44.865Z PASS [ 18.151s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
68472025-10-03T21:02:45.996Z PASS [ 6.366s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
68482025-10-03T21:02:51.380Z PASS [ 6.516s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
68492025-10-03T21:02:52.633Z PASS [ 6.639s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
68502025-10-03T21:02:58.394Z PASS [ 7.015s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
68512025-10-03T21:02:59.131Z PASS [ 6.499s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
68522025-10-03T21:02:59.676Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
68532025-10-03T21:03:00.575Z PASS [ 29.903s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
68542025-10-03T21:03:04.990Z PASS [ 6.597s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
68552025-10-03T21:03:05.727Z PASS [ 6.594s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
68562025-10-03T21:03:07.157Z PASS [ 67.485s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
68572025-10-03T21:03:07.674Z PASS [ 7.100s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
68582025-10-03T21:03:10.118Z PASS [ 2.961s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
68592025-10-03T21:03:11.859Z PASS [ 6.135s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
68602025-10-03T21:03:12.680Z PASS [ 7.691s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
68612025-10-03T21:03:13.169Z PASS [ 5.496s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
68622025-10-03T21:03:17.514Z PASS [ 5.656s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
68632025-10-03T21:03:18.984Z PASS [ 6.305s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
68642025-10-03T21:03:19.753Z PASS [ 6.585s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
68652025-10-03T21:03:24.542Z PASS [ 7.029s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
68662025-10-03T21:03:24.588Z PASS [ 0.046s] nexus-db-queries db::datastore::region::test::test_extent_count
68672025-10-03T21:03:24.840Z PASS [ 5.857s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
68682025-10-03T21:03:25.834Z PASS [ 6.082s] nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
68692025-10-03T21:03:27.590Z PASS [ 17.474s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
68702025-10-03T21:03:30.120Z PASS [ 5.533s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
68712025-10-03T21:03:30.385Z PASS [ 5.545s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
68722025-10-03T21:03:31.263Z PASS [ 5.430s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
68732025-10-03T21:03:35.642Z PASS [ 5.523s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
68742025-10-03T21:03:35.667Z PASS [ 5.279s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
68752025-10-03T21:03:35.692Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68762025-10-03T21:03:35.692Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68772025-10-03T21:03:36.577Z PASS [ 5.314s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
68782025-10-03T21:03:41.269Z PASS [ 5.605s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
68792025-10-03T21:03:41.559Z PASS [ 5.917s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
68802025-10-03T21:03:42.236Z PASS [ 5.660s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
68812025-10-03T21:03:47.126Z PASS [ 5.859s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
68822025-10-03T21:03:47.494Z PASS [ 5.936s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
68832025-10-03T21:03:48.199Z PASS [ 5.964s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
68842025-10-03T21:03:48.371Z PASS [ 20.785s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
68852025-10-03T21:03:52.480Z PASS [ 5.355s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
68862025-10-03T21:03:53.190Z PASS [ 5.697s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
68872025-10-03T21:03:53.486Z PASS [ 5.287s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
68882025-10-03T21:03:53.939Z PASS [ 5.568s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
68892025-10-03T21:03:57.633Z PASS [ 5.153s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
68902025-10-03T21:03:58.634Z PASS [ 5.445s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
68912025-10-03T21:03:59.497Z PASS [ 6.012s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
68922025-10-03T21:03:59.902Z PASS [ 5.963s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
68932025-10-03T21:04:03.606Z PASS [ 5.974s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
68942025-10-03T21:04:04.696Z PASS [ 6.063s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
68952025-10-03T21:04:05.429Z PASS [ 5.933s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
68962025-10-03T21:04:05.845Z PASS [ 5.945s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
68972025-10-03T21:04:09.421Z PASS [ 5.817s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
68982025-10-03T21:04:10.671Z PASS [ 5.975s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
68992025-10-03T21:04:11.262Z PASS [ 5.834s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
69002025-10-03T21:04:11.794Z PASS [ 5.950s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
69012025-10-03T21:04:14.812Z PASS [ 699.158s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69022025-10-03T21:04:14.870Z PASS [ 5.449s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
69032025-10-03T21:04:15.737Z PASS [ 700.083s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69042025-10-03T21:04:16.255Z PASS [ 5.584s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
69052025-10-03T21:04:16.674Z PASS [ 5.412s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
69062025-10-03T21:04:17.621Z PASS [ 5.825s] nexus-db-queries db::datastore::sled::test::sled_list_batch
69072025-10-03T21:04:20.719Z PASS [ 5.907s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
69082025-10-03T21:04:20.769Z PASS [ 5.899s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
69092025-10-03T21:04:21.584Z PASS [ 5.848s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
69102025-10-03T21:04:21.656Z PASS [ 5.402s] nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
69112025-10-03T21:04:23.045Z PASS [ 6.372s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
69122025-10-03T21:04:23.688Z PASS [ 6.069s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
69132025-10-03T21:04:26.120Z PASS [ 5.352s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
69142025-10-03T21:04:26.884Z PASS [ 5.296s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
69152025-10-03T21:04:27.022Z PASS [ 5.366s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
69162025-10-03T21:04:29.919Z PASS [ 9.202s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
69172025-10-03T21:04:30.259Z PASS [ 7.215s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
69182025-10-03T21:04:30.781Z PASS [ 7.095s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
69192025-10-03T21:04:32.727Z PASS [ 5.707s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
69202025-10-03T21:04:33.489Z PASS [ 7.370s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
69212025-10-03T21:04:33.884Z PASS [ 7.004s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
69222025-10-03T21:04:35.437Z PASS [ 5.519s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
69232025-10-03T21:04:35.701Z PASS [ 5.437s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
69242025-10-03T21:04:36.101Z PASS [ 5.319s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
69252025-10-03T21:04:37.898Z PASS [ 5.171s] nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
69262025-10-03T21:04:38.590Z PASS [ 5.100s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
69272025-10-03T21:04:39.509Z PASS [ 5.627s] nexus-db-queries db::datastore::target_release::test::test_recent_distinct
69282025-10-03T21:04:40.725Z PASS [ 5.030s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
69292025-10-03T21:04:40.751Z PASS [ 5.303s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
69302025-10-03T21:04:41.601Z PASS [ 5.503s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
69312025-10-03T21:04:43.133Z PASS [ 5.236s] nexus-db-queries db::datastore::test::test_project_creation
69322025-10-03T21:04:43.643Z PASS [ 5.055s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
69332025-10-03T21:04:45.024Z PASS [ 5.515s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
69342025-10-03T21:04:46.629Z PASS [ 5.890s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
69352025-10-03T21:04:51.874Z PASS [ 6.370s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
69362025-10-03T21:04:51.943Z PASS [ 5.903s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
69372025-10-03T21:04:53.176Z PASS [ 12.453s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
69382025-10-03T21:04:54.509Z PASS [ 5.474s] nexus-db-queries db::datastore::test::test_session_methods
69392025-10-03T21:04:55.949Z PASS [ 12.308s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
69402025-10-03T21:04:57.076Z PASS [ 12.054s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
69412025-10-03T21:04:58.712Z PASS [ 5.536s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
69422025-10-03T21:04:59.980Z PASS [ 5.472s] nexus-db-queries db::datastore::test::test_ssh_keys
69432025-10-03T21:05:01.076Z PASS [ 5.128s] nexus-db-queries db::datastore::test::test_table_scan
69442025-10-03T21:05:01.248Z PASS [ 14.622s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
69452025-10-03T21:05:01.347Z PASS [ 13.379s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
69462025-10-03T21:05:05.479Z PASS [ 6.768s] nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
69472025-10-03T21:05:05.710Z PASS [ 5.730s] nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
69482025-10-03T21:05:06.884Z PASS [ 5.807s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
69492025-10-03T21:05:06.942Z PASS [ 5.595s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
69502025-10-03T21:05:07.269Z PASS [ 6.021s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
69512025-10-03T21:05:11.203Z PASS [ 5.725s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
69522025-10-03T21:05:12.750Z PASS [ 5.868s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
69532025-10-03T21:05:12.786Z PASS [ 5.816s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
69542025-10-03T21:05:12.884Z PASS [ 7.174s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
69552025-10-03T21:05:13.478Z PASS [ 6.210s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
69562025-10-03T21:05:16.657Z PASS [ 5.454s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
69572025-10-03T21:05:18.294Z PASS [ 5.537s] nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
69582025-10-03T21:05:18.384Z PASS [ 5.502s] nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
69592025-10-03T21:05:19.238Z PASS [ 6.490s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
69602025-10-03T21:05:19.278Z PASS [ 5.801s] nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
69612025-10-03T21:05:22.498Z PASS [ 5.842s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
69622025-10-03T21:05:23.684Z PASS [ 5.301s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
69632025-10-03T21:05:23.964Z PASS [ 5.672s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
69642025-10-03T21:05:24.815Z PASS [ 5.577s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
69652025-10-03T21:05:24.867Z PASS [ 0.052s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
69662025-10-03T21:05:24.928Z PASS [ 0.061s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
69672025-10-03T21:05:25.052Z PASS [ 5.775s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
69682025-10-03T21:05:28.046Z PASS [ 5.549s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
69692025-10-03T21:05:29.369Z PASS [ 5.685s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
69702025-10-03T21:05:33.272Z PASS [ 5.227s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
69712025-10-03T21:05:34.548Z PASS [ 5.180s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
69722025-10-03T21:05:35.780Z PASS [ 11.818s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
69732025-10-03T21:05:37.300Z PASS [ 12.373s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
69742025-10-03T21:05:37.887Z PASS [ 12.837s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
69752025-10-03T21:05:38.408Z PASS [ 5.137s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
69762025-10-03T21:05:39.666Z PASS [ 42.597s] nexus-db-queries db::datastore::update::test::test_list_unpruned
69772025-10-03T21:05:39.999Z PASS [ 0.332s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
69782025-10-03T21:05:40.342Z PASS [ 5.795s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
69792025-10-03T21:05:41.573Z PASS [ 5.794s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
69802025-10-03T21:05:43.591Z PASS [ 3.593s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
69812025-10-03T21:05:44.612Z PASS [ 3.040s] nexus-db-queries db::explain::test::test_explain_async
69822025-10-03T21:05:44.677Z PASS [ 6.791s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
69832025-10-03T21:05:44.958Z PASS [ 7.660s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
69842025-10-03T21:05:45.771Z PASS [ 7.363s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
69852025-10-03T21:05:45.913Z PASS [ 5.571s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
69862025-10-03T21:05:46.368Z PASS [ 2.778s] nexus-db-queries db::explain::test::test_explain_full_table_scan
69872025-10-03T21:05:48.234Z PASS [ 3.622s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
69882025-10-03T21:05:48.284Z PASS [ 3.607s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
69892025-10-03T21:05:48.325Z PASS [ 0.041s] nexus-db-queries db::pagination::test::test_paginator
69902025-10-03T21:05:48.646Z PASS [ 3.688s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
69912025-10-03T21:05:48.986Z PASS [ 3.215s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
69922025-10-03T21:05:49.413Z PASS [ 3.500s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
69932025-10-03T21:05:49.621Z PASS [ 3.253s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
69942025-10-03T21:05:49.944Z PASS [ 1.620s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
69952025-10-03T21:05:50.170Z PASS [ 1.524s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
69962025-10-03T21:05:51.825Z PASS [ 3.592s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
69972025-10-03T21:05:54.561Z PASS [ 5.562s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
69982025-10-03T21:05:54.823Z PASS [ 5.203s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
69992025-10-03T21:05:54.848Z PASS [ 4.899s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
70002025-10-03T21:05:54.873Z PASS [ 5.457s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
70012025-10-03T21:05:55.266Z PASS [ 5.094s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
70022025-10-03T21:05:56.932Z PASS [ 5.107s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
70032025-10-03T21:05:59.682Z PASS [ 5.136s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
70042025-10-03T21:05:59.954Z PASS [ 5.131s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
70052025-10-03T21:05:59.990Z PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
70062025-10-03T21:05:59.990Z PASS [ 5.121s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
70072025-10-03T21:06:00.017Z PASS [ 5.174s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
70082025-10-03T21:06:00.948Z PASS [ 5.685s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
70092025-10-03T21:06:02.045Z PASS [ 5.113s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
70102025-10-03T21:06:04.978Z PASS [ 4.963s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
70112025-10-03T21:06:05.306Z PASS [ 5.318s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
70122025-10-03T21:06:05.351Z PASS [ 5.363s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
70132025-10-03T21:06:05.913Z PASS [ 6.232s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
70142025-10-03T21:06:06.131Z PASS [ 5.184s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
70152025-10-03T21:06:06.985Z PASS [ 4.941s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
70162025-10-03T21:06:10.144Z PASS [ 4.838s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
70172025-10-03T21:06:10.199Z PASS [ 5.221s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
70182025-10-03T21:06:10.300Z PASS [ 4.950s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
70192025-10-03T21:06:10.789Z PASS [ 4.877s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
70202025-10-03T21:06:11.202Z PASS [ 5.072s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
70212025-10-03T21:06:11.239Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
70222025-10-03T21:06:12.193Z PASS [ 5.208s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
70232025-10-03T21:06:15.333Z PASS [ 3.139s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
70242025-10-03T21:06:15.417Z PASS [ 5.273s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
70252025-10-03T21:06:15.516Z PASS [ 5.216s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
70262025-10-03T21:06:15.552Z PASS [ 5.354s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
70272025-10-03T21:06:15.602Z PASS [ 0.049s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
70282025-10-03T21:06:15.906Z PASS [ 5.117s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
70292025-10-03T21:06:16.179Z PASS [ 0.273s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
70302025-10-03T21:06:16.463Z PASS [ 0.284s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
70312025-10-03T21:06:16.734Z PASS [ 5.496s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
70322025-10-03T21:06:18.415Z PASS [ 2.899s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
70332025-10-03T21:06:18.453Z PASS [ 0.038s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
70342025-10-03T21:06:18.493Z PASS [ 0.040s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
70352025-10-03T21:06:18.537Z PASS [ 3.206s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
70362025-10-03T21:06:18.587Z PASS [ 3.170s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
70372025-10-03T21:06:18.838Z PASS [ 0.252s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
70382025-10-03T21:06:18.937Z PASS [ 3.335s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
70392025-10-03T21:06:19.199Z PASS [ 0.262s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
70402025-10-03T21:06:19.224Z PASS [ 2.742s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
70412025-10-03T21:06:19.482Z PASS [ 0.283s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
70422025-10-03T21:06:19.511Z PASS [ 0.306s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
70432025-10-03T21:06:19.589Z PASS [ 1.096s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
70442025-10-03T21:06:19.727Z PASS [ 2.993s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
70452025-10-03T21:06:19.869Z PASS [ 0.280s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
70462025-10-03T21:06:19.997Z PASS [ 0.271s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
70472025-10-03T21:06:20.172Z PASS [ 0.301s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
70482025-10-03T21:06:20.265Z PASS [ 0.267s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
70492025-10-03T21:06:21.386Z PASS [ 2.849s] nexus-db-queries db::queries::region_allocation::test::explainable
70502025-10-03T21:06:21.575Z PASS [ 2.737s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
70512025-10-03T21:06:22.156Z PASS [ 2.645s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
70522025-10-03T21:06:22.249Z PASS [ 0.093s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
70532025-10-03T21:06:22.283Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
70542025-10-03T21:06:22.308Z PASS [ 2.827s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
70552025-10-03T21:06:22.333Z PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
70562025-10-03T21:06:22.358Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
70572025-10-03T21:06:22.383Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
70582025-10-03T21:06:22.745Z PASS [ 2.575s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
70592025-10-03T21:06:22.930Z PASS [ 2.665s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
70602025-10-03T21:06:24.017Z PASS [ 2.631s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
70612025-10-03T21:06:24.198Z PASS [ 2.624s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
70622025-10-03T21:06:24.966Z PASS [ 2.617s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
70632025-10-03T21:06:25.113Z PASS [ 2.742s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
70642025-10-03T21:06:25.148Z PASS [ 0.035s] nexus-defaults tests::test_random_vpc_ipv6_prefix
70652025-10-03T21:06:25.294Z PASS [ 2.549s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
70662025-10-03T21:06:25.332Z PASS [ 0.037s] nexus-inventory builder::test::test_empty
70672025-10-03T21:06:25.379Z PASS [ 0.047s] nexus-inventory builder::test::test_problems
70682025-10-03T21:06:25.495Z PASS [ 0.347s] nexus-inventory builder::test::test_basic
70692025-10-03T21:06:26.891Z PASS [ 1.512s] nexus-inventory collector::test::test_basic
70702025-10-03T21:06:26.994Z PASS [ 1.499s] nexus-inventory collector::test::test_multi_mgs
70712025-10-03T21:06:27.426Z PASS [ 0.535s] nexus-inventory collector::test::test_multi_mgs_failure
70722025-10-03T21:06:27.883Z PASS [ 0.888s] nexus-inventory collector::test::test_sled_agent_failure
70732025-10-03T21:06:28.909Z PASS [ 4.712s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
70742025-10-03T21:06:29.850Z PASS [ 4.884s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
70752025-10-03T21:06:31.572Z PASS [ 1.723s] nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
70762025-10-03T21:06:31.843Z PASS [ 2.934s] nexus-mgs-updates driver_update::test::test_rot_basic_failures
70772025-10-03T21:06:33.158Z PASS [ 10.229s] nexus-db-queries policy_test::test_conferred_roles
70782025-10-03T21:06:33.507Z PASS [ 6.082s] nexus-metrics-producer-gc tests::test_prune_expired_producers
70792025-10-03T21:06:33.574Z PASS [ 5.692s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
70802025-10-03T21:06:34.201Z PASS [ 1.043s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
70812025-10-03T21:06:38.710Z PASS [ 7.138s] nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
70822025-10-03T21:06:38.844Z PASS [ 4.644s] nexus-mgs-updates driver_update::test::test_sp_update_watched
70832025-10-03T21:06:38.869Z PASS [ 7.003s] nexus-mgs-updates driver_update::test::test_rot_update_basic
70842025-10-03T21:06:40.651Z PASS [ 1.807s] nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
70852025-10-03T21:06:42.446Z PASS [ 8.938s] nexus-mgs-updates driver_update::test::test_sp_update_basic
70862025-10-03T21:06:42.693Z PASS [ 0.248s] nexus-mgs-updates test_util::step_through::test::test_basic
70872025-10-03T21:06:43.562Z PASS [ 0.870s] nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
70882025-10-03T21:06:43.843Z PASS [ 0.281s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
70892025-10-03T21:06:43.884Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
70902025-10-03T21:06:43.923Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
70912025-10-03T21:06:43.965Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
70922025-10-03T21:06:44.005Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
70932025-10-03T21:06:44.044Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
70942025-10-03T21:06:44.086Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
70952025-10-03T21:06:44.126Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
70962025-10-03T21:06:44.168Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
70972025-10-03T21:06:44.207Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
70982025-10-03T21:06:44.264Z PASS [ 0.057s] nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
70992025-10-03T21:06:44.305Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
71002025-10-03T21:06:44.344Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
71012025-10-03T21:06:44.382Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
71022025-10-03T21:06:44.421Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
71032025-10-03T21:06:44.460Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
71042025-10-03T21:06:44.496Z PASS [ 0.035s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
71052025-10-03T21:06:44.531Z PASS [ 0.035s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
71062025-10-03T21:06:44.678Z PASS [ 5.969s] nexus-mgs-updates driver_update::test_host_phase_1::basic
71072025-10-03T21:06:44.800Z PASS [ 0.122s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
71082025-10-03T21:06:48.185Z PASS [ 14.613s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
71092025-10-03T21:06:50.761Z PASS [ 10.111s] nexus-mgs-updates driver_update::test_host_phase_1::update_watched
71102025-10-03T21:06:57.431Z PASS [ 6.670s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
71112025-10-03T21:06:57.455Z PASS [ 9.264s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create
71122025-10-03T21:06:58.796Z PASS [ 19.954s] nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
71132025-10-03T21:06:58.894Z PASS [ 0.098s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
71142025-10-03T21:06:58.977Z PASS [ 0.083s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
71152025-10-03T21:06:59.030Z PASS [ 0.053s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
71162025-10-03T21:06:59.102Z PASS [ 0.071s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
71172025-10-03T21:07:05.073Z PASS [ 7.627s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
71182025-10-03T21:07:05.398Z PASS [ 7.969s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
71192025-10-03T21:07:24.010Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
71202025-10-03T21:07:30.793Z PASS [ 25.398s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
71212025-10-03T21:07:31.129Z PASS [ 26.060s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
71222025-10-03T21:07:44.523Z SLOW [> 60.000s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
71232025-10-03T21:07:44.793Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
71242025-10-03T21:07:52.268Z PASS [ 67.747s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
71252025-10-03T21:07:52.669Z PASS [ 0.401s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
71262025-10-03T21:07:52.733Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
71272025-10-03T21:07:52.773Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
71282025-10-03T21:07:52.836Z PASS [ 0.063s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
71292025-10-03T21:07:52.886Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
71302025-10-03T21:07:52.941Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
71312025-10-03T21:07:52.999Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
71322025-10-03T21:07:53.042Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
71332025-10-03T21:07:53.087Z PASS [ 89.084s] nexus-db-queries policy_test::test_iam_roles_behavior
71342025-10-03T21:07:53.112Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
71352025-10-03T21:07:53.137Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
71362025-10-03T21:07:53.137Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
71372025-10-03T21:07:53.162Z PASS [ 0.030s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
71382025-10-03T21:07:53.187Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
71392025-10-03T21:07:53.187Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
71402025-10-03T21:07:53.212Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
71412025-10-03T21:07:53.236Z PASS [ 0.030s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
71422025-10-03T21:07:53.236Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
71432025-10-03T21:07:53.273Z PASS [ 0.061s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
71442025-10-03T21:07:53.328Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
71452025-10-03T21:07:53.743Z PASS [ 0.415s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
71462025-10-03T21:07:54.077Z PASS [ 0.333s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
71472025-10-03T21:07:54.245Z PASS [ 0.167s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
71482025-10-03T21:07:54.369Z PASS [ 0.124s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
71492025-10-03T21:07:54.408Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
71502025-10-03T21:07:54.474Z PASS [ 0.066s] nexus-reconfigurator-planning example::tests::builder_zone_counts
71512025-10-03T21:07:54.510Z PASS [ 0.035s] nexus-reconfigurator-planning example::tests::instances_on_examples
71522025-10-03T21:07:54.564Z PASS [ 0.054s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
71532025-10-03T21:07:54.603Z PASS [ 0.039s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
71542025-10-03T21:07:54.646Z PASS [ 0.043s] nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
71552025-10-03T21:07:54.686Z PASS [ 0.040s] nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
71562025-10-03T21:07:54.711Z PASS [ 23.575s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
71572025-10-03T21:07:54.736Z PASS [ 0.044s] nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
71582025-10-03T21:07:54.761Z PASS [ 0.037s] nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
71592025-10-03T21:07:54.786Z PASS [ 0.038s] nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
71602025-10-03T21:07:54.786Z PASS [ 0.038s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
71612025-10-03T21:07:54.818Z PASS [ 0.050s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
71622025-10-03T21:07:54.843Z PASS [ 0.046s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
71632025-10-03T21:07:54.894Z PASS [ 0.075s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
71642025-10-03T21:07:54.919Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
71652025-10-03T21:07:54.944Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
71662025-10-03T21:07:54.990Z PASS [ 0.087s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
71672025-10-03T21:07:55.016Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
71682025-10-03T21:07:55.051Z PASS [ 0.061s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
71692025-10-03T21:07:55.076Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
71702025-10-03T21:07:55.115Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
71712025-10-03T21:07:55.140Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
71722025-10-03T21:07:55.171Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
71732025-10-03T21:07:55.196Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
71742025-10-03T21:07:55.242Z PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
71752025-10-03T21:07:55.267Z PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
71762025-10-03T21:07:55.305Z PASS [ 24.515s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
71772025-10-03T21:07:55.334Z PASS [ 0.092s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
71782025-10-03T21:07:55.359Z PASS [ 0.109s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
71792025-10-03T21:07:55.387Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
71802025-10-03T21:07:55.413Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
71812025-10-03T21:07:55.439Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
71822025-10-03T21:07:55.464Z PASS [ 0.067s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
71832025-10-03T21:07:55.489Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
71842025-10-03T21:07:55.514Z PASS [ 0.061s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
71852025-10-03T21:07:56.318Z PASS [ 0.825s] nexus-reconfigurator-planning planner::test::test_update_cockroach
71862025-10-03T21:07:56.480Z PASS [ 1.026s] nexus-reconfigurator-planning planner::test::test_update_all_zones
71872025-10-03T21:07:56.506Z PASS [ 1.009s] nexus-reconfigurator-planning planner::test::test_update_boundary_ntp
71882025-10-03T21:07:56.564Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
71892025-10-03T21:07:57.168Z PASS [ 0.850s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry_before_nexus
71902025-10-03T21:07:57.224Z PASS [ 0.744s] nexus-reconfigurator-planning planner::test::test_update_internal_dns
71912025-10-03T21:07:57.278Z PASS [ 0.053s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
71922025-10-03T21:07:57.371Z PASS [ 0.093s] nexus-saga-recovery recovery::test::test_execution_basic
71932025-10-03T21:07:57.401Z PASS [ 0.030s] nexus-saga-recovery recovery::test::test_plan_basic
71942025-10-03T21:07:57.431Z PASS [ 0.030s] nexus-saga-recovery recovery::test::test_read_all_from_channel
71952025-10-03T21:07:57.468Z PASS [ 0.037s] nexus-saga-recovery test::test_basic
71962025-10-03T21:07:57.535Z PASS [ 0.068s] nexus-sled-agent-shared inventory::tests::test_artifact_id_to_install_dataset_file
71972025-10-03T21:07:57.563Z PASS [ 0.027s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
71982025-10-03T21:07:57.589Z PASS [ 0.026s] nexus-sled-agent-shared inventory::tests::test_zone_prefix_matches_artifact_in_install_dataset
71992025-10-03T21:07:57.663Z PASS [ 4.438s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
72002025-10-03T21:07:57.688Z PASS [ 0.078s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
72012025-10-03T21:07:57.714Z PASS [ 0.045s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
72022025-10-03T21:07:57.714Z PASS [ 0.050s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
72032025-10-03T21:07:57.741Z PASS [ 0.029s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
72042025-10-03T21:07:57.766Z PASS [ 0.031s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
72052025-10-03T21:07:57.791Z PASS [ 0.026s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
72062025-10-03T21:07:57.791Z PASS [ 0.032s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
72072025-10-03T21:07:57.840Z PASS [ 0.063s] nexus-types deployment::test::test_serialize_pending_mgs_updates
72082025-10-03T21:07:57.870Z PASS [ 0.030s] nexus-types external_api::shared::test::test_policy_parsing
72092025-10-03T21:07:57.919Z PASS [ 0.050s] nexus-types external_api::shared::test::test_webhook_subscription_validation
72102025-10-03T21:07:57.948Z PASS [ 0.029s] nexus-types external_api::views::test::test_expected_one_of
72112025-10-03T21:07:57.988Z PASS [ 0.040s] nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status
72122025-10-03T21:07:58.026Z PASS [ 0.038s] nexus-types internal_api::views::test::test_can_serialize_mgs_updates
72132025-10-03T21:07:58.069Z PASS [ 0.043s] nexus-types quiesce::test::test_drained_blueprint
72142025-10-03T21:07:58.109Z PASS [ 0.040s] nexus-types quiesce::test::test_quiesce_block_on_first_recovery
72152025-10-03T21:07:58.138Z PASS [ 0.030s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
72162025-10-03T21:07:58.171Z PASS [ 0.031s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
72172025-10-03T21:07:58.205Z PASS [ 0.036s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
72182025-10-03T21:07:58.235Z PASS [ 0.029s] nexus-types quiesce::test::test_quiesce_block_on_reassignment
72192025-10-03T21:07:58.271Z PASS [ 0.036s] nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
72202025-10-03T21:07:58.311Z PASS [ 0.040s] nexus-types quiesce::test::test_quiesce_block_on_saga_started
72212025-10-03T21:07:58.345Z PASS [ 0.034s] nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
72222025-10-03T21:07:58.378Z PASS [ 0.033s] nexus-types quiesce::test::test_quiesce_noop
72232025-10-03T21:07:58.412Z PASS [ 0.034s] nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
72242025-10-03T21:07:58.590Z PASS [ 0.177s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
72252025-10-03T21:07:58.648Z PASS [ 0.057s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
72262025-10-03T21:07:58.702Z PASS [ 0.055s] omicron-certificates tests::test_cert_extended_key_usage
72272025-10-03T21:07:58.785Z PASS [ 0.058s] omicron-certificates tests::test_common_name_is_validated
72282025-10-03T21:07:58.817Z PASS [ 0.056s] omicron-certificates tests::test_subject_alternate_names_are_validated
72292025-10-03T21:07:58.992Z PASS [ 0.175s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
72302025-10-03T21:07:59.095Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
72312025-10-03T21:08:02.410Z PASS [ 3.419s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
72322025-10-03T21:08:10.657Z PASS [ 8.248s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
72332025-10-03T21:08:12.399Z PASS [ 1.742s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
72342025-10-03T21:08:12.718Z PASS [ 87.931s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
72352025-10-03T21:08:13.945Z PASS [ 1.546s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
72362025-10-03T21:08:14.512Z PASS [ 16.747s] nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
72372025-10-03T21:08:14.594Z PASS [ 0.082s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
72382025-10-03T21:08:14.644Z PASS [ 0.049s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
72392025-10-03T21:08:14.877Z PASS [ 0.233s] omicron-cockroach-metrics tests::test_cluster_client_caching
72402025-10-03T21:08:14.902Z PASS [ 0.024s] omicron-cockroach-metrics tests::test_histogram_bucket_sorting
72412025-10-03T21:08:14.927Z PASS [ 0.022s] omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
72422025-10-03T21:08:14.952Z PASS [ 0.022s] omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
72432025-10-03T21:08:14.977Z PASS [ 0.019s] omicron-cockroach-metrics tests::test_prometheus_metrics_empty
72442025-10-03T21:08:15.002Z PASS [ 0.024s] omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
72452025-10-03T21:08:15.027Z PASS [ 0.022s] omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
72462025-10-03T21:08:15.052Z PASS [ 0.025s] omicron-cockroach-metrics tests::test_typed_cockroach_metrics
72472025-10-03T21:08:15.077Z PASS [ 0.038s] omicron-common address::test::test_dns_subnets
72482025-10-03T21:08:15.104Z PASS [ 0.029s] omicron-common address::test::test_ip_range_checks_non_decreasing
72492025-10-03T21:08:15.138Z PASS [ 0.035s] omicron-common address::test::test_ip_range_enum_deserialization
72502025-10-03T21:08:15.163Z PASS [ 0.023s] omicron-common address::test::test_ip_range_iter
72512025-10-03T21:08:15.163Z PASS [ 1.218s] omicron-cockroach-admin context::tests::test_node_id
72522025-10-03T21:08:15.188Z PASS [ 0.026s] omicron-common address::test::test_ip_range_length
72532025-10-03T21:08:15.213Z PASS [ 0.027s] omicron-common address::test::test_ip_range_try_from
72542025-10-03T21:08:15.238Z PASS [ 0.032s] omicron-common address::test::test_ipv6_subnet_deserialize
72552025-10-03T21:08:15.238Z PASS [ 0.030s] omicron-common address::test::test_sled_address
72562025-10-03T21:08:15.263Z PASS [ 0.029s] omicron-common api::external::error::test::test_bail_unless
72572025-10-03T21:08:15.263Z PASS [ 0.031s] omicron-common api::external::error::test::test_context
72582025-10-03T21:08:15.298Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_pagination_examples
72592025-10-03T21:08:15.323Z PASS [ 0.054s] omicron-common api::external::http_pagination::test::test_pagination_schemas
72602025-10-03T21:08:15.348Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_id
72612025-10-03T21:08:15.348Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_name
72622025-10-03T21:08:15.373Z PASS [ 0.022s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
72632025-10-03T21:08:15.373Z PASS [ 0.021s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
72642025-10-03T21:08:15.398Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
72652025-10-03T21:08:15.398Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
72662025-10-03T21:08:15.423Z PASS [ 0.025s] omicron-common api::external::test::test_bytecount
72672025-10-03T21:08:15.448Z PASS [ 0.027s] omicron-common api::external::test::test_bytecount_display
72682025-10-03T21:08:15.473Z PASS [ 0.029s] omicron-common api::external::test::test_firewall_deserialization
72692025-10-03T21:08:15.473Z PASS [ 0.038s] omicron-common api::external::test::test_digest
72702025-10-03T21:08:15.498Z PASS [ 0.037s] omicron-common api::external::test::test_firewall_rule_proto_filter_parse
72712025-10-03T21:08:15.527Z PASS [ 0.073s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
72722025-10-03T21:08:15.552Z PASS [ 0.024s] omicron-common api::external::test::test_generation_display_parse
72732025-10-03T21:08:15.552Z PASS [ 0.059s] omicron-common api::external::test::test_firewall_rule_target_parse
72742025-10-03T21:08:15.587Z PASS [ 0.036s] omicron-common api::external::test::test_generation_from_int
72752025-10-03T21:08:15.614Z PASS [ 0.028s] omicron-common api::external::test::test_generation_serde
72762025-10-03T21:08:15.659Z PASS [ 0.044s] omicron-common api::external::test::test_hostname_from_str
72772025-10-03T21:08:15.687Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_from_str
72782025-10-03T21:08:15.718Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_into_str
72792025-10-03T21:08:15.745Z PASS [ 0.027s] omicron-common api::external::test::test_ipv6_net_operations
72802025-10-03T21:08:15.781Z PASS [ 0.035s] omicron-common api::external::test::test_mac_system_iterator
72812025-10-03T21:08:15.806Z PASS [ 0.021s] omicron-common api::external::test::test_mac_to_int_conversions
72822025-10-03T21:08:15.830Z PASS [ 0.026s] omicron-common api::external::test::test_macaddr
72832025-10-03T21:08:15.857Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse
72842025-10-03T21:08:15.882Z PASS [ 0.024s] omicron-common api::external::test::test_name_parse_from_param
72852025-10-03T21:08:15.908Z PASS [ 0.023s] omicron-common api::external::test::test_resource_name_parse
72862025-10-03T21:08:15.946Z PASS [ 0.040s] omicron-common api::external::test::test_route_destination_parse
72872025-10-03T21:08:15.991Z PASS [ 0.045s] omicron-common api::external::test::test_route_target_parse
72882025-10-03T21:08:16.017Z PASS [ 0.023s] omicron-common api::external::test::test_semver_serialize
72892025-10-03T21:08:16.041Z PASS [ 0.027s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
72902025-10-03T21:08:16.066Z PASS [ 0.023s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
72912025-10-03T21:08:16.091Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
72922025-10-03T21:08:16.117Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
72932025-10-03T21:08:16.152Z PASS [ 0.035s] omicron-common disk::tests::parse_dataset_name
72942025-10-03T21:08:16.197Z PASS [ 0.045s] omicron-common ledger::test::test_commit_handles_write_failures
72952025-10-03T21:08:16.229Z PASS [ 0.031s] omicron-common ledger::test::test_create_default_ledger
72962025-10-03T21:08:16.268Z PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_from_storage
72972025-10-03T21:08:16.294Z PASS [ 0.727s] omicron-common api::external::test::test_generation_overflow
72982025-10-03T21:08:16.319Z PASS [ 0.037s] omicron-common zpool_name::test::test_parse_bad_zpool_names
72992025-10-03T21:08:16.344Z PASS [ 0.072s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
73002025-10-03T21:08:16.344Z PASS [ 0.027s] omicron-common zpool_name::test::test_parse_external_zpool_name
73012025-10-03T21:08:16.370Z PASS [ 0.021s] omicron-common zpool_name::test::test_parse_internal_zpool_name
73022025-10-03T21:08:16.370Z PASS [ 0.021s] omicron-common zpool_name::test::test_parse_zpool_name_json
73032025-10-03T21:08:16.396Z PASS [ 0.027s] omicron-common zpool_name::test::test_zpool_name_regex
73042025-10-03T21:08:17.315Z PASS [ 20.755s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
73052025-10-03T21:08:17.564Z PASS [ 1.184s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
73062025-10-03T21:08:17.589Z PASS [ 1.202s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
73072025-10-03T21:08:17.655Z PASS [ 0.089s] omicron-gateway management_switch::location_map::tests::test_config_validation
73082025-10-03T21:08:17.703Z PASS [ 0.049s] omicron-gateway management_switch::location_map::tests::test_resolve_location
73092025-10-03T21:08:18.579Z PASS [ 0.876s] omicron-gateway::test_all integration_tests::component_list::component_list
73102025-10-03T21:08:18.616Z PASS [ 0.036s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
73112025-10-03T21:08:18.875Z PASS [ 0.259s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
73122025-10-03T21:08:19.131Z PASS [ 0.255s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
73132025-10-03T21:08:19.267Z PASS [ 22.103s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
73142025-10-03T21:08:19.382Z PASS [ 0.251s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
73152025-10-03T21:08:19.466Z PASS [ 6.748s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
73162025-10-03T21:08:19.641Z PASS [ 0.259s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
73172025-10-03T21:08:19.719Z PASS [ 0.254s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
73182025-10-03T21:08:19.745Z PASS [ 0.467s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
73192025-10-03T21:08:19.806Z PASS [ 0.072s] omicron-nexus app::alert::tests::test_alert_class_list
73202025-10-03T21:08:19.897Z PASS [ 0.256s] omicron-gateway::test_all integration_tests::task_dump::task_dump
73212025-10-03T21:08:22.662Z PASS [ 5.098s] omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
73222025-10-03T21:08:25.027Z PASS [ 85.938s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
73232025-10-03T21:08:38.115Z PASS [ 18.220s] omicron-nexus app::background::driver::test::test_driver_basic
73242025-10-03T21:08:38.513Z PASS [ 18.797s] omicron-ls-apis::test_dependencies test_api_dependencies
73252025-10-03T21:08:39.178Z PASS [ 19.375s] omicron-nexus app::background::driver::test::test_activation_in_progress
73262025-10-03T21:08:39.277Z PASS [ 21.949s] omicron-dev::test-omicron-dev test_run_all
73272025-10-03T21:08:41.833Z PASS [ 19.174s] omicron-nexus app::background::init::test::test_dns_propagation_basic
73282025-10-03T21:08:52.688Z PASS [ 27.665s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
73292025-10-03T21:08:57.436Z PASS [ 18.261s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
73302025-10-03T21:09:00.288Z PASS [ 21.029s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
73312025-10-03T21:09:00.923Z PASS [ 19.093s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
73322025-10-03T21:09:02.949Z PASS [ 5.513s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
73332025-10-03T21:09:03.006Z PASS [ 0.057s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
73342025-10-03T21:09:03.903Z PASS [ 25.394s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
73352025-10-03T21:09:03.941Z PASS [ 25.830s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
73362025-10-03T21:09:06.034Z PASS [ 5.748s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
73372025-10-03T21:09:06.655Z PASS [ 5.733s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
73382025-10-03T21:09:14.014Z PASS [ 21.328s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
73392025-10-03T21:09:21.563Z PASS [ 18.560s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
73402025-10-03T21:09:22.365Z PASS [ 18.465s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
73412025-10-03T21:09:22.651Z PASS [ 18.713s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
73422025-10-03T21:09:24.613Z PASS [ 18.582s] omicron-nexus app::background::tasks::dns_config::test::test_basic
73432025-10-03T21:09:25.770Z PASS [ 19.118s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
73442025-10-03T21:09:31.923Z PASS [ 17.912s] omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
73452025-10-03T21:09:39.802Z PASS [ 18.241s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
73462025-10-03T21:09:47.476Z PASS [ 24.829s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
73472025-10-03T21:09:50.742Z PASS [ 24.976s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
73482025-10-03T21:09:57.864Z PASS [ 18.064s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
73492025-10-03T21:10:04.302Z PASS [ 16.829s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
73502025-10-03T21:10:04.656Z PASS [ 42.298s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
73512025-10-03T21:10:06.752Z PASS [ 34.834s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
73522025-10-03T21:10:11.839Z PASS [ 21.099s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
73532025-10-03T21:10:14.156Z PASS [ 16.295s] omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
73542025-10-03T21:10:21.938Z PASS [ 17.637s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
73552025-10-03T21:10:22.931Z PASS [ 18.277s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
73562025-10-03T21:10:24.606Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
73572025-10-03T21:10:25.405Z PASS [ 18.656s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
73582025-10-03T21:10:30.017Z PASS [ 18.181s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
73592025-10-03T21:10:32.827Z PASS [ 18.674s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
73602025-10-03T21:10:41.757Z PASS [ 19.822s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
73612025-10-03T21:10:41.841Z PASS [ 18.913s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
73622025-10-03T21:10:45.321Z PASS [ 19.639s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
73632025-10-03T21:10:49.315Z PASS [ 4.274s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
73642025-10-03T21:10:52.261Z PASS [ 22.248s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
73652025-10-03T21:10:53.959Z PASS [ 89.360s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
73662025-10-03T21:10:56.879Z PASS [ 4.618s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
73672025-10-03T21:10:57.441Z PASS [ 24.617s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
73682025-10-03T21:10:59.660Z PASS [ 17.821s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
73692025-10-03T21:10:59.708Z PASS [ 17.954s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
73702025-10-03T21:11:09.780Z PASS [ 20.468s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
73712025-10-03T21:11:13.812Z PASS [ 19.856s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
73722025-10-03T21:11:16.423Z PASS [ 19.546s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
73732025-10-03T21:11:16.585Z PASS [ 19.147s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
73742025-10-03T21:11:21.944Z PASS [ 19.052s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
73752025-10-03T21:11:21.945Z PASS [ 19.413s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
73762025-10-03T21:11:21.945Z PASS [ 0.062s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
73772025-10-03T21:11:21.945Z PASS [ 0.458s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
73782025-10-03T21:11:21.945Z PASS [ 0.335s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
73792025-10-03T21:11:21.945Z PASS [ 0.298s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
73802025-10-03T21:11:21.945Z PASS [ 1.282s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
73812025-10-03T21:11:21.945Z PASS [ 0.076s] omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
73822025-10-03T21:11:24.080Z PASS [ 0.738s] omicron-nexus app::external_endpoints::test::test_authority
73832025-10-03T21:11:24.105Z PASS [ 0.113s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
73842025-10-03T21:11:24.134Z PASS [ 1.563s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
73852025-10-03T21:11:24.134Z PASS [ 0.114s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
73862025-10-03T21:11:24.932Z PASS [ 0.067s] omicron-nexus app::external_endpoints::test::test_no_endpoint
73872025-10-03T21:11:24.957Z PASS [ 0.066s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
73882025-10-03T21:11:24.957Z PASS [ 0.061s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
73892025-10-03T21:11:24.957Z PASS [ 0.072s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
73902025-10-03T21:11:24.957Z PASS [ 0.091s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
73912025-10-03T21:11:24.957Z PASS [ 0.083s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
73922025-10-03T21:11:24.957Z PASS [ 0.054s] omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
73932025-10-03T21:11:24.958Z PASS [ 0.069s] omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
73942025-10-03T21:11:27.546Z PASS [ 17.498s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
73952025-10-03T21:11:34.443Z PASS [ 20.634s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
73962025-10-03T21:11:34.874Z PASS [ 18.292s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
73972025-10-03T21:11:34.939Z PASS [ 0.064s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
73982025-10-03T21:11:36.022Z PASS [ 19.603s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
73992025-10-03T21:11:37.956Z PASS [ 19.202s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
74002025-10-03T21:11:43.982Z PASS [ 19.311s] omicron-nexus app::quiesce::test::test_quiesce_easy
74012025-10-03T21:11:46.991Z PASS [ 19.718s] omicron-nexus app::quiesce::test::test_quiesce_full
74022025-10-03T21:11:51.374Z PASS [ 16.932s] omicron-nexus app::quiesce::test::test_quiesce_multi
74032025-10-03T21:11:59.441Z PASS [ 24.506s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
74042025-10-03T21:11:59.481Z PASS [ 23.462s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
74052025-10-03T21:12:02.153Z PASS [ 24.200s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
74062025-10-03T21:12:07.048Z PASS [ 20.060s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
74072025-10-03T21:12:07.685Z PASS [ 23.706s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
74082025-10-03T21:12:18.369Z PASS [ 27.000s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
74092025-10-03T21:12:19.982Z PASS [ 20.544s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
74102025-10-03T21:12:31.023Z PASS [ 31.548s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
74112025-10-03T21:12:31.529Z PASS [ 29.380s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
74122025-10-03T21:12:37.574Z PASS [ 29.894s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
74132025-10-03T21:12:37.865Z PASS [ 30.822s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
74142025-10-03T21:12:48.358Z PASS [ 29.993s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
74152025-10-03T21:12:50.200Z PASS [ 30.223s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
74162025-10-03T21:12:59.911Z PASS [ 28.892s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
74172025-10-03T21:13:00.103Z PASS [ 28.578s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
74182025-10-03T21:13:02.923Z PASS [ 25.062s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
74192025-10-03T21:13:04.023Z PASS [ 26.453s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
74202025-10-03T21:13:13.734Z PASS [ 25.377s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
74212025-10-03T21:13:15.089Z PASS [ 24.893s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
74222025-10-03T21:13:27.191Z PASS [ 27.092s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
74232025-10-03T21:13:28.797Z PASS [ 25.878s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
74242025-10-03T21:13:32.812Z PASS [ 28.793s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
74252025-10-03T21:13:43.145Z PASS [ 28.060s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
74262025-10-03T21:13:55.316Z PASS [ 28.129s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
74272025-10-03T21:13:59.904Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
74282025-10-03T21:14:00.943Z PASS [ 28.136s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
74292025-10-03T21:14:12.988Z PASS [ 29.848s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
74302025-10-03T21:14:13.725Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74312025-10-03T21:14:28.790Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
74322025-10-03T21:14:29.449Z PASS [ 28.510s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
74332025-10-03T21:14:41.551Z PASS [ 28.567s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
74342025-10-03T21:14:48.689Z PASS [ 108.795s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
74352025-10-03T21:14:55.310Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
74362025-10-03T21:15:08.856Z PASS [ 27.309s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
74372025-10-03T21:15:13.718Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74382025-10-03T21:15:16.011Z PASS [ 27.326s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
74392025-10-03T21:15:21.210Z PASS [ 112.410s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
74402025-10-03T21:15:29.061Z PASS [ 131.953s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74412025-10-03T21:15:29.441Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
74422025-10-03T21:15:41.773Z PASS [ 72.335s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
74432025-10-03T21:15:44.532Z PASS [ 28.526s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
74442025-10-03T21:15:49.689Z PASS [ 28.503s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
74452025-10-03T21:15:55.300Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
74462025-10-03T21:16:08.056Z PASS [ 26.287s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
74472025-10-03T21:16:08.848Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
74482025-10-03T21:16:11.488Z PASS [ 26.960s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
74492025-10-03T21:16:25.657Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
74502025-10-03T21:16:34.734Z PASS [ 26.682s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
74512025-10-03T21:16:37.300Z PASS [ 71.647s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
74522025-10-03T21:16:39.566Z PASS [ 164.276s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
74532025-10-03T21:16:49.681Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
74542025-10-03T21:17:01.852Z PASS [ 27.122s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
74552025-10-03T21:17:04.925Z PASS [ 27.629s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
74562025-10-03T21:17:08.839Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
74572025-10-03T21:17:11.480Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
74582025-10-03T21:17:13.030Z PASS [ 124.194s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
74592025-10-03T21:17:14.103Z PASS [ 34.542s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
74602025-10-03T21:17:23.226Z PASS [ 18.304s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
74612025-10-03T21:17:27.145Z PASS [ 25.298s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
74622025-10-03T21:17:30.340Z PASS [ 17.312s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
74632025-10-03T21:17:36.278Z PASS [ 106.606s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
74642025-10-03T21:17:39.420Z PASS [ 25.321s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
74652025-10-03T21:17:39.775Z PASS [ 16.552s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
74662025-10-03T21:17:47.358Z PASS [ 17.021s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
74672025-10-03T21:17:51.741Z PASS [ 24.599s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
74682025-10-03T21:18:02.099Z PASS [ 110.628s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
74692025-10-03T21:18:02.904Z PASS [ 26.630s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
74702025-10-03T21:18:02.963Z PASS [ 0.058s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
74712025-10-03T21:18:07.105Z PASS [ 27.689s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
74722025-10-03T21:18:09.308Z PASS [ 29.537s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
74732025-10-03T21:18:14.775Z PASS [ 27.422s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
74742025-10-03T21:18:19.862Z PASS [ 17.765s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
74752025-10-03T21:18:20.061Z PASS [ 28.324s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
74762025-10-03T21:18:29.126Z PASS [ 26.168s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
74772025-10-03T21:18:32.311Z PASS [ 17.538s] omicron-nexus app::sagas::test_saga::test_saga_stuck
74782025-10-03T21:18:39.903Z PASS [ 32.802s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
74792025-10-03T21:18:40.394Z PASS [ 20.335s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
74802025-10-03T21:18:41.513Z PASS [ 21.655s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
74812025-10-03T21:18:42.913Z PASS [ 33.611s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
74822025-10-03T21:18:46.126Z PASS [ 3.213s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
74832025-10-03T21:18:46.174Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_accept_gz
74842025-10-03T21:18:46.227Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
74852025-10-03T21:18:46.271Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
74862025-10-03T21:18:46.323Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
74872025-10-03T21:18:46.378Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
74882025-10-03T21:18:46.430Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
74892025-10-03T21:18:46.479Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
74902025-10-03T21:18:46.525Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_relative_uri
74912025-10-03T21:18:46.565Z PASS [ 0.040s] omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
74922025-10-03T21:18:47.713Z PASS [ 18.589s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
74932025-10-03T21:18:50.888Z PASS [ 18.580s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
74942025-10-03T21:18:58.550Z PASS [ 18.651s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
74952025-10-03T21:18:59.668Z PASS [ 19.278s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
74962025-10-03T21:19:00.502Z PASS [ 18.991s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
74972025-10-03T21:19:04.968Z PASS [ 17.258s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
74982025-10-03T21:19:07.331Z PASS [ 16.445s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
74992025-10-03T21:19:21.220Z PASS [ 34.661s] omicron-nexus populate::test::test_populators
75002025-10-03T21:19:22.764Z PASS [ 24.214s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
75012025-10-03T21:19:23.448Z PASS [ 23.784s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
75022025-10-03T21:19:27.065Z PASS [ 22.101s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
75032025-10-03T21:19:31.087Z PASS [ 23.760s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
75042025-10-03T21:19:38.447Z PASS [ 37.951s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
75052025-10-03T21:19:46.051Z PASS [ 24.833s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
75062025-10-03T21:19:46.631Z PASS [ 23.186s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
75072025-10-03T21:19:48.095Z PASS [ 21.031s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
75082025-10-03T21:19:48.288Z PASS [ 1.656s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
75092025-10-03T21:19:48.906Z PASS [ 0.618s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
75102025-10-03T21:19:49.993Z PASS [ 1.900s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
75112025-10-03T21:20:04.332Z PASS [ 23.309s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
75122025-10-03T21:20:04.379Z PASS [ 30.763s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
75132025-10-03T21:20:04.379Z PASS [ 39.922s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
75142025-10-03T21:20:06.735Z PASS [ 17.832s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
75152025-10-03T21:20:07.072Z PASS [ 17.081s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
75162025-10-03T21:20:10.954Z PASS [ 24.909s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
75172025-10-03T21:20:20.416Z PASS [ 18.574s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
75182025-10-03T21:20:20.940Z PASS [ 19.190s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
75192025-10-03T21:20:21.403Z PASS [ 18.730s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
75202025-10-03T21:20:24.219Z PASS [ 17.150s] omicron-nexus::test_all integration_tests::basic::test_ping
75212025-10-03T21:20:24.333Z PASS [ 17.600s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
75222025-10-03T21:20:37.956Z PASS [ 27.005s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
75232025-10-03T21:20:38.824Z PASS [ 17.887s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
75242025-10-03T21:20:39.134Z PASS [ 17.734s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
75252025-10-03T21:20:41.641Z PASS [ 17.425s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
75262025-10-03T21:20:41.842Z PASS [ 17.512s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
75272025-10-03T21:20:52.062Z PASS [ 31.650s] omicron-nexus::test_all integration_tests::basic::test_projects_list
75282025-10-03T21:20:54.991Z PASS [ 17.036s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
75292025-10-03T21:20:57.011Z PASS [ 17.879s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
75302025-10-03T21:20:57.934Z PASS [ 19.113s] omicron-nexus::test_all integration_tests::certificates::test_crud
75312025-10-03T21:20:58.612Z PASS [ 1.601s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
75322025-10-03T21:20:58.808Z PASS [ 0.195s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
75332025-10-03T21:20:59.038Z PASS [ 1.104s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
75342025-10-03T21:20:59.623Z PASS [ 17.783s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
75352025-10-03T21:21:05.922Z PASS [ 24.285s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
75362025-10-03T21:21:09.719Z PASS [ 17.656s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
75372025-10-03T21:21:12.145Z PASS [ 17.158s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
75382025-10-03T21:21:15.990Z PASS [ 17.185s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
75392025-10-03T21:21:16.280Z PASS [ 17.245s] omicron-nexus::test_all integration_tests::console_api::test_assets
75402025-10-03T21:21:16.648Z PASS [ 17.027s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
75412025-10-03T21:21:28.895Z PASS [ 22.976s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
75422025-10-03T21:21:30.191Z PASS [ 18.049s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
75432025-10-03T21:21:32.006Z PASS [ 22.294s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
75442025-10-03T21:21:34.428Z PASS [ 17.783s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
75452025-10-03T21:21:35.540Z PASS [ 19.263s] omicron-nexus::test_all integration_tests::console_api::test_session_me
75462025-10-03T21:21:36.776Z PASS [ 20.790s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
75472025-10-03T21:21:47.732Z PASS [ 17.544s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
75482025-10-03T21:21:51.341Z PASS [ 22.449s] omicron-nexus::test_all integration_tests::console_api::test_sessions
75492025-10-03T21:22:04.790Z PASS [ 30.367s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
75502025-10-03T21:22:05.680Z PASS [ 33.679s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
75512025-10-03T21:22:08.411Z PASS [ 32.876s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
75522025-10-03T21:22:10.011Z PASS [ 33.240s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
75532025-10-03T21:22:32.109Z PASS [ 44.383s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
75542025-10-03T21:22:35.243Z PASS [ 43.909s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
75552025-10-03T21:22:42.151Z PASS [ 36.476s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
75562025-10-03T21:22:47.944Z PASS [ 43.160s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
75572025-10-03T21:22:52.107Z PASS [ 42.102s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
75582025-10-03T21:22:52.320Z PASS [ 43.915s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
75592025-10-03T21:23:07.879Z PASS [ 25.732s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
75602025-10-03T21:23:13.865Z PASS [ 41.763s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
75612025-10-03T21:23:34.517Z PASS [ 42.204s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
75622025-10-03T21:23:35.236Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
75632025-10-03T21:23:47.171Z PASS [ 71.939s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
75642025-10-03T21:23:47.937Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
75652025-10-03T21:23:52.099Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
75662025-10-03T21:23:52.323Z PASS [ 44.451s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
75672025-10-03T21:24:00.907Z PASS [ 47.049s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
75682025-10-03T21:24:06.751Z PASS [ 78.820s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
75692025-10-03T21:24:10.946Z PASS [ 78.851s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
75702025-10-03T21:24:12.013Z PASS [ 19.692s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
75712025-10-03T21:24:26.037Z PASS [ 19.288s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
75722025-10-03T21:24:33.085Z PASS [ 32.183s] omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
75732025-10-03T21:24:34.241Z PASS [ 22.231s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
75742025-10-03T21:24:34.295Z PASS [ 23.353s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
75752025-10-03T21:24:34.510Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
75762025-10-03T21:24:43.045Z PASS [ 17.011s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
75772025-10-03T21:24:47.163Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
75782025-10-03T21:25:00.829Z PASS [ 86.325s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
75792025-10-03T21:25:03.439Z PASS [ 29.203s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
75802025-10-03T21:25:09.253Z PASS [ 26.212s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
75812025-10-03T21:25:10.983Z PASS [ 36.693s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
75822025-10-03T21:25:26.413Z PASS [ 25.587s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
75832025-10-03T21:25:28.664Z PASS [ 25.229s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
75842025-10-03T21:25:33.078Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
75852025-10-03T21:25:34.329Z PASS [ 25.079s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
75862025-10-03T21:25:36.086Z PASS [ 25.107s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
75872025-10-03T21:25:43.935Z PASS [ 70.861s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
75882025-10-03T21:25:43.991Z PASS [ 116.839s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
75892025-10-03T21:25:52.902Z PASS [ 24.241s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
75902025-10-03T21:25:57.009Z PASS [ 20.926s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
75912025-10-03T21:26:00.480Z PASS [ 26.155s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
75922025-10-03T21:26:04.862Z PASS [ 20.929s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
75932025-10-03T21:26:08.227Z PASS [ 24.239s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
75942025-10-03T21:26:12.676Z PASS [ 19.777s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
75952025-10-03T21:26:14.592Z PASS [ 48.186s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
75962025-10-03T21:26:24.160Z PASS [ 27.155s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
75972025-10-03T21:26:30.479Z PASS [ 25.622s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
75982025-10-03T21:26:36.936Z PASS [ 28.714s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
75992025-10-03T21:26:39.830Z PASS [ 39.356s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
76002025-10-03T21:26:39.884Z PASS [ 27.213s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
76012025-10-03T21:26:44.790Z PASS [ 30.203s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
76022025-10-03T21:26:53.693Z PASS [ 29.536s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
76032025-10-03T21:27:01.223Z PASS [ 30.746s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
76042025-10-03T21:27:04.305Z PASS [ 27.373s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
76052025-10-03T21:27:05.907Z PASS [ 26.027s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
76062025-10-03T21:27:08.310Z PASS [ 28.484s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
76072025-10-03T21:27:12.284Z PASS [ 27.498s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
76082025-10-03T21:27:17.866Z PASS [ 24.178s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
76092025-10-03T21:27:23.505Z PASS [ 22.286s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
76102025-10-03T21:27:30.785Z PASS [ 26.484s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
76112025-10-03T21:27:32.742Z PASS [ 26.839s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
76122025-10-03T21:27:39.661Z PASS [ 27.381s] omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
76132025-10-03T21:27:40.453Z PASS [ 32.148s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
76142025-10-03T21:27:48.474Z PASS [ 30.612s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
76152025-10-03T21:27:58.348Z PASS [ 34.850s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
76162025-10-03T21:28:01.015Z PASS [ 21.357s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
76172025-10-03T21:28:11.275Z PASS [ 22.804s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
76182025-10-03T21:28:11.394Z PASS [ 30.946s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
76192025-10-03T21:28:13.902Z PASS [ 43.124s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
76202025-10-03T21:28:16.544Z PASS [ 43.809s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
76212025-10-03T21:28:21.561Z PASS [ 20.550s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
76222025-10-03T21:28:29.006Z PASS [ 30.662s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
76232025-10-03T21:28:32.350Z PASS [ 20.959s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
76242025-10-03T21:28:32.464Z PASS [ 21.193s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
76252025-10-03T21:28:36.240Z PASS [ 22.340s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
76262025-10-03T21:28:37.801Z PASS [ 21.260s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
76272025-10-03T21:28:43.404Z PASS [ 21.846s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
76282025-10-03T21:28:53.958Z PASS [ 24.956s] omicron-nexus::test_all integration_tests::images::test_image_create
76292025-10-03T21:28:59.085Z PASS [ 26.739s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
76302025-10-03T21:29:02.871Z PASS [ 30.411s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
76312025-10-03T21:29:03.075Z PASS [ 26.835s] omicron-nexus::test_all integration_tests::images::test_image_promotion
76322025-10-03T21:29:04.144Z PASS [ 26.347s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
76332025-10-03T21:29:08.019Z PASS [ 24.619s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
76342025-10-03T21:29:09.789Z PASS [ 6.720s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
76352025-10-03T21:29:10.497Z PASS [ 6.354s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
76362025-10-03T21:29:12.050Z PASS [ 4.025s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
76372025-10-03T21:29:17.565Z PASS [ 23.611s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
76382025-10-03T21:29:17.838Z PASS [ 14.969s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
76392025-10-03T21:29:18.089Z PASS [ 8.301s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
76402025-10-03T21:29:19.198Z PASS [ 20.115s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
76412025-10-03T21:29:43.990Z PASS [ 31.951s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
76422025-10-03T21:29:44.014Z PASS [ 26.431s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
76432025-10-03T21:29:48.252Z PASS [ 30.167s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
76442025-10-03T21:29:48.752Z PASS [ 30.919s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
76452025-10-03T21:29:50.735Z PASS [ 31.542s] omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
76462025-10-03T21:29:51.338Z PASS [ 40.847s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
76472025-10-03T21:30:09.814Z PASS [ 21.566s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
76482025-10-03T21:30:10.084Z PASS [ 21.335s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
76492025-10-03T21:30:15.349Z PASS [ 31.362s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
76502025-10-03T21:30:21.541Z PASS [ 30.810s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
76512025-10-03T21:30:26.156Z PASS [ 42.171s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
76522025-10-03T21:30:30.213Z PASS [ 20.402s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
76532025-10-03T21:30:33.097Z PASS [ 41.764s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
76542025-10-03T21:30:41.038Z PASS [ 25.693s] omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
76552025-10-03T21:30:46.512Z PASS [ 24.974s] omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
76562025-10-03T21:30:51.170Z PASS [ 41.093s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
76572025-10-03T21:30:59.710Z PASS [ 26.618s] omicron-nexus::test_all integration_tests::instances::test_instance_access
76582025-10-03T21:31:01.388Z PASS [ 20.351s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
76592025-10-03T21:31:11.526Z PASS [ 41.319s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
76602025-10-03T21:31:16.636Z PASS [ 30.129s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
76612025-10-03T21:31:25.650Z PASS [ 34.485s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
76622025-10-03T21:31:26.146Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
76632025-10-03T21:31:30.768Z PASS [ 64.624s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
76642025-10-03T21:31:34.491Z PASS [ 34.787s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
76652025-10-03T21:31:35.220Z PASS [ 33.838s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
76662025-10-03T21:31:41.961Z PASS [ 30.440s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
76672025-10-03T21:31:49.304Z PASS [ 32.673s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
76682025-10-03T21:31:54.072Z PASS [ 28.425s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
76692025-10-03T21:31:55.555Z PASS [ 24.789s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
76702025-10-03T21:32:02.033Z PASS [ 27.545s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
76712025-10-03T21:32:11.174Z PASS [ 35.960s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
76722025-10-03T21:32:15.885Z PASS [ 26.585s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
76732025-10-03T21:32:18.118Z PASS [ 24.049s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
76742025-10-03T21:32:22.912Z PASS [ 27.362s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
76752025-10-03T21:32:33.689Z PASS [ 47.265s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
76762025-10-03T21:32:33.713Z PASS [ 28.730s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
76772025-10-03T21:32:39.017Z PASS [ 27.847s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
76782025-10-03T21:32:45.577Z PASS [ 27.465s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
76792025-10-03T21:32:45.831Z PASS [ 29.952s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
76802025-10-03T21:32:50.173Z PASS [ 27.266s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
76812025-10-03T21:33:13.841Z PASS [ 34.829s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
76822025-10-03T21:33:15.555Z PASS [ 29.727s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
76832025-10-03T21:33:16.105Z PASS [ 45.356s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
76842025-10-03T21:33:18.343Z PASS [ 32.771s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
76852025-10-03T21:33:19.697Z PASS [ 29.528s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
76862025-10-03T21:33:29.212Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
76872025-10-03T21:33:39.110Z PASS [ 69.895s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
76882025-10-03T21:33:40.774Z PASS [ 25.223s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
76892025-10-03T21:33:42.240Z PASS [ 26.139s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
76902025-10-03T21:33:44.503Z PASS [ 30.666s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
76912025-10-03T21:33:52.203Z PASS [ 32.511s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
76922025-10-03T21:33:57.460Z PASS [ 39.123s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
76932025-10-03T21:34:01.562Z PASS [ 22.462s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
76942025-10-03T21:34:02.192Z PASS [ 19.956s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
76952025-10-03T21:34:11.935Z PASS [ 19.735s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
76962025-10-03T21:34:14.493Z PASS [ 29.995s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
76972025-10-03T21:34:15.403Z PASS [ 34.635s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
76982025-10-03T21:34:20.427Z PASS [ 18.238s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
76992025-10-03T21:34:22.470Z PASS [ 25.014s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
77002025-10-03T21:34:26.688Z PASS [ 25.129s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
77012025-10-03T21:34:37.908Z PASS [ 25.977s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
77022025-10-03T21:34:39.703Z PASS [ 25.214s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
77032025-10-03T21:34:42.239Z PASS [ 15.554s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
77042025-10-03T21:34:44.746Z PASS [ 24.323s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
77052025-10-03T21:34:51.142Z PASS [ 28.677s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
77062025-10-03T21:34:51.496Z PASS [ 36.098s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
77072025-10-03T21:34:56.734Z PASS [ 18.828s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
77082025-10-03T21:34:57.884Z PASS [ 18.183s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
77092025-10-03T21:35:01.257Z PASS [ 19.021s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
77102025-10-03T21:35:07.828Z PASS [ 16.688s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
77112025-10-03T21:35:14.135Z PASS [ 29.393s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
77122025-10-03T21:35:23.550Z PASS [ 32.059s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
77132025-10-03T21:35:24.207Z PASS [ 27.477s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
77142025-10-03T21:35:26.478Z PASS [ 28.599s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
77152025-10-03T21:35:30.699Z PASS [ 29.446s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
77162025-10-03T21:35:31.736Z PASS [ 17.604s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
77172025-10-03T21:35:35.382Z PASS [ 27.558s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
77182025-10-03T21:35:43.313Z PASS [ 19.109s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
77192025-10-03T21:35:44.849Z PASS [ 21.302s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
77202025-10-03T21:35:44.950Z PASS [ 18.474s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
77212025-10-03T21:35:48.556Z PASS [ 17.860s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
77222025-10-03T21:35:49.454Z PASS [ 17.721s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
77232025-10-03T21:35:52.864Z PASS [ 17.484s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
77242025-10-03T21:36:01.221Z PASS [ 17.911s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
77252025-10-03T21:36:03.331Z PASS [ 18.485s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
77262025-10-03T21:36:05.660Z PASS [ 20.713s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
77272025-10-03T21:36:07.501Z PASS [ 18.947s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
77282025-10-03T21:36:12.286Z PASS [ 22.836s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
77292025-10-03T21:36:13.039Z PASS [ 20.178s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
77302025-10-03T21:36:21.692Z PASS [ 18.364s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
77312025-10-03T21:36:23.145Z PASS [ 17.488s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
77322025-10-03T21:36:28.285Z PASS [ 27.068s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
77332025-10-03T21:36:34.525Z PASS [ 21.490s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
77342025-10-03T21:36:41.401Z PASS [ 18.258s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
77352025-10-03T21:36:42.354Z PASS [ 34.857s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
77362025-10-03T21:36:46.286Z PASS [ 18.004s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
77372025-10-03T21:36:55.709Z PASS [ 21.187s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
77382025-10-03T21:37:02.745Z PASS [ 50.467s] omicron-nexus::test_all integration_tests::metrics::test_metrics
77392025-10-03T21:37:06.325Z PASS [ 44.639s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
77402025-10-03T21:37:08.590Z PASS [ 22.306s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
77412025-10-03T21:37:12.086Z PASS [ 30.690s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
77422025-10-03T21:37:18.269Z PASS [ 22.564s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
77432025-10-03T21:37:23.977Z PASS [ 41.631s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
77442025-10-03T21:37:26.489Z PASS [ 23.747s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
77452025-10-03T21:37:37.257Z PASS [ 25.174s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
77462025-10-03T21:37:46.143Z PASS [ 39.824s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
77472025-10-03T21:37:49.014Z PASS [ 40.431s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
77482025-10-03T21:37:54.354Z PASS [ 30.381s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
77492025-10-03T21:37:56.227Z PASS [ 29.743s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
77502025-10-03T21:37:59.551Z PASS [ 41.288s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
77512025-10-03T21:38:09.904Z PASS [ 32.652s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
77522025-10-03T21:38:10.477Z PASS [ 24.338s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
77532025-10-03T21:38:19.865Z PASS [ 20.318s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
77542025-10-03T21:38:28.441Z PASS [ 18.540s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
77552025-10-03T21:38:28.985Z PASS [ 18.511s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
77562025-10-03T21:38:29.329Z PASS [ 40.322s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
77572025-10-03T21:38:37.879Z PASS [ 43.531s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
77582025-10-03T21:38:38.718Z PASS [ 18.856s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
77592025-10-03T21:38:49.291Z PASS [ 19.965s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
77602025-10-03T21:38:52.318Z PASS [ 23.336s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
77612025-10-03T21:38:52.672Z PASS [ 24.235s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
77622025-10-03T21:38:56.220Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
77632025-10-03T21:39:03.889Z PASS [ 26.014s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
77642025-10-03T21:39:08.100Z PASS [ 29.386s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
77652025-10-03T21:39:12.015Z PASS [ 22.727s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
77662025-10-03T21:39:12.594Z PASS [ 19.925s] omicron-nexus::test_all integration_tests::quiesce::test_quiesce
77672025-10-03T21:39:12.871Z PASS [ 20.556s] omicron-nexus::test_all integration_tests::projects::test_projects
77682025-10-03T21:39:13.322Z PASS [ 77.106s] omicron-nexus::test_all integration_tests::password_login::test_local_users
77692025-10-03T21:39:25.857Z PASS [ 21.971s] omicron-nexus::test_all integration_tests::quotas::test_negative_quota
77702025-10-03T21:39:29.301Z PASS [ 21.204s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
77712025-10-03T21:39:29.629Z PASS [ 17.037s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
77722025-10-03T21:39:30.046Z PASS [ 17.177s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
77732025-10-03T21:39:33.011Z PASS [ 19.691s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
77742025-10-03T21:39:44.192Z PASS [ 18.337s] omicron-nexus::test_all integration_tests::rack::test_sled_add
77752025-10-03T21:39:47.939Z PASS [ 18.313s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
77762025-10-03T21:39:47.964Z PASS [ 18.650s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
77772025-10-03T21:39:49.904Z PASS [ 19.862s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
77782025-10-03T21:39:51.377Z PASS [ 18.370s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
77792025-10-03T21:39:57.137Z PASS [ 45.129s] omicron-nexus::test_all integration_tests::quotas::test_quotas
77802025-10-03T21:40:02.187Z PASS [ 17.998s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
77812025-10-03T21:40:02.329Z PASS [ 0.142s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
77822025-10-03T21:40:02.444Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
77832025-10-03T21:40:02.563Z PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
77842025-10-03T21:40:02.694Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
77852025-10-03T21:40:02.815Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
77862025-10-03T21:40:08.580Z PASS [ 20.633s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
77872025-10-03T21:40:09.325Z PASS [ 21.389s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
77882025-10-03T21:40:11.737Z PASS [ 20.363s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
77892025-10-03T21:40:15.699Z PASS [ 25.799s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
77902025-10-03T21:40:18.019Z PASS [ 20.885s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
77912025-10-03T21:40:19.830Z PASS [ 17.018s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
77922025-10-03T21:40:19.961Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
77932025-10-03T21:40:25.984Z PASS [ 17.408s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
77942025-10-03T21:40:26.855Z PASS [ 17.533s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
77952025-10-03T21:40:26.975Z PASS [ 0.120s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
77962025-10-03T21:40:27.097Z PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
77972025-10-03T21:40:30.012Z PASS [ 18.278s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
77982025-10-03T21:40:33.693Z PASS [ 17.996s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
77992025-10-03T21:40:35.745Z PASS [ 17.729s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
78002025-10-03T21:40:39.513Z PASS [ 19.556s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
78012025-10-03T21:40:44.261Z PASS [ 17.166s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
78022025-10-03T21:40:44.409Z PASS [ 18.428s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
78032025-10-03T21:40:46.616Z PASS [ 16.607s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
78042025-10-03T21:40:48.799Z PASS [ 15.108s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
78052025-10-03T21:40:49.217Z PASS [ 2.600s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
78062025-10-03T21:40:50.072Z PASS [ 14.329s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
78072025-10-03T21:40:51.472Z PASS [ 2.256s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
78082025-10-03T21:40:53.372Z PASS [ 1.901s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
78092025-10-03T21:40:55.461Z PASS [ 2.089s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
78102025-10-03T21:40:57.515Z PASS [ 2.055s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
78112025-10-03T21:40:59.671Z PASS [ 2.155s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
78122025-10-03T21:41:59.663Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
78132025-10-03T21:42:22.723Z PASS [ 83.066s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
78142025-10-03T21:42:24.173Z PASS [ 1.450s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
78152025-10-03T21:43:24.166Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
78162025-10-03T21:43:26.651Z PASS [ 62.488s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
78172025-10-03T21:44:01.012Z PASS [ 34.365s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
78182025-10-03T21:44:55.371Z PASS [ 54.368s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
78192025-10-03T21:45:07.512Z PASS [ 12.143s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
78202025-10-03T21:45:08.048Z PASS [ 12.679s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
78212025-10-03T21:45:19.797Z PASS [ 12.287s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
78222025-10-03T21:45:20.730Z PASS [ 12.684s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
78232025-10-03T21:45:32.390Z PASS [ 12.595s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
78242025-10-03T21:45:34.009Z PASS [ 13.280s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
78252025-10-03T21:45:45.452Z PASS [ 13.064s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
78262025-10-03T21:45:47.052Z PASS [ 13.045s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
78272025-10-03T21:45:55.364Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
78282025-10-03T21:46:00.136Z PASS [ 13.086s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
78292025-10-03T21:46:00.896Z PASS [ 15.446s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
78302025-10-03T21:46:03.445Z PASS [ 68.084s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
78312025-10-03T21:46:18.764Z PASS [ 18.631s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
78322025-10-03T21:46:20.747Z PASS [ 19.854s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
78332025-10-03T21:46:24.129Z PASS [ 20.686s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
78342025-10-03T21:46:24.947Z PASS [ 21.505s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
78352025-10-03T21:46:25.054Z PASS [ 21.612s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
78362025-10-03T21:46:30.515Z PASS [ 27.074s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
78372025-10-03T21:46:41.113Z PASS [ 22.351s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
78382025-10-03T21:46:41.113Z PASS [ 20.367s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
78392025-10-03T21:46:43.968Z PASS [ 19.843s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
78402025-10-03T21:46:45.246Z PASS [ 20.196s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
78412025-10-03T21:46:45.592Z PASS [ 20.649s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
78422025-10-03T21:46:49.889Z PASS [ 19.378s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
78432025-10-03T21:47:03.732Z PASS [ 22.625s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
78442025-10-03T21:47:05.274Z PASS [ 21.309s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
78452025-10-03T21:47:05.913Z PASS [ 20.323s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
78462025-10-03T21:47:06.663Z PASS [ 25.557s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
78472025-10-03T21:47:11.094Z PASS [ 25.851s] omicron-nexus::test_all integration_tests::silos::test_silos
78482025-10-03T21:47:17.635Z PASS [ 27.750s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
78492025-10-03T21:47:21.932Z PASS [ 18.202s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
78502025-10-03T21:47:25.777Z PASS [ 19.867s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
78512025-10-03T21:47:29.724Z PASS [ 24.453s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
78522025-10-03T21:47:36.632Z PASS [ 29.972s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
78532025-10-03T21:47:39.261Z PASS [ 17.331s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
78542025-10-03T21:47:43.332Z PASS [ 32.243s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
78552025-10-03T21:47:45.800Z PASS [ 20.026s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
78562025-10-03T21:47:46.217Z PASS [ 28.586s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
78572025-10-03T21:47:50.881Z PASS [ 21.160s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
78582025-10-03T21:47:57.440Z PASS [ 20.812s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
78592025-10-03T21:48:10.682Z PASS [ 27.354s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
78602025-10-03T21:48:12.255Z PASS [ 32.999s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
78612025-10-03T21:48:15.604Z PASS [ 29.392s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
78622025-10-03T21:48:16.676Z PASS [ 19.238s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
78632025-10-03T21:48:16.987Z PASS [ 31.192s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
78642025-10-03T21:48:18.506Z PASS [ 27.629s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
78652025-10-03T21:48:35.476Z PASS [ 23.224s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
78662025-10-03T21:48:35.526Z PASS [ 18.533s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
78672025-10-03T21:48:38.281Z PASS [ 22.680s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
78682025-10-03T21:48:38.622Z PASS [ 21.950s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
78692025-10-03T21:48:39.904Z PASS [ 21.401s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
78702025-10-03T21:48:42.183Z PASS [ 2.279s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
78712025-10-03T21:48:42.804Z PASS [ 32.127s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
78722025-10-03T21:48:56.319Z PASS [ 20.846s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
78732025-10-03T21:48:56.506Z PASS [ 20.991s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
78742025-10-03T21:48:56.946Z PASS [ 18.669s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
78752025-10-03T21:49:01.501Z PASS [ 19.321s] omicron-nexus::test_all integration_tests::updates::test_repo_prune
78762025-10-03T21:49:08.789Z PASS [ 25.989s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
78772025-10-03T21:49:12.397Z PASS [ 16.080s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
78782025-10-03T21:49:14.548Z PASS [ 17.604s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
78792025-10-03T21:49:15.187Z PASS [ 18.684s] omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
78802025-10-03T21:49:32.227Z PASS [ 30.731s] omicron-nexus::test_all integration_tests::utilization::test_utilization_list
78812025-10-03T21:49:38.617Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78822025-10-03T21:49:43.252Z PASS [ 28.068s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
78832025-10-03T21:49:44.080Z PASS [ 35.295s] omicron-nexus::test_all integration_tests::utilization::test_utilization_view
78842025-10-03T21:49:44.667Z PASS [ 32.273s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
78852025-10-03T21:49:49.007Z PASS [ 34.464s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
78862025-10-03T21:50:05.145Z PASS [ 32.922s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
78872025-10-03T21:50:15.496Z PASS [ 32.250s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
78882025-10-03T21:50:18.392Z PASS [ 34.317s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
78892025-10-03T21:50:18.756Z PASS [ 34.096s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
78902025-10-03T21:50:23.002Z PASS [ 34.001s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
78912025-10-03T21:50:38.606Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78922025-10-03T21:50:39.306Z PASS [ 120.703s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78932025-10-03T21:50:39.819Z PASS [ 34.680s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
78942025-10-03T21:50:46.396Z PASS [ 28.009s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
78952025-10-03T21:50:49.679Z PASS [ 34.188s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
78962025-10-03T21:51:06.913Z PASS [ 27.611s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
78972025-10-03T21:51:13.723Z PASS [ 27.332s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
78982025-10-03T21:51:17.210Z PASS [ 37.398s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
78992025-10-03T21:51:18.749Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
79002025-10-03T21:51:21.553Z PASS [ 58.560s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
79012025-10-03T21:51:24.066Z PASS [ 34.392s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
79022025-10-03T21:51:25.002Z PASS [ 66.256s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
79032025-10-03T21:51:44.855Z PASS [ 37.947s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
79042025-10-03T21:51:50.771Z PASS [ 37.053s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
79052025-10-03T21:51:58.996Z PASS [ 41.789s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
79062025-10-03T21:52:03.924Z PASS [ 42.378s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
79072025-10-03T21:52:05.770Z PASS [ 40.774s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
79082025-10-03T21:52:06.884Z PASS [ 42.825s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
79092025-10-03T21:52:12.073Z PASS [ 27.223s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
79102025-10-03T21:52:18.771Z PASS [ 28.004s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
79112025-10-03T21:52:32.662Z PASS [ 33.673s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
79122025-10-03T21:52:39.335Z PASS [ 27.266s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
79132025-10-03T21:52:47.200Z PASS [ 28.433s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
79142025-10-03T21:52:53.362Z PASS [ 47.578s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
79152025-10-03T21:53:00.104Z PASS [ 27.447s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
79162025-10-03T21:53:01.000Z PASS [ 54.124s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
79172025-10-03T21:53:03.917Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
79182025-10-03T21:53:07.347Z PASS [ 28.016s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
79192025-10-03T21:53:16.803Z PASS [ 29.607s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
79202025-10-03T21:53:21.448Z PASS [ 20.451s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
79212025-10-03T21:53:26.893Z PASS [ 33.557s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
79222025-10-03T21:53:27.411Z PASS [ 20.067s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
79232025-10-03T21:53:31.948Z PASS [ 31.849s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
79242025-10-03T21:53:35.759Z PASS [ 18.959s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
79252025-10-03T21:53:41.900Z PASS [ 20.455s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
79262025-10-03T21:53:47.621Z PASS [ 20.732s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
79272025-10-03T21:53:47.986Z PASS [ 20.578s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
79282025-10-03T21:53:52.664Z PASS [ 20.719s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
79292025-10-03T21:53:56.812Z PASS [ 21.056s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
79302025-10-03T21:54:00.478Z PASS [ 116.572s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
79312025-10-03T21:54:01.843Z PASS [ 19.946s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
79322025-10-03T21:54:08.421Z PASS [ 20.438s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
79332025-10-03T21:54:12.671Z PASS [ 25.054s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
79342025-10-03T21:54:13.511Z PASS [ 20.849s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
79352025-10-03T21:54:17.037Z PASS [ 20.226s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
79362025-10-03T21:54:20.180Z PASS [ 19.704s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
79372025-10-03T21:54:22.079Z PASS [ 20.237s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
79382025-10-03T21:54:29.356Z PASS [ 20.938s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
79392025-10-03T21:54:34.006Z PASS [ 20.498s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
79402025-10-03T21:54:37.912Z PASS [ 20.880s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
79412025-10-03T21:54:41.179Z PASS [ 21.002s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
79422025-10-03T21:54:42.779Z PASS [ 20.704s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
79432025-10-03T21:54:49.199Z PASS [ 36.533s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
79442025-10-03T21:54:51.196Z PASS [ 21.844s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
79452025-10-03T21:54:56.427Z PASS [ 22.425s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
79462025-10-03T21:55:06.606Z PASS [ 23.831s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
79472025-10-03T21:55:12.763Z PASS [ 23.567s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
79482025-10-03T21:55:15.498Z PASS [ 24.304s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
79492025-10-03T21:55:16.020Z PASS [ 38.113s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
79502025-10-03T21:55:20.461Z PASS [ 24.037s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
79512025-10-03T21:55:22.546Z PASS [ 41.374s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
79522025-10-03T21:55:29.421Z PASS [ 22.818s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
79532025-10-03T21:55:41.692Z PASS [ 26.199s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
79542025-10-03T21:55:47.127Z PASS [ 31.112s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
79552025-10-03T21:55:47.255Z PASS [ 26.799s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
79562025-10-03T21:55:48.707Z PASS [ 26.165s] omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
79572025-10-03T21:55:51.613Z PASS [ 38.856s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
79582025-10-03T21:55:58.949Z PASS [ 29.533s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
79592025-10-03T21:56:17.473Z PASS [ 35.785s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
79602025-10-03T21:56:18.780Z PASS [ 31.658s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
79612025-10-03T21:56:26.628Z PASS [ 35.021s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
79622025-10-03T21:56:27.935Z PASS [ 39.233s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
79632025-10-03T21:56:31.218Z PASS [ 32.274s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
79642025-10-03T21:56:39.812Z PASS [ 21.036s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
79652025-10-03T21:56:47.248Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
79662025-10-03T21:56:49.070Z PASS [ 61.825s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
79672025-10-03T21:56:49.167Z PASS [ 22.542s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
79682025-10-03T21:56:50.404Z PASS [ 22.473s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
79692025-10-03T21:56:53.822Z PASS [ 22.607s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
79702025-10-03T21:57:01.365Z PASS [ 21.556s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
79712025-10-03T21:57:13.518Z PASS [ 56.054s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
79722025-10-03T21:57:15.179Z PASS [ 21.361s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
79732025-10-03T21:57:21.023Z PASS [ 19.661s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
79742025-10-03T21:57:33.161Z PASS [ 19.645s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
79752025-10-03T21:57:33.684Z PASS [ 18.507s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
79762025-10-03T21:57:33.729Z PASS [ 0.045s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
79772025-10-03T21:57:33.754Z PASS [ 0.025s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
79782025-10-03T21:57:33.779Z PASS [ 0.025s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
79792025-10-03T21:57:33.804Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
79802025-10-03T21:57:33.829Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
79812025-10-03T21:57:33.853Z PASS [ 0.026s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
79822025-10-03T21:57:33.878Z PASS [ 0.021s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
79832025-10-03T21:57:33.902Z PASS [ 0.025s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
79842025-10-03T21:57:33.927Z PASS [ 0.021s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
79852025-10-03T21:57:33.951Z PASS [ 0.023s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
79862025-10-03T21:57:33.975Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
79872025-10-03T21:57:34.000Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
79882025-10-03T21:57:34.025Z PASS [ 0.022s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
79892025-10-03T21:57:34.049Z PASS [ 0.023s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
79902025-10-03T21:57:34.074Z PASS [ 0.026s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
79912025-10-03T21:57:38.236Z PASS [ 17.215s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
79922025-10-03T21:57:40.754Z PASS [ 51.691s] omicron-nexus::test_all integration_tests::webhooks::test_probe
79932025-10-03T21:57:44.230Z PASS [ 55.072s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
79942025-10-03T21:57:44.286Z PASS [ 0.056s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
79952025-10-03T21:57:44.320Z PASS [ 0.033s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
79962025-10-03T21:57:44.380Z PASS [ 0.060s] omicron-package config::tests::multi_preset_arg
79972025-10-03T21:57:44.443Z PASS [ 0.062s] omicron-package dot::test::test_bad_dependency
79982025-10-03T21:57:44.491Z PASS [ 0.047s] omicron-package dot::test::test_dot_output
79992025-10-03T21:57:48.529Z PASS [ 58.134s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
80002025-10-03T21:57:48.555Z PASS [ 0.026s] omicron-passwords test::test_password_constraints
80012025-10-03T21:57:51.577Z PASS [ 18.419s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
80022025-10-03T21:57:52.791Z PASS [ 4.236s] omicron-passwords test::test_reproducible
80032025-10-03T21:57:52.835Z PASS [ 0.044s] omicron-passwords test::test_stable
80042025-10-03T21:57:52.861Z PASS [ 0.022s] omicron-passwords test::test_weak_hashes
80052025-10-03T21:57:52.886Z PASS [ 0.026s] omicron-rpaths internal::tests::test_configure_from_path
80062025-10-03T21:57:52.940Z PASS [ 0.056s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
80072025-10-03T21:57:52.966Z PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath
80082025-10-03T21:57:53.130Z PASS [ 12.378s] omicron-omdb::test_all_output test_omdb_usage_errors
80092025-10-03T21:57:53.407Z PASS [ 0.441s] omicron-sled-agent artifact_store::test::generations
80102025-10-03T21:57:53.432Z PASS [ 0.283s] omicron-sled-agent artifact_store::test::issue_7796
80112025-10-03T21:57:53.566Z PASS [ 0.153s] omicron-sled-agent artifact_store::test::no_dataset
80122025-10-03T21:57:53.592Z PASS [ 0.180s] omicron-sled-agent artifact_store::test::list_get_put
80132025-10-03T21:57:53.657Z PASS [ 0.070s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
80142025-10-03T21:57:53.718Z PASS [ 0.152s] omicron-sled-agent artifact_store::test::wrong_hash
80152025-10-03T21:57:53.743Z PASS [ 0.064s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
80162025-10-03T21:57:53.768Z PASS [ 0.040s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
80172025-10-03T21:57:53.792Z PASS [ 0.063s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
80182025-10-03T21:57:53.817Z PASS [ 0.032s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
80192025-10-03T21:57:53.843Z PASS [ 0.036s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
80202025-10-03T21:57:53.843Z PASS [ 0.037s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
80212025-10-03T21:57:53.869Z PASS [ 0.039s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
80222025-10-03T21:57:53.893Z PASS [ 0.040s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
80232025-10-03T21:57:53.918Z PASS [ 0.060s] omicron-sled-agent config::test::test_smf_configs
80242025-10-03T21:57:54.348Z PASS [ 0.430s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
80252025-10-03T21:57:54.372Z PASS [ 0.481s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
80262025-10-03T21:57:54.952Z PASS [ 0.604s] omicron-sled-agent instance::tests::test_instance_create_events_normal
80272025-10-03T21:57:56.053Z PASS [ 1.700s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
80282025-10-03T21:57:56.087Z PASS [ 1.135s] omicron-sled-agent instance::tests::test_instance_manager_creation
80292025-10-03T21:57:56.619Z PASS [ 0.564s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
80302025-10-03T21:57:56.660Z PASS [ 0.043s] omicron-sled-agent probe_manager::test::probe_state_set_ops
80312025-10-03T21:57:56.701Z PASS [ 0.040s] omicron-sled-agent profile::tests::empty_profile
80322025-10-03T21:57:56.748Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_disabled_instance
80332025-10-03T21:57:56.791Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_instance
80342025-10-03T21:57:56.842Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_multiple
80352025-10-03T21:57:56.881Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_property
80362025-10-03T21:57:56.929Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_property_group
80372025-10-03T21:57:56.954Z PASS [ 12.449s] omicron-passwords test::test_compatible
80382025-10-03T21:57:56.979Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_service
80392025-10-03T21:57:57.003Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_service_property_group
80402025-10-03T21:57:57.028Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
80412025-10-03T21:57:57.053Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
80422025-10-03T21:57:57.078Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
80432025-10-03T21:57:57.102Z PASS [ 0.067s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
80442025-10-03T21:57:57.144Z PASS [ 0.071s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
80452025-10-03T21:57:57.169Z PASS [ 0.056s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
80462025-10-03T21:57:57.194Z PASS [ 0.037s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
80472025-10-03T21:57:57.218Z PASS [ 0.044s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
80482025-10-03T21:57:57.243Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
80492025-10-03T21:57:57.243Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
80502025-10-03T21:57:57.268Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
80512025-10-03T21:57:57.293Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
80522025-10-03T21:57:57.318Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
80532025-10-03T21:57:57.343Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
80542025-10-03T21:57:57.385Z PASS [ 0.046s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
80552025-10-03T21:57:57.431Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
80562025-10-03T21:57:57.479Z PASS [ 0.048s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
80572025-10-03T21:57:57.527Z PASS [ 0.048s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
80582025-10-03T21:57:57.576Z PASS [ 0.049s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
80592025-10-03T21:57:57.638Z PASS [ 0.062s] omicron-sled-agent sim::storage::test::nested_dataset
80602025-10-03T21:57:57.692Z PASS [ 0.054s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
80612025-10-03T21:57:57.734Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
80622025-10-03T21:57:57.779Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
80632025-10-03T21:57:57.826Z PASS [ 0.047s] omicron-sled-agent sim::storage::test::snapshot_needs_region
80642025-10-03T21:58:01.348Z PASS [ 4.033s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
80652025-10-03T21:58:02.116Z PASS [ 4.291s] omicron-sled-agent support_bundle::storage::tests::basic_crud
80662025-10-03T21:58:05.493Z PASS [ 4.146s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
80672025-10-03T21:58:06.412Z PASS [ 4.296s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
80682025-10-03T21:58:06.443Z PASS [ 32.395s] omicron-omdb::test_all_output test_omdb_env_settings
80692025-10-03T21:58:10.311Z PASS [ 4.819s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
80702025-10-03T21:58:10.741Z PASS [ 4.299s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
80712025-10-03T21:58:11.593Z PASS [ 5.181s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
80722025-10-03T21:58:14.921Z PASS [ 4.610s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
80732025-10-03T21:58:15.141Z PASS [ 4.401s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
80742025-10-03T21:58:16.202Z PASS [ 24.628s] omicron-passwords test::test_smoke
80752025-10-03T21:58:16.404Z PASS [ 4.812s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
80762025-10-03T21:58:16.454Z PASS [ 0.050s] omicron-sled-agent updates::test::test_query_no_components
80772025-10-03T21:58:16.502Z PASS [ 0.048s] omicron-sled-agent updates::test::test_query_sled_agent_version
80782025-10-03T21:58:16.558Z PASS [ 0.055s] omicron-sled-agent updates::test::test_query_zone_version
80792025-10-03T21:58:16.602Z PASS [ 0.044s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
80802025-10-03T21:58:20.033Z PASS [ 5.113s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
80812025-10-03T21:58:20.078Z PASS [ 3.476s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
80822025-10-03T21:58:20.141Z PASS [ 0.063s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
80832025-10-03T21:58:20.587Z PASS [ 5.447s] omicron-sled-agent support_bundle::storage::tests::ranges
80842025-10-03T21:58:21.320Z PASS [ 5.119s] omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
80852025-10-03T21:58:23.456Z PASS [ 3.423s] omicron-sled-agent zone_bundle::illumos_tests::test_context
80862025-10-03T21:58:23.528Z PASS [ 0.072s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
80872025-10-03T21:58:23.583Z PASS [ 0.055s] omicron-sled-agent zone_bundle::tests::test_dir_size
80882025-10-03T21:58:23.640Z PASS [ 0.058s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
80892025-10-03T21:58:24.025Z PASS [ 3.438s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
80902025-10-03T21:58:24.099Z PASS [ 3.958s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
80912025-10-03T21:58:24.192Z PASS [ 0.552s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
80922025-10-03T21:58:24.217Z PASS [ 0.117s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
80932025-10-03T21:58:24.265Z PASS [ 0.049s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
80942025-10-03T21:58:24.308Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
80952025-10-03T21:58:24.518Z PASS [ 0.493s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
80962025-10-03T21:58:24.974Z PASS [ 3.654s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
80972025-10-03T21:58:25.046Z PASS [ 0.738s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
80982025-10-03T21:58:25.071Z PASS [ 0.532s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
80992025-10-03T21:58:25.096Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
81002025-10-03T21:58:25.096Z PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
81012025-10-03T21:58:25.096Z PASS [ 0.900s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
81022025-10-03T21:58:25.376Z PASS [ 0.286s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
81032025-10-03T21:58:25.401Z PASS [ 0.301s] omicron-test-utils dev::db::test::test_bad_cmd
81042025-10-03T21:58:25.547Z PASS [ 0.458s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
81052025-10-03T21:58:25.873Z PASS [ 0.327s] omicron-test-utils dev::db::test::test_database_start_hang
81062025-10-03T21:58:25.946Z PASS [ 0.570s] omicron-test-utils dev::db::test::test_cmd_fails
81072025-10-03T21:58:25.992Z PASS [ 0.045s] omicron-test-utils dev::db::test::test_make_pg_config_fail
81082025-10-03T21:58:26.017Z PASS [ 1.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
81092025-10-03T21:58:26.042Z PASS [ 0.038s] omicron-test-utils dev::db::test::test_make_pg_config_ok
81102025-10-03T21:58:26.079Z PASS [ 0.063s] omicron-test-utils dev::db::test::test_parse_http_addr
81112025-10-03T21:58:26.079Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_process_exit_abnormal
81122025-10-03T21:58:26.132Z PASS [ 0.053s] omicron-test-utils dev::db::test::test_process_exit_normal
81132025-10-03T21:58:26.748Z PASS [ 0.669s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
81142025-10-03T21:58:27.187Z PASS [ 1.314s] omicron-test-utils dev::db::test::test_http_addr_integration
81152025-10-03T21:58:27.231Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_starter_tmpdir
81162025-10-03T21:58:27.299Z PASS [ 0.068s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
81172025-10-03T21:58:27.337Z PASS [ 0.038s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
81182025-10-03T21:58:27.383Z PASS [ 0.046s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
81192025-10-03T21:58:27.423Z PASS [ 0.039s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
81202025-10-03T21:58:27.508Z PASS [ 0.085s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
81212025-10-03T21:58:27.607Z PASS [ 0.100s] omicron-test-utils dev::test_cmds::tests::test_redact_section
81222025-10-03T21:58:27.915Z PASS [ 2.521s] omicron-test-utils dev::db::test::test_database_concurrent
81232025-10-03T21:58:27.995Z PASS [ 0.080s] omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
81242025-10-03T21:58:28.212Z PASS [ 0.604s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
81252025-10-03T21:58:28.253Z PASS [ 32.171s] omicron-sled-agent nexus::test::nexus_self_notification_test
81262025-10-03T21:58:28.430Z PASS [ 0.435s] oximeter test::timeseries_schema_consistency
81272025-10-03T21:58:28.479Z PASS [ 1.731s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
81282025-10-03T21:58:28.637Z PASS [ 0.207s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
81292025-10-03T21:58:28.662Z PASS [ 0.432s] oximeter-collector agent::tests::test_self_stat_collection_count
81302025-10-03T21:58:28.662Z PASS [ 0.171s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
81312025-10-03T21:58:28.662Z PASS [ 0.404s] oximeter-collector agent::tests::test_self_stat_error_counter
81322025-10-03T21:58:28.687Z PASS [ 0.031s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
81332025-10-03T21:58:28.712Z PASS [ 0.040s] oximeter-collector self_stats::tests::test_failure_reason_serialization
81342025-10-03T21:58:28.738Z PASS [ 0.048s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
81352025-10-03T21:58:28.763Z PASS [ 0.047s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
81362025-10-03T21:58:28.763Z PASS [ 0.038s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
81372025-10-03T21:58:28.788Z PASS [ 0.036s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
81382025-10-03T21:58:28.813Z PASS [ 0.035s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
81392025-10-03T21:58:28.813Z PASS [ 0.165s] oximeter-collector agent::tests::verify_producer_details
81402025-10-03T21:58:29.174Z PASS [ 0.515s] oximeter-collector::test_commands test_oximeter_no_args
81412025-10-03T21:58:30.004Z PASS [ 1.230s] oximeter-db client::oxql::tests::test_get_entire_table
81422025-10-03T21:58:30.143Z PASS [ 1.340s] oximeter-db client::oxql::tests::test_get_one_timeseries
81432025-10-03T21:58:30.168Z PASS [ 1.352s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
81442025-10-03T21:58:30.242Z PASS [ 0.093s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
81452025-10-03T21:58:30.443Z PASS [ 1.271s] oximeter-db client::oxql::tests::test_limit_operations
81462025-10-03T21:58:30.678Z PASS [ 0.675s] oximeter-db client::tests::can_ping_clickhouse
81472025-10-03T21:58:31.321Z PASS [ 53.093s] omicron-omdb::test_all_output test_omdb_success_cases
81482025-10-03T21:58:31.633Z PASS [ 0.955s] oximeter-db client::tests::read_latest_version_reports_max
81492025-10-03T21:58:32.239Z PASS [ 0.919s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
81502025-10-03T21:58:32.291Z PASS [ 0.658s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
81512025-10-03T21:58:32.998Z PASS [ 2.555s] oximeter-db client::tests::insert_samples_fails_fast
81522025-10-03T21:58:33.024Z PASS [ 2.783s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
81532025-10-03T21:58:33.119Z PASS [ 0.880s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
81542025-10-03T21:58:33.267Z PASS [ 0.976s] oximeter-db client::tests::select_timeseries_with_select_one
81552025-10-03T21:58:33.655Z PASS [ 0.656s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
81562025-10-03T21:58:33.990Z PASS [ 0.966s] oximeter-db client::tests::test_client_select_timeseries_one
81572025-10-03T21:58:34.045Z PASS [ 0.925s] oximeter-db client::tests::test_database_version_update_is_idempotent
81582025-10-03T21:58:34.127Z PASS [ 0.860s] oximeter-db client::tests::test_database_version_will_not_downgrade
81592025-10-03T21:58:34.684Z PASS [ 1.030s] oximeter-db client::tests::test_database_version_will_not_upgrade
81602025-10-03T21:58:34.957Z PASS [ 0.967s] oximeter-db client::tests::test_differentiate_by_timeseries_name
81612025-10-03T21:58:34.984Z PASS [ 0.939s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
81622025-10-03T21:58:35.044Z PASS [ 0.917s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
81632025-10-03T21:58:35.495Z PASS [ 0.810s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
81642025-10-03T21:58:35.890Z PASS [ 0.906s] oximeter-db client::tests::test_field_record_count
81652025-10-03T21:58:35.930Z PASS [ 0.886s] oximeter-db client::tests::test_get_schema_no_new_values
81662025-10-03T21:58:36.329Z PASS [ 1.372s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
81672025-10-03T21:58:36.395Z PASS [ 0.900s] oximeter-db client::tests::test_insert_samples
81682025-10-03T21:58:36.439Z PASS [ 0.044s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
81692025-10-03T21:58:36.486Z PASS [ 0.047s] oximeter-db client::tests::test_read_timeseries_to_delete
81702025-10-03T21:58:36.525Z PASS [ 0.038s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
81712025-10-03T21:58:36.561Z PASS [ 0.036s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
81722025-10-03T21:58:36.715Z PASS [ 0.825s] oximeter-db client::tests::test_is_oximeter_cluster
81732025-10-03T21:58:36.905Z PASS [ 0.975s] oximeter-db client::tests::test_list_timeseries
81742025-10-03T21:58:37.197Z PASS [ 0.868s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
81752025-10-03T21:58:37.596Z PASS [ 0.880s] oximeter-db client::tests::test_schema_mismatch
81762025-10-03T21:58:37.809Z PASS [ 0.903s] oximeter-db client::tests::test_schema_update
81772025-10-03T21:58:38.111Z PASS [ 1.550s] oximeter-db client::tests::test_recall_of_all_fields
81782025-10-03T21:58:38.177Z PASS [ 0.980s] oximeter-db client::tests::test_select_all_datum_types
81792025-10-03T21:58:38.727Z PASS [ 1.132s] oximeter-db client::tests::test_select_all_field_types
81802025-10-03T21:58:38.854Z PASS [ 1.044s] oximeter-db client::tests::test_select_timeseries_with_all
81812025-10-03T21:58:39.325Z PASS [ 1.147s] oximeter-db client::tests::test_select_timeseries_with_order
81822025-10-03T21:58:39.349Z PASS [ 1.217s] oximeter-db client::tests::test_select_timeseries_with_limit
81832025-10-03T21:58:39.731Z PASS [ 1.004s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
81842025-10-03T21:58:39.988Z PASS [ 1.135s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
81852025-10-03T21:58:40.020Z PASS [ 0.031s] oximeter-db client::tests::test_unravel_index
81862025-10-03T21:58:40.423Z PASS [ 1.098s] oximeter-db client::tests::test_select_timeseries_with_start_time
81872025-10-03T21:58:40.465Z PASS [ 0.042s] oximeter-db client::tests::test_verify_schema_upgrades
81882025-10-03T21:58:40.504Z PASS [ 0.039s] oximeter-db model::fields::tests::test_extract_fields_as_block
81892025-10-03T21:58:40.536Z PASS [ 0.032s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
81902025-10-03T21:58:40.575Z PASS [ 0.039s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
81912025-10-03T21:58:40.617Z PASS [ 0.041s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
81922025-10-03T21:58:40.665Z PASS [ 0.046s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
81932025-10-03T21:58:40.700Z PASS [ 0.969s] oximeter-db client::tests::test_timeseries_schema_list
81942025-10-03T21:58:40.727Z PASS [ 0.049s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
81952025-10-03T21:58:40.752Z PASS [ 0.035s] oximeter-db native::block::tests::concat_blocks
81962025-10-03T21:58:40.752Z PASS [ 0.032s] oximeter-db native::block::tests::datetime64_scale_checks_range
81972025-10-03T21:58:40.777Z PASS [ 0.033s] oximeter-db native::block::tests::parse_date_time
81982025-10-03T21:58:40.801Z PASS [ 0.034s] oximeter-db native::block::tests::parse_date_time64
81992025-10-03T21:58:40.826Z PASS [ 0.034s] oximeter-db native::block::tests::parse_escaped_date_time64
82002025-10-03T21:58:40.826Z PASS [ 0.037s] oximeter-db native::block::tests::test_data_type_to_string
82012025-10-03T21:58:40.852Z PASS [ 0.038s] oximeter-db native::block::tests::test_datetime64_conversions
82022025-10-03T21:58:40.876Z PASS [ 0.047s] oximeter-db native::block::tests::test_parse_all_known_timezones
82032025-10-03T21:58:40.905Z PASS [ 0.051s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
82042025-10-03T21:58:40.905Z PASS [ 0.035s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
82052025-10-03T21:58:40.905Z PASS [ 14.771s] omicron-test-utils dev::db::test::test_setup_database_default_dir
82062025-10-03T21:58:40.931Z PASS [ 0.038s] oximeter-db native::block::tests::test_parse_enum8
82072025-10-03T21:58:40.955Z PASS [ 0.033s] oximeter-db native::block::tests::test_parse_enum_variant
82082025-10-03T21:58:40.955Z PASS [ 0.915s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
82092025-10-03T21:58:40.955Z PASS [ 0.039s] oximeter-db native::block::tests::test_parse_invalid_data_type
82102025-10-03T21:58:41.079Z PASS [ 1.748s] oximeter-db client::tests::test_sql_query_output
82112025-10-03T21:58:41.562Z PASS [ 0.628s] oximeter-db native::connection::tests::test_exchange_hello
82122025-10-03T21:58:41.587Z PASS [ 0.633s] oximeter-db native::connection::tests::test_basic_select_query
82132025-10-03T21:58:41.587Z PASS [ 0.635s] oximeter-db native::connection::tests::test_insert_and_select_data
82142025-10-03T21:58:41.666Z PASS [ 0.731s] oximeter-db native::connection::tests::test_can_cancel_query
82152025-10-03T21:58:41.718Z PASS [ 0.639s] oximeter-db native::connection::tests::test_insert_and_select_uuid
82162025-10-03T21:58:41.765Z PASS [ 0.047s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
82172025-10-03T21:58:41.805Z PASS [ 0.040s] oximeter-db native::io::block::tests::test_decode_full_block
82182025-10-03T21:58:41.841Z PASS [ 0.036s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
82192025-10-03T21:58:41.873Z PASS [ 0.032s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
82202025-10-03T21:58:41.915Z PASS [ 0.042s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
82212025-10-03T21:58:41.952Z PASS [ 0.036s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
82222025-10-03T21:58:41.983Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_string_column
82232025-10-03T21:58:42.015Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_decode_uint64_column
82242025-10-03T21:58:42.058Z PASS [ 0.043s] oximeter-db native::io::column::tests::test_decode_uint8_column
82252025-10-03T21:58:42.094Z PASS [ 0.036s] oximeter-db native::io::column::tests::test_decode_uuid_column
82262025-10-03T21:58:42.129Z PASS [ 0.034s] oximeter-db native::io::column::tests::test_encode_decode_column
82272025-10-03T21:58:42.171Z PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
82282025-10-03T21:58:42.195Z PASS [ 0.036s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
82292025-10-03T21:58:42.220Z PASS [ 0.639s] oximeter-db native::connection::tests::test_select_array_column
82302025-10-03T21:58:42.220Z PASS [ 0.648s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
82312025-10-03T21:58:42.220Z PASS [ 0.639s] oximeter-db native::connection::tests::test_select_nullable_column
82322025-10-03T21:58:42.245Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
82332025-10-03T21:58:42.245Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
82342025-10-03T21:58:42.270Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_pong
82352025-10-03T21:58:42.270Z PASS [ 0.037s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
82362025-10-03T21:58:42.270Z PASS [ 0.031s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
82372025-10-03T21:58:42.270Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
82382025-10-03T21:58:42.295Z PASS [ 0.031s] oximeter-db native::io::string::test::test_encode_decode
82392025-10-03T21:58:42.295Z PASS [ 0.030s] oximeter-db native::io::string::test::test_encode_hello_world
82402025-10-03T21:58:42.295Z PASS [ 0.028s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
82412025-10-03T21:58:42.295Z PASS [ 0.623s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
82422025-10-03T21:58:42.295Z PASS [ 0.029s] oximeter-db native::io::table_columns::tests::test_column_count
82432025-10-03T21:58:42.320Z PASS [ 0.028s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
82442025-10-03T21:58:42.320Z PASS [ 0.032s] oximeter-db native::io::varuint::test_encode_decode_varuint
82452025-10-03T21:58:42.345Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
82462025-10-03T21:58:42.345Z PASS [ 0.038s] oximeter-db native::io::table_columns::tests::test_column_descriptions
82472025-10-03T21:58:42.345Z PASS [ 0.044s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
82482025-10-03T21:58:42.345Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
82492025-10-03T21:58:42.383Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_comparison
82502025-10-03T21:58:42.383Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
82512025-10-03T21:58:42.383Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
82522025-10-03T21:58:42.383Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_double_literal
82532025-10-03T21:58:42.408Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
82542025-10-03T21:58:42.408Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
82552025-10-03T21:58:42.408Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
82562025-10-03T21:58:42.408Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
82572025-10-03T21:58:42.408Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
82582025-10-03T21:58:42.433Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
82592025-10-03T21:58:42.433Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_group_by
82602025-10-03T21:58:42.433Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
82612025-10-03T21:58:42.433Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
82622025-10-03T21:58:42.463Z PASS [ 0.062s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
82632025-10-03T21:58:42.487Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
82642025-10-03T21:58:42.487Z PASS [ 0.053s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
82652025-10-03T21:58:42.487Z PASS [ 0.058s] oximeter-db oxql::ast::grammar::tests::test_ident
82662025-10-03T21:58:42.487Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
82672025-10-03T21:58:42.512Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
82682025-10-03T21:58:42.512Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
82692025-10-03T21:58:42.512Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
82702025-10-03T21:58:42.512Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
82712025-10-03T21:58:42.536Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
82722025-10-03T21:58:42.561Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
82732025-10-03T21:58:42.561Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
82742025-10-03T21:58:42.561Z PASS [ 0.058s] oximeter-db oxql::ast::grammar::tests::test_query
82752025-10-03T21:58:42.561Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
82762025-10-03T21:58:42.586Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
82772025-10-03T21:58:42.586Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_reducer
82782025-10-03T21:58:42.611Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
82792025-10-03T21:58:42.611Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
82802025-10-03T21:58:42.611Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
82812025-10-03T21:58:42.636Z PASS [ 0.032s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
82822025-10-03T21:58:42.636Z PASS [ 0.039s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
82832025-10-03T21:58:42.636Z PASS [ 0.035s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
82842025-10-03T21:58:42.636Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
82852025-10-03T21:58:42.660Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
82862025-10-03T21:58:42.685Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
82872025-10-03T21:58:42.685Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
82882025-10-03T21:58:42.685Z PASS [ 0.042s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
82892025-10-03T21:58:42.685Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
82902025-10-03T21:58:42.710Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
82912025-10-03T21:58:42.710Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
82922025-10-03T21:58:42.735Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
82932025-10-03T21:58:42.735Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
82942025-10-03T21:58:42.759Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
82952025-10-03T21:58:42.759Z PASS [ 0.040s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
82962025-10-03T21:58:42.759Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
82972025-10-03T21:58:42.759Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
82982025-10-03T21:58:42.784Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
82992025-10-03T21:58:42.784Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
83002025-10-03T21:58:42.808Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
83012025-10-03T21:58:42.808Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
83022025-10-03T21:58:42.833Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
83032025-10-03T21:58:42.833Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
83042025-10-03T21:58:42.833Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
83052025-10-03T21:58:42.858Z PASS [ 0.040s] oximeter-db oxql::plan::align::test::test_align_input_schema
83062025-10-03T21:58:42.955Z PASS [ 0.137s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
83072025-10-03T21:58:42.980Z PASS [ 0.137s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
83082025-10-03T21:58:42.980Z PASS [ 0.140s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
83092025-10-03T21:58:43.004Z PASS [ 0.170s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
83102025-10-03T21:58:43.115Z PASS [ 0.160s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
83112025-10-03T21:58:43.140Z PASS [ 0.142s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
83122025-10-03T21:58:43.140Z PASS [ 0.152s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
83132025-10-03T21:58:43.140Z PASS [ 0.147s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
83142025-10-03T21:58:43.254Z PASS [ 0.139s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
83152025-10-03T21:58:43.279Z PASS [ 0.137s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
83162025-10-03T21:58:43.279Z PASS [ 0.143s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
83172025-10-03T21:58:43.279Z PASS [ 0.131s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
83182025-10-03T21:58:43.389Z PASS [ 0.134s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
83192025-10-03T21:58:43.414Z PASS [ 0.140s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
83202025-10-03T21:58:43.414Z PASS [ 0.135s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
83212025-10-03T21:58:43.414Z PASS [ 0.144s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
83222025-10-03T21:58:43.532Z PASS [ 0.137s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
83232025-10-03T21:58:43.557Z PASS [ 0.147s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
83242025-10-03T21:58:43.557Z PASS [ 0.147s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
83252025-10-03T21:58:43.557Z PASS [ 0.152s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
83262025-10-03T21:58:43.592Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits
83272025-10-03T21:58:43.627Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
83282025-10-03T21:58:43.663Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
83292025-10-03T21:58:43.687Z PASS [ 0.129s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
83302025-10-03T21:58:43.687Z PASS [ 0.138s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
83312025-10-03T21:58:43.687Z PASS [ 0.133s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
83322025-10-03T21:58:43.712Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
83332025-10-03T21:58:43.712Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
83342025-10-03T21:58:43.712Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
83352025-10-03T21:58:43.737Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
83362025-10-03T21:58:43.762Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
83372025-10-03T21:58:43.762Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_predicates
83382025-10-03T21:58:43.762Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
83392025-10-03T21:58:43.762Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
83402025-10-03T21:58:43.787Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_insert_filters
83412025-10-03T21:58:43.787Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
83422025-10-03T21:58:43.811Z PASS [ 0.048s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
83432025-10-03T21:58:43.811Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
83442025-10-03T21:58:43.836Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
83452025-10-03T21:58:43.836Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
83462025-10-03T21:58:43.836Z PASS [ 0.054s] oximeter-db oxql::query::tests::test_query_end_time
83472025-10-03T21:58:43.836Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
83482025-10-03T21:58:43.861Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
83492025-10-03T21:58:43.886Z PASS [ 0.032s] oximeter-db query::tests::test_field_cmp
83502025-10-03T21:58:43.886Z PASS [ 0.046s] oximeter-db oxql::query::tests::test_split_query
83512025-10-03T21:58:43.886Z PASS [ 0.044s] oximeter-db query::tests::test_field_selector_as_query
83522025-10-03T21:58:43.911Z PASS [ 0.034s] oximeter-db query::tests::test_field_value_as_db_str
83532025-10-03T21:58:43.936Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_field_selectors
83542025-10-03T21:58:43.936Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_from_parts
83552025-10-03T21:58:43.936Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_full
83562025-10-03T21:58:43.961Z PASS [ 0.063s] oximeter-db query::tests::test_select_query_builder_filter_raw
83572025-10-03T21:58:43.961Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_limit_offset
83582025-10-03T21:58:43.961Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_no_fields
83592025-10-03T21:58:43.985Z PASS [ 0.039s] oximeter-db query::tests::test_select_query_builder_no_selectors
83602025-10-03T21:58:43.985Z PASS [ 0.032s] oximeter-db query::tests::test_time_range
83612025-10-03T21:58:43.985Z PASS [ 0.044s] oximeter-db query::tests::test_string_field_selector
83622025-10-03T21:58:44.010Z PASS [ 0.047s] oximeter-db sql::tests::test_allow_limit_offset
83632025-10-03T21:58:44.010Z PASS [ 0.036s] oximeter-db sql::tests::test_allow_subqueries
83642025-10-03T21:58:44.035Z PASS [ 0.038s] oximeter-db sql::tests::test_cannot_name_database
83652025-10-03T21:58:44.035Z PASS [ 0.035s] oximeter-db sql::tests::test_ctes_are_not_supported
83662025-10-03T21:58:44.035Z PASS [ 1.520s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
83672025-10-03T21:58:44.060Z PASS [ 0.040s] oximeter-db sql::tests::test_function_allow_list
83682025-10-03T21:58:44.060Z PASS [ 0.040s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
83692025-10-03T21:58:44.084Z PASS [ 0.050s] oximeter-db sql::tests::test_query_must_be_select_statement
83702025-10-03T21:58:44.084Z PASS [ 0.044s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
83712025-10-03T21:58:44.085Z PASS [ 0.043s] oximeter-db sql::tests::test_require_table_is_timeseries_name
83722025-10-03T21:58:44.109Z PASS [ 0.079s] oximeter-db sql::tests::test_join_must_be_inner
83732025-10-03T21:58:44.109Z PASS [ 0.044s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
83742025-10-03T21:58:44.109Z PASS [ 0.033s] oximeter-db tests::test_timeseries_key_field_stability
83752025-10-03T21:58:44.134Z PASS [ 0.045s] oximeter-db sql::tests::test_with_comma_join_fails
83762025-10-03T21:58:44.134Z PASS [ 0.041s] oximeter-db tests::test_timeseries_key_sample_stability
83772025-10-03T21:58:44.166Z PASS [ 0.057s] oximeter-instruments http::tests::test_latency_tracker
83782025-10-03T21:58:44.221Z PASS [ 0.055s] oximeter-instruments kstat::link::tests::test_kstat_interested
83792025-10-03T21:58:44.249Z PASS [ 0.133s] oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
83802025-10-03T21:58:44.318Z PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_kstat_sampler
83812025-10-03T21:58:44.342Z PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
83822025-10-03T21:58:44.465Z PASS [ 0.157s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
83832025-10-03T21:58:44.490Z PASS [ 0.150s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
83842025-10-03T21:58:44.560Z PASS [ 0.094s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
83852025-10-03T21:58:44.585Z PASS [ 0.084s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
83862025-10-03T21:58:44.620Z PASS [ 0.060s] oximeter-instruments kstat::link::tests::test_sled_datalink
83872025-10-03T21:58:44.645Z PASS [ 0.066s] oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
83882025-10-03T21:58:44.670Z PASS [ 0.040s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
83892025-10-03T21:58:44.670Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
83902025-10-03T21:58:44.695Z PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
83912025-10-03T21:58:44.695Z PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
83922025-10-03T21:58:44.719Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
83932025-10-03T21:58:44.744Z PASS [ 0.031s] oximeter-macro-impl tests::test_metric_annotated_field
83942025-10-03T21:58:44.744Z PASS [ 0.027s] oximeter-macro-impl tests::test_metric_datum_field
83952025-10-03T21:58:44.744Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_enum
83962025-10-03T21:58:44.769Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_without_datum_field
83972025-10-03T21:58:44.769Z PASS [ 0.022s] oximeter-macro-impl tests::test_target
83982025-10-03T21:58:44.794Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_enum
83992025-10-03T21:58:44.794Z PASS [ 0.031s] oximeter-macro-impl tests::test_target_empty_struct
84002025-10-03T21:58:44.819Z PASS [ 0.024s] oximeter-macro-impl tests::test_target_with_datum_field
84012025-10-03T21:58:44.844Z PASS [ 0.034s] oximeter-macro-impl tests::test_target_unit_struct
84022025-10-03T21:58:44.908Z PASS [ 0.083s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
84032025-10-03T21:58:44.939Z PASS [ 0.031s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
84042025-10-03T21:58:44.974Z PASS [ 0.035s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
84052025-10-03T21:58:45.010Z PASS [ 0.036s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
84062025-10-03T21:58:45.043Z PASS [ 0.032s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
84072025-10-03T21:58:45.089Z PASS [ 0.046s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
84082025-10-03T21:58:45.126Z PASS [ 0.036s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
84092025-10-03T21:58:45.165Z PASS [ 0.039s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
84102025-10-03T21:58:45.205Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
84112025-10-03T21:58:45.248Z PASS [ 0.042s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
84122025-10-03T21:58:45.299Z PASS [ 0.051s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
84132025-10-03T21:58:45.334Z PASS [ 0.036s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
84142025-10-03T21:58:45.362Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
84152025-10-03T21:58:45.391Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
84162025-10-03T21:58:45.418Z PASS [ 0.027s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
84172025-10-03T21:58:45.444Z PASS [ 0.026s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
84182025-10-03T21:58:45.470Z PASS [ 0.026s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
84192025-10-03T21:58:45.508Z PASS [ 0.038s] oximeter-schema ir::tests::fail_on_empty_descriptions
84202025-10-03T21:58:45.539Z PASS [ 0.032s] oximeter-schema ir::tests::fail_on_empty_metric_name
84212025-10-03T21:58:45.571Z PASS [ 0.032s] oximeter-schema ir::tests::fail_on_empty_target_name
84222025-10-03T21:58:45.608Z PASS [ 0.037s] oximeter-schema ir::tests::fail_on_very_long_field_names
84232025-10-03T21:58:45.656Z PASS [ 0.047s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
84242025-10-03T21:58:45.686Z PASS [ 0.030s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
84252025-10-03T21:58:45.718Z PASS [ 0.032s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
84262025-10-03T21:58:45.751Z PASS [ 0.033s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
84272025-10-03T21:58:45.782Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
84282025-10-03T21:58:45.813Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
84292025-10-03T21:58:45.857Z PASS [ 0.043s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
84302025-10-03T21:58:45.897Z PASS [ 0.040s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
84312025-10-03T21:58:45.939Z PASS [ 0.041s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
84322025-10-03T21:58:45.979Z PASS [ 0.040s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
84332025-10-03T21:58:46.015Z PASS [ 0.035s] oximeter-schema ir::tests::only_support_format_version_1
84342025-10-03T21:58:46.054Z PASS [ 0.039s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
84352025-10-03T21:58:46.087Z PASS [ 0.033s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
84362025-10-03T21:58:46.228Z PASS [ 0.141s] oximeter-test-utils tests::test_gen_test_samples
84372025-10-03T21:58:46.268Z PASS [ 0.039s] oximeter-test-utils tests::test_sample_struct
84382025-10-03T21:58:46.306Z PASS [ 0.038s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
84392025-10-03T21:58:46.341Z PASS [ 0.035s] oximeter-test-utils tests::test_timeseries_schema_from_parts
84402025-10-03T21:58:46.372Z PASS [ 0.031s] oximeter-test-utils tests::test_timeseries_schema_from_sample
84412025-10-03T21:58:46.411Z PASS [ 0.039s] oximeter-types histogram::tests::test_bin_range
84422025-10-03T21:58:46.436Z PASS [ 0.024s] oximeter-types histogram::tests::test_bin_range_from
84432025-10-03T21:58:46.461Z PASS [ 0.023s] oximeter-types histogram::tests::test_bin_range_to
84442025-10-03T21:58:46.485Z PASS [ 0.027s] oximeter-types histogram::tests::test_empty_bins_not_supported
84452025-10-03T21:58:46.510Z PASS [ 0.022s] oximeter-types histogram::tests::test_ensure_finite
84462025-10-03T21:58:46.543Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram
84472025-10-03T21:58:46.578Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram_construct_with
84482025-10-03T21:58:46.615Z PASS [ 0.037s] oximeter-types histogram::tests::test_histogram_extreme_bins
84492025-10-03T21:58:46.641Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_extreme_samples
84502025-10-03T21:58:46.669Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_float_bins
84512025-10-03T21:58:46.701Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_unbounded_samples
84522025-10-03T21:58:46.729Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram_unsorted_bins
84532025-10-03T21:58:46.763Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram_with_bins
84542025-10-03T21:58:46.797Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
84552025-10-03T21:58:46.822Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
84562025-10-03T21:58:46.847Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_bins_u64
84572025-10-03T21:58:46.876Z PASS [ 0.031s] oximeter-types histogram::tests::test_log_bins_u8
84582025-10-03T21:58:46.916Z PASS [ 0.039s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
84592025-10-03T21:58:46.944Z PASS [ 0.028s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
84602025-10-03T21:58:46.979Z PASS [ 0.035s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
84612025-10-03T21:58:47.016Z PASS [ 0.037s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
84622025-10-03T21:58:47.050Z PASS [ 0.034s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
84632025-10-03T21:58:47.079Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
84642025-10-03T21:58:47.104Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
84652025-10-03T21:58:47.135Z PASS [ 0.030s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
84662025-10-03T21:58:47.160Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
84672025-10-03T21:58:47.188Z PASS [ 0.027s] oximeter-types histogram::tests::test_span_decades
84682025-10-03T21:58:47.214Z PASS [ 0.026s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
84692025-10-03T21:58:47.246Z PASS [ 0.032s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
84702025-10-03T21:58:47.271Z PASS [ 0.025s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
84712025-10-03T21:58:47.303Z PASS [ 0.031s] oximeter-types quantile::tests::test_default_percentiles
84722025-10-03T21:58:47.327Z PASS [ 0.024s] oximeter-types quantile::tests::test_empty_observations
84732025-10-03T21:58:47.358Z PASS [ 0.031s] oximeter-types quantile::tests::test_find_cells
84742025-10-03T21:58:47.387Z PASS [ 0.029s] oximeter-types quantile::tests::test_float_observations
84752025-10-03T21:58:47.412Z PASS [ 0.022s] oximeter-types quantile::tests::test_integer_observations
84762025-10-03T21:58:47.444Z PASS [ 0.035s] oximeter-types quantile::tests::test_invalid_p_value
84772025-10-03T21:58:47.469Z PASS [ 0.024s] oximeter-types quantile::tests::test_max_p
84782025-10-03T21:58:47.496Z PASS [ 0.027s] oximeter-types quantile::tests::test_min_p
84792025-10-03T21:58:47.531Z PASS [ 0.035s] oximeter-types quantile::tests::test_non_filled_observations
84802025-10-03T21:58:47.569Z PASS [ 0.037s] oximeter-types quantile::tests::test_rounding
84812025-10-03T21:58:47.606Z PASS [ 0.036s] oximeter-types schema::tests::test_field_schema_ordering
84822025-10-03T21:58:47.653Z PASS [ 0.047s] oximeter-types schema::tests::test_timeseries_name
84832025-10-03T21:58:47.695Z PASS [ 0.042s] oximeter-types schema::tests::test_timeseries_name_from_str
84842025-10-03T21:58:47.730Z PASS [ 0.035s] oximeter-types traits::tests::test_metric_trait
84852025-10-03T21:58:47.768Z PASS [ 0.038s] oximeter-types traits::tests::test_producer_trait
84862025-10-03T21:58:47.796Z PASS [ 0.028s] oximeter-types traits::tests::test_target_trait
84872025-10-03T21:58:47.821Z PASS [ 0.024s] oximeter-types types::tests::test_cumulative_f64
84882025-10-03T21:58:47.848Z PASS [ 0.029s] oximeter-types types::tests::test_cumulative_i64
84892025-10-03T21:58:47.882Z PASS [ 0.034s] oximeter-types types::tests::test_datum
84902025-10-03T21:58:47.915Z PASS [ 0.033s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
84912025-10-03T21:58:47.940Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
84922025-10-03T21:58:47.964Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
84932025-10-03T21:58:47.991Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
84942025-10-03T21:58:48.022Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
84952025-10-03T21:58:48.050Z PASS [ 0.028s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
84962025-10-03T21:58:48.082Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
84972025-10-03T21:58:48.112Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
84982025-10-03T21:58:48.142Z PASS [ 3.325s] oximeter-producer tests::test_producer_registration_task
84992025-10-03T21:58:48.167Z PASS [ 0.036s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
85002025-10-03T21:58:48.192Z PASS [ 0.033s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
85012025-10-03T21:58:48.192Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
85022025-10-03T21:58:48.217Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
85032025-10-03T21:58:48.217Z PASS [ 0.031s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
85042025-10-03T21:58:48.242Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
85052025-10-03T21:58:48.242Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
85062025-10-03T21:58:48.268Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
85072025-10-03T21:58:48.268Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
85082025-10-03T21:58:48.308Z PASS [ 0.025s] oximeter-types types::tests::test_verify_field_names
85092025-10-03T21:58:48.308Z PASS [ 0.038s] oximeter-types types::tests::test_measurement
85102025-10-03T21:58:48.333Z PASS [ 0.028s] oxlog tests::test_daterange_filter
85112025-10-03T21:58:48.333Z PASS [ 0.022s] oxlog tests::test_is_oxide_smf_log_file
85122025-10-03T21:58:48.358Z PASS [ 0.021s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
85132025-10-03T21:58:48.358Z PASS [ 0.027s] oxlog tests::test_sort_logs
85142025-10-03T21:58:48.393Z PASS [ 0.057s] oxlog::bin/oxlog tests::test_parse_timestamp
85152025-10-03T21:58:48.420Z PASS [ 0.074s] oxql-types point::tests::test_cast_points_from_bool
85162025-10-03T21:58:48.445Z PASS [ 0.033s] oxql-types point::tests::test_cast_points_from_double
85172025-10-03T21:58:48.469Z PASS [ 0.039s] oxql-types point::tests::test_cast_points_from_int_distribution
85182025-10-03T21:58:48.469Z PASS [ 0.046s] oxql-types point::tests::test_cast_points_from_double_distribution
85192025-10-03T21:58:48.495Z PASS [ 0.030s] oxql-types point::tests::test_cast_points_from_integer
85202025-10-03T21:58:48.520Z PASS [ 0.049s] oxql-types point::tests::test_cast_points_from_string
85212025-10-03T21:58:48.545Z PASS [ 0.028s] oxql-types point::tests::test_join_point_arrays
85222025-10-03T21:58:48.569Z PASS [ 0.030s] oxql-types point::tests::test_point_delta_between
85232025-10-03T21:58:48.569Z PASS [ 0.029s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
85242025-10-03T21:58:48.594Z PASS [ 0.032s] oxql-types point::tests::test_point_delta_between_with_new_epoch
85252025-10-03T21:58:48.594Z PASS [ 0.030s] oxql-types point::tests::test_push_concrete_values
85262025-10-03T21:58:48.619Z PASS [ 0.035s] oxql-types point::tests::test_sub_between_histogram_distributions
85272025-10-03T21:58:48.666Z PASS [ 0.053s] range-requests test::get_response_no_range
85282025-10-03T21:58:48.690Z PASS [ 0.094s] parallel-task-set test::test_spawn_many
85292025-10-03T21:58:48.715Z PASS [ 0.020s] range-requests test::invalid_ranges
85302025-10-03T21:58:48.715Z PASS [ 0.041s] range-requests test::get_response_with_range
85312025-10-03T21:58:48.740Z PASS [ 0.021s] range-requests test::parse_range_invalid
85322025-10-03T21:58:48.740Z PASS [ 0.020s] range-requests test::parse_range_valid
85332025-10-03T21:58:48.764Z PASS [ 0.024s] range-requests test::range_into_str
85342025-10-03T21:58:48.764Z PASS [ 0.041s] range-requests test::potential_range_parsing_does_not_crash
85352025-10-03T21:58:48.789Z PASS [ 0.024s] range-requests test::single_range_parsing_does_not_crash
85362025-10-03T21:58:49.449Z PASS [ 0.689s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
85372025-10-03T21:58:49.866Z PASS [ 0.417s] reconfigurator-cli::test-scripts script::cmds-example.txt
85382025-10-03T21:58:50.134Z PASS [ 0.268s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
85392025-10-03T21:58:50.402Z PASS [ 0.268s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
85402025-10-03T21:58:50.649Z PASS [ 0.246s] reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
85412025-10-03T21:58:50.833Z PASS [ 0.183s] reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
85422025-10-03T21:58:50.863Z PASS [ 2.087s] reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
85432025-10-03T21:58:52.391Z PASS [ 1.558s] reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
85442025-10-03T21:58:54.157Z PASS [ 3.295s] reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
85452025-10-03T21:58:54.193Z PASS [ 1.802s] reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
85462025-10-03T21:58:54.380Z PASS [ 0.222s] reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
85472025-10-03T21:58:54.535Z PASS [ 0.155s] reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
85482025-10-03T21:58:54.816Z PASS [ 0.281s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
85492025-10-03T21:58:55.075Z PASS [ 0.258s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
85502025-10-03T21:58:55.305Z PASS [ 0.230s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
85512025-10-03T21:58:56.942Z PASS [ 2.749s] reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
85522025-10-03T21:58:57.175Z PASS [ 0.233s] reconfigurator-cli::test-scripts script::cmds.txt
85532025-10-03T21:58:58.425Z PASS [ 1.250s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
85542025-10-03T21:58:59.154Z PASS [ 3.849s] reconfigurator-cli::test-scripts script::cmds-target-release.txt
85552025-10-03T21:58:59.611Z PASS [ 15.510s] oximeter-db::integration_test test_schemas_disjoint
85562025-10-03T21:58:59.676Z PASS [ 1.251s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
85572025-10-03T21:59:00.197Z PASS [ 30.058s] oximeter-db client::tests::cannot_ping_nonexistent_server
85582025-10-03T21:59:00.531Z PASS [ 1.377s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
85592025-10-03T21:59:01.113Z PASS [ 1.437s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
85602025-10-03T21:59:03.012Z PASS [ 2.816s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
85612025-10-03T21:59:05.188Z PASS [ 4.076s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
85622025-10-03T21:59:05.979Z PASS [ 5.449s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
85632025-10-03T21:59:06.035Z PASS [ 21.913s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
85642025-10-03T21:59:06.102Z PASS [ 0.060s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
85652025-10-03T21:59:06.138Z PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
85662025-10-03T21:59:06.188Z PASS [ 0.050s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
85672025-10-03T21:59:06.238Z PASS [ 0.049s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
85682025-10-03T21:59:06.279Z PASS [ 0.041s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
85692025-10-03T21:59:06.332Z PASS [ 0.053s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
85702025-10-03T21:59:06.373Z PASS [ 0.041s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
85712025-10-03T21:59:06.413Z PASS [ 0.040s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
85722025-10-03T21:59:06.457Z PASS [ 0.044s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
85732025-10-03T21:59:06.487Z PASS [ 1.297s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
85742025-10-03T21:59:06.512Z PASS [ 0.046s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
85752025-10-03T21:59:06.558Z PASS [ 0.055s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
85762025-10-03T21:59:06.610Z PASS [ 0.052s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
85772025-10-03T21:59:07.023Z PASS [ 0.412s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
85782025-10-03T21:59:07.332Z PASS [ 1.353s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
85792025-10-03T21:59:07.387Z PASS [ 0.056s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
85802025-10-03T21:59:07.461Z PASS [ 0.073s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
85812025-10-03T21:59:07.507Z PASS [ 0.046s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
85822025-10-03T21:59:07.617Z PASS [ 0.110s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
85832025-10-03T21:59:08.422Z PASS [ 0.805s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
85842025-10-03T21:59:08.477Z PASS [ 0.054s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
85852025-10-03T21:59:08.547Z PASS [ 1.524s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
85862025-10-03T21:59:08.591Z PASS [ 0.114s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
85872025-10-03T21:59:08.591Z PASS [ 0.044s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
85882025-10-03T21:59:08.639Z PASS [ 0.048s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
85892025-10-03T21:59:08.687Z PASS [ 0.048s] sled-agent-config-reconciler ledger::tests::read_existing_config
85902025-10-03T21:59:08.712Z PASS [ 0.096s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
85912025-10-03T21:59:08.737Z PASS [ 0.048s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
85922025-10-03T21:59:08.737Z PASS [ 9.127s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
85932025-10-03T21:59:08.766Z PASS [ 0.056s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
85942025-10-03T21:59:08.790Z PASS [ 0.050s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
85952025-10-03T21:59:08.791Z PASS [ 0.051s] sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
85962025-10-03T21:59:08.815Z PASS [ 0.054s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
85972025-10-03T21:59:08.840Z PASS [ 0.053s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
85982025-10-03T21:59:09.770Z PASS [ 25.689s] oximeter-db::integration_test test_cluster
85992025-10-03T21:59:11.420Z PASS [ 2.633s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
86002025-10-03T21:59:12.508Z PASS [ 9.497s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
86012025-10-03T21:59:12.541Z PASS [ 0.033s] sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
86022025-10-03T21:59:12.565Z PASS [ 3.749s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
86032025-10-03T21:59:12.590Z PASS [ 0.036s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
86042025-10-03T21:59:12.590Z PASS [ 0.043s] sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
86052025-10-03T21:59:12.623Z PASS [ 0.039s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
86062025-10-03T21:59:12.648Z PASS [ 0.044s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
86072025-10-03T21:59:12.673Z PASS [ 0.038s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
86082025-10-03T21:59:12.673Z PASS [ 0.040s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
86092025-10-03T21:59:12.702Z PASS [ 0.038s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
86102025-10-03T21:59:12.727Z PASS [ 0.039s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
86112025-10-03T21:59:12.752Z PASS [ 0.041s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
86122025-10-03T21:59:12.752Z PASS [ 0.043s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
86132025-10-03T21:59:12.845Z PASS [ 0.101s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
86142025-10-03T21:59:12.845Z PASS [ 0.099s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
86152025-10-03T21:59:12.897Z PASS [ 0.052s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
86162025-10-03T21:59:12.922Z PASS [ 0.055s] sled-agent-types rack_init::tests::parse_rack_initialization
86172025-10-03T21:59:12.946Z PASS [ 0.029s] sled-agent-types rack_init::tests::test_subnets
86182025-10-03T21:59:12.971Z PASS [ 0.062s] sled-agent-types rack_init::tests::test_extra_certs
86192025-10-03T21:59:12.996Z PASS [ 0.043s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
86202025-10-03T21:59:13.021Z PASS [ 0.037s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
86212025-10-03T21:59:13.021Z PASS [ 0.035s] sled-agent-types zone_bundle::tests::test_compare_bundles
86222025-10-03T21:59:13.046Z PASS [ 0.028s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
86232025-10-03T21:59:13.046Z PASS [ 0.039s] sled-agent-types zone_bundle::tests::test_priority_dimension
86242025-10-03T21:59:13.070Z PASS [ 0.034s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
86252025-10-03T21:59:13.175Z PASS [ 0.139s] sled-agent-zone-images mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
86262025-10-03T21:59:13.199Z PASS [ 0.106s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
86272025-10-03T21:59:13.224Z PASS [ 0.038s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
86282025-10-03T21:59:13.224Z PASS [ 0.041s] sled-agent-zone-images mupdate_override::tests::clear_boot_not_present
86292025-10-03T21:59:13.257Z PASS [ 0.044s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
86302025-10-03T21:59:13.282Z PASS [ 0.040s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_matches_present
86312025-10-03T21:59:13.306Z PASS [ 0.038s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
86322025-10-03T21:59:13.306Z PASS [ 0.039s] sled-agent-zone-images mupdate_override::tests::clear_file_io_error
86332025-10-03T21:59:13.337Z PASS [ 0.041s] sled-agent-zone-images mupdate_override::tests::clear_no_status
86342025-10-03T21:59:13.337Z PASS [ 0.040s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_absent_other_present
86352025-10-03T21:59:13.375Z PASS [ 0.038s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_disk_missing
86362025-10-03T21:59:13.400Z PASS [ 0.040s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_disk_read_error
86372025-10-03T21:59:13.425Z PASS [ 3.631s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
86382025-10-03T21:59:13.425Z PASS [ 0.035s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_matches_absent
86392025-10-03T21:59:13.425Z PASS [ 0.036s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_read_error
86402025-10-03T21:59:13.450Z PASS [ 0.036s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
86412025-10-03T21:59:13.450Z PASS [ 0.034s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
86422025-10-03T21:59:13.450Z PASS [ 0.038s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
86432025-10-03T21:59:13.480Z PASS [ 0.043s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
86442025-10-03T21:59:13.505Z PASS [ 0.042s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
86452025-10-03T21:59:13.505Z PASS [ 0.044s] sled-agent-zone-images mupdate_override::tests::read_both_absent
86462025-10-03T21:59:13.530Z PASS [ 0.043s] sled-agent-zone-images mupdate_override::tests::read_both_present
86472025-10-03T21:59:13.555Z PASS [ 0.038s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
86482025-10-03T21:59:13.555Z PASS [ 0.042s] sled-agent-zone-images mupdate_override::tests::read_different_values
86492025-10-03T21:59:13.580Z PASS [ 0.042s] sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
86502025-10-03T21:59:13.580Z PASS [ 0.051s] sled-agent-zone-images source_resolver::tests::file_source_with_errors
86512025-10-03T21:59:13.580Z PASS [ 0.044s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override
86522025-10-03T21:59:13.610Z PASS [ 0.036s] sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
86532025-10-03T21:59:13.635Z PASS [ 0.042s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
86542025-10-03T21:59:13.636Z PASS [ 0.048s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override_error
86552025-10-03T21:59:13.660Z PASS [ 0.036s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
86562025-10-03T21:59:13.660Z PASS [ 0.040s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
86572025-10-03T21:59:13.685Z PASS [ 0.056s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
86582025-10-03T21:59:13.709Z PASS [ 0.040s] sled-agent-zone-images zone_manifest::tests::read_success
86592025-10-03T21:59:14.151Z PASS [ 5.300s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
86602025-10-03T21:59:16.181Z PASS [ 4.761s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
86612025-10-03T21:59:16.235Z PASS [ 0.054s] sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
86622025-10-03T21:59:16.271Z PASS [ 0.036s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
86632025-10-03T21:59:16.335Z PASS [ 0.064s] sled-diagnostics queries::test::test_command_stderr_is_correct
86642025-10-03T21:59:16.377Z PASS [ 0.042s] sled-diagnostics queries::test::test_command_stdout_is_correct
86652025-10-03T21:59:16.431Z PASS [ 0.054s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
86662025-10-03T21:59:16.967Z PASS [ 0.536s] sled-diagnostics queries::test::test_long_running_command_is_aborted
86672025-10-03T21:59:17.031Z PASS [ 0.064s] sled-hardware disk::test::test_disk_paths
86682025-10-03T21:59:17.059Z PASS [ 0.028s] sled-hardware disk::test::test_partition_device_paths
86692025-10-03T21:59:17.143Z PASS [ 0.084s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
86702025-10-03T21:59:17.183Z PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
86712025-10-03T21:59:17.215Z PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
86722025-10-03T21:59:17.248Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
86732025-10-03T21:59:17.293Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
86742025-10-03T21:59:17.322Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
86752025-10-03T21:59:17.356Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
86762025-10-03T21:59:17.387Z PASS [ 0.031s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
86772025-10-03T21:59:17.493Z PASS [ 0.106s] sled-storage dataset::test::serialize_dataset_name
86782025-10-03T21:59:17.577Z PASS [ 0.083s] sled-storage manager::test::test_datasets_schema
86792025-10-03T21:59:17.611Z PASS [ 0.034s] sled-storage manager::test::test_omicron_physical_disks_schema
86802025-10-03T21:59:18.303Z PASS [ 4.611s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
86812025-10-03T21:59:18.395Z PASS [ 4.718s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
86822025-10-03T21:59:18.452Z PASS [ 0.057s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
86832025-10-03T21:59:18.477Z PASS [ 4.814s] sled-diagnostics logs::illumos_tests::collect_current_logs
86842025-10-03T21:59:18.941Z PASS [ 4.803s] sled-diagnostics logs::illumos_tests::log_snapshots_work
86852025-10-03T21:59:19.889Z PASS [ 1.591s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
86862025-10-03T21:59:20.779Z PASS [ 3.169s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
86872025-10-03T21:59:21.337Z PASS [ 2.864s] sled-storage manager::tests::ensure_datasets
86882025-10-03T21:59:21.398Z PASS [ 0.060s] sled-storage manager::tests::ensure_using_exactly_these_disks
86892025-10-03T21:59:22.259Z PASS [ 3.807s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
86902025-10-03T21:59:22.371Z PASS [ 3.430s] sled-storage manager::tests::ensure_datasets_get_mounted
86912025-10-03T21:59:23.121Z PASS [ 3.232s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
86922025-10-03T21:59:24.500Z PASS [ 3.103s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
86932025-10-03T21:59:24.645Z PASS [ 1.524s] sled-storage manager::tests::update_rawdisk_firmware
86942025-10-03T21:59:25.205Z PASS [ 18.722s] sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
86952025-10-03T21:59:25.647Z PASS [ 3.277s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
86962025-10-03T21:59:25.802Z PASS [ 3.543s] sled-storage manager::tests::nested_dataset
86972025-10-03T21:59:25.850Z PASS [ 0.047s] trust-quorum crypto::tests::rack_secrets_decryption_failure
86982025-10-03T21:59:25.891Z PASS [ 0.041s] trust-quorum crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
86992025-10-03T21:59:26.280Z PASS [ 0.389s] trust-quorum node::tests::initial_configuration
87002025-10-03T21:59:26.323Z PASS [ 0.043s] trust-quorum rack_secret_loader::tests::test_load_rack_secrets
87012025-10-03T21:59:26.541Z PASS [ 0.216s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
87022025-10-03T21:59:26.764Z PASS [ 0.224s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
87032025-10-03T21:59:26.875Z PASS [ 1.670s] sled-storage manager::tests::wait_for_boot_disk
87042025-10-03T21:59:26.900Z PASS [ 1.249s] trust-quorum crypto::tests::rack_secret_test
87052025-10-03T21:59:27.454Z PASS [ 2.954s] sled-storage manager::tests::upsert_filesystem
87062025-10-03T21:59:27.710Z PASS [ 3.066s] sled-storage manager::tests::upsert_filesystem_no_uuid
87072025-10-03T21:59:27.799Z PASS [ 0.089s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
87082025-10-03T21:59:27.901Z PASS [ 0.101s] update-common artifacts::update_plan::tests::test_bad_rot_versions
87092025-10-03T21:59:27.930Z PASS [ 1.056s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
87102025-10-03T21:59:27.955Z PASS [ 1.036s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
87112025-10-03T21:59:27.992Z PASS [ 0.059s] update-common artifacts::update_plan::tests::test_split_control_plane
87122025-10-03T21:59:28.017Z PASS [ 0.100s] update-common artifacts::update_plan::tests::test_multi_rot_bord
87132025-10-03T21:59:28.042Z PASS [ 0.112s] update-common artifacts::update_plan::tests::test_multi_rot_version
87142025-10-03T21:59:28.043Z PASS [ 0.051s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
87152025-10-03T21:59:28.073Z PASS [ 0.072s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
87162025-10-03T21:59:28.148Z PASS [ 0.105s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
87172025-10-03T21:59:28.185Z PASS [ 0.036s] update-engine display::line_display_shared::tests::test_format_progress_counter
87182025-10-03T21:59:28.231Z PASS [ 0.046s] update-engine display::line_display_shared::tests::test_start_line
87192025-10-03T21:59:28.256Z PASS [ 0.168s] update-engine display::group_display::tests::test_stats
87202025-10-03T21:59:28.280Z PASS [ 0.038s] update-engine engine::tests::error_exits_early
87212025-10-03T21:59:28.305Z PASS [ 0.048s] update-engine events::tests::progress_event_parse_unknown
87222025-10-03T21:59:28.330Z PASS [ 0.037s] update-engine events::tests::step_event_parse_unknown
87232025-10-03T21:59:28.330Z PASS [ 0.031s] update-engine spec::tests::test_merge_anyhow_list
87242025-10-03T21:59:28.357Z PASS [ 0.036s] wicket state::inventory::tests::component_id_display
87252025-10-03T21:59:28.382Z PASS [ 0.338s] update-engine buffer::tests::test_buffer
87262025-10-03T21:59:28.406Z PASS [ 0.033s] wicket state::rack::tests::prev_next_are_opposites
87272025-10-03T21:59:28.431Z PASS [ 0.028s] wicket state::rack::tests::up_down_are_opposites
87282025-10-03T21:59:28.456Z PASS [ 0.139s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
87292025-10-03T21:59:28.524Z PASS [ 0.115s] wicket-common rack_setup::tests::roundtrip_import_export_policy
87302025-10-03T21:59:28.555Z PASS [ 0.109s] wicketd installinator_progress::tests::test_states
87312025-10-03T21:59:28.603Z PASS [ 0.078s] wicketd rss_config::tests::test_bgp_auth_key_states
87322025-10-03T21:59:28.772Z PASS [ 0.382s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
87332025-10-03T21:59:30.084Z PASS [ 1.528s] wicketd::mod integration_tests::inventory::test_inventory
87342025-10-03T21:59:30.948Z PASS [ 3.495s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
87352025-10-03T21:59:31.032Z PASS [ 2.261s] wicketd::mod integration_tests::updates::test_installinator_fetch_no_installinator_document
87362025-10-03T21:59:31.132Z PASS [ 2.530s] wicketd::mod integration_tests::updates::test_installinator_fetch
87372025-10-03T21:59:31.647Z PASS [ 1.564s] wicketd::mod integration_tests::updates::test_update_races
87382025-10-03T21:59:32.747Z PASS [ 11.969s] sled-storage manager::tests::ensure_many_datasets
87392025-10-03T21:59:33.440Z PASS [ 2.492s] wicketd::mod integration_tests::updates::test_updates
87402025-10-03T22:00:26.756Z SLOW [> 60.000s] trust-quorum::cluster test_trust_quorum_protocol
87412025-10-03T22:01:26.748Z SLOW [>120.000s] trust-quorum::cluster test_trust_quorum_protocol
87422025-10-03T22:01:52.762Z PASS [ 146.022s] trust-quorum::cluster test_trust_quorum_protocol
87432025-10-03T22:01:52.787Z────────────
87442025-10-03T22:01:52.787Z Summary [4248.247s] 2254 tests run: 2254 passed (38 slow), 3 skipped
87452025-10-03T22:01:52.892Z
87462025-10-03T22:01:52.892Zreal 1:11:16.903620379
87472025-10-03T22:01:52.892Zuser 6:20:23.840381764
87482025-10-03T22:01:52.892Zsys 1:18:28.311931471
87492025-10-03T22:01:52.892Ztrap 3:26.858292571
87502025-10-03T22:01:52.892Ztflt 16.092845421
87512025-10-03T22:01:52.917Zdflt 59.522463608
87522025-10-03T22:01:52.917Zkflt 0.271455361
87532025-10-03T22:01:52.917Zlock 1675:06:52.817655561
87542025-10-03T22:01:52.917Zslp 129:26:10.023160841
87552025-10-03T22:01:52.917Zlat 5:30:58.352623971
87562025-10-03T22:01:52.917Zstop 1:02:27.229834955
87572025-10-03T22:01:52.917Z+ banner doctest
87582025-10-03T22:01:52.917Z
87592025-10-03T22:01:52.917Z ##### #### #### ##### ###### #### #####
87602025-10-03T22:01:52.917Z # # # # # # # # # #
87612025-10-03T22:01:52.917Z # # # # # # ##### #### #
87622025-10-03T22:01:52.917Z # # # # # # # # #
87632025-10-03T22:01:52.917Z # # # # # # # # # # #
87642025-10-03T22:01:52.917Z ##### #### #### # ###### #### #
87652025-10-03T22:01:52.918Z
87662025-10-03T22:01:52.918Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
87672025-10-03T22:01:56.242Z Fresh unicode-ident v1.0.18
87682025-10-03T22:01:56.242Z Fresh cfg-if v1.0.1
87692025-10-03T22:01:56.315Z Fresh autocfg v1.4.0
87702025-10-03T22:01:56.315Z Fresh memchr v2.7.4
87712025-10-03T22:01:56.315Z Fresh proc-macro2 v1.0.101
87722025-10-03T22:01:56.315Z Fresh value-bag v1.9.0
87732025-10-03T22:01:56.315Z Fresh smallvec v1.15.1
87742025-10-03T22:01:56.315Z Fresh version_check v0.9.5
87752025-10-03T22:01:56.315Z Fresh quote v1.0.40
87762025-10-03T22:01:56.315Z Fresh libc v0.2.174
87772025-10-03T22:01:56.315Z Fresh serde_core v1.0.226
87782025-10-03T22:01:56.315Z Fresh log v0.4.27
87792025-10-03T22:01:56.315Z Fresh scopeguard v1.2.0
87802025-10-03T22:01:56.315Z Fresh itoa v1.0.11
87812025-10-03T22:01:56.315Z Fresh syn v2.0.106
87822025-10-03T22:01:56.315Z Fresh lock_api v0.4.12
87832025-10-03T22:01:56.315Z Fresh getrandom v0.2.15
87842025-10-03T22:01:56.315Z Fresh stable_deref_trait v1.2.0
87852025-10-03T22:01:56.315Z Fresh ryu v1.0.18
87862025-10-03T22:01:56.315Z Fresh serde_derive v1.0.226
87872025-10-03T22:01:56.315Z Fresh libm v0.2.8
87882025-10-03T22:01:56.315Z Fresh zeroize_derive v1.4.2
87892025-10-03T22:01:56.315Z Fresh synstructure v0.13.1
87902025-10-03T22:01:56.315Z Fresh zerovec-derive v0.10.3
87912025-10-03T22:01:56.315Z Fresh serde v1.0.226
87922025-10-03T22:01:56.315Z Fresh num-traits v0.2.19
87932025-10-03T22:01:56.315Z Fresh zeroize v1.8.1
87942025-10-03T22:01:56.315Z Fresh zerofrom-derive v0.1.4
87952025-10-03T22:01:56.315Z Fresh yoke-derive v0.7.4
87962025-10-03T22:01:56.315Z Fresh serde_json v1.0.145
87972025-10-03T22:01:56.315Z Fresh displaydoc v0.2.5
87982025-10-03T22:01:56.315Z Fresh bytes v1.10.1
87992025-10-03T22:01:56.316Z Fresh bitflags v2.9.4
88002025-10-03T22:01:56.316Z Fresh zerofrom v0.1.4
88012025-10-03T22:01:56.316Z Fresh portable-atomic v1.11.0
88022025-10-03T22:01:56.316Z Fresh fnv v1.0.7
88032025-10-03T22:01:56.316Z Fresh litemap v0.7.3
88042025-10-03T22:01:56.316Z Fresh percent-encoding v2.3.2
88052025-10-03T22:01:56.316Z Fresh yoke v0.7.4
88062025-10-03T22:01:56.316Z Fresh critical-section v1.1.3
88072025-10-03T22:01:56.316Z Fresh writeable v0.5.5
88082025-10-03T22:01:56.316Z Fresh icu_provider_macros v1.5.0
88092025-10-03T22:01:56.316Z Fresh regex-syntax v0.8.5
88102025-10-03T22:01:56.316Z Fresh pin-project-lite v0.2.14
88112025-10-03T22:01:56.316Z Fresh allocator-api2 v0.2.21
88122025-10-03T22:01:56.316Z Fresh zerovec v0.10.4
88132025-10-03T22:01:56.316Z Fresh once_cell v1.21.3
88142025-10-03T22:01:56.316Z Fresh getrandom v0.3.1
88152025-10-03T22:01:56.316Z Fresh icu_locid_transform_data v1.5.0
88162025-10-03T22:01:56.316Z Fresh shlex v1.3.0
88172025-10-03T22:01:56.316Z Fresh icu_properties_data v1.5.0
88182025-10-03T22:01:56.316Z Fresh equivalent v1.0.2
88192025-10-03T22:01:56.316Z Fresh semver v1.0.27
88202025-10-03T22:01:56.316Z Fresh tinystr v0.7.6
88212025-10-03T22:01:56.316Z Fresh icu_collections v1.5.0
88222025-10-03T22:01:56.316Z Fresh utf8_iter v1.0.4
88232025-10-03T22:01:56.316Z Fresh icu_normalizer_data v1.5.0
88242025-10-03T22:01:56.316Z Fresh utf16_iter v1.0.5
88252025-10-03T22:01:56.316Z Fresh write16 v1.0.0
88262025-10-03T22:01:56.316Z Fresh form_urlencoded v1.2.2
88272025-10-03T22:01:56.316Z Fresh icu_locid v1.5.0
88282025-10-03T22:01:56.316Z Fresh rand_core v0.6.4
88292025-10-03T22:01:56.316Z Fresh jobserver v0.1.32
88302025-10-03T22:01:56.316Z Fresh errno v0.3.12
88312025-10-03T22:01:56.316Z Fresh aho-corasick v1.1.3
88322025-10-03T22:01:56.316Z Fresh subtle v2.6.1
88332025-10-03T22:01:56.316Z Fresh byteorder v1.5.0
88342025-10-03T22:01:56.316Z Fresh icu_provider v1.5.0
88352025-10-03T22:01:56.316Z Fresh parking_lot_core v0.9.10
88362025-10-03T22:01:56.316Z Fresh cc v1.2.30
88372025-10-03T22:01:56.316Z Fresh regex-automata v0.4.11
88382025-10-03T22:01:56.317Z Fresh signal-hook-registry v1.4.2
88392025-10-03T22:01:56.317Z Fresh heck v0.5.0
88402025-10-03T22:01:56.317Z Fresh futures-core v0.3.31
88412025-10-03T22:01:56.317Z Fresh mio v1.0.2
88422025-10-03T22:01:56.317Z Fresh icu_locid_transform v1.5.0
88432025-10-03T22:01:56.317Z Fresh parking_lot v0.12.3
88442025-10-03T22:01:56.317Z Fresh regex v1.11.3
88452025-10-03T22:01:56.317Z Fresh either v1.15.0
88462025-10-03T22:01:56.317Z Fresh hashbrown v0.16.0
88472025-10-03T22:01:56.317Z Fresh icu_properties v1.5.1
88482025-10-03T22:01:56.317Z Fresh tokio-macros v2.5.0
88492025-10-03T22:01:56.317Z Fresh socket2 v0.6.0
88502025-10-03T22:01:56.317Z Fresh iana-time-zone v0.1.63
88512025-10-03T22:01:56.317Z Fresh indexmap v2.11.4
88522025-10-03T22:01:56.317Z Fresh icu_normalizer v1.5.0
88532025-10-03T22:01:56.317Z Fresh typenum v1.17.0
88542025-10-03T22:01:56.317Z Fresh rustix v0.38.37
88552025-10-03T22:01:56.317Z Fresh tokio v1.47.0
88562025-10-03T22:01:56.317Z Fresh chrono v0.4.42
88572025-10-03T22:01:56.317Z Fresh uuid v1.18.1
88582025-10-03T22:01:56.317Z Fresh spin v0.9.8
88592025-10-03T22:01:56.317Z Fresh futures-io v0.3.31
88602025-10-03T22:01:56.317Z Fresh idna_adapter v1.2.0
88612025-10-03T22:01:56.317Z Fresh generic-array v0.14.7
88622025-10-03T22:01:56.317Z Fresh thiserror-impl v2.0.17
88632025-10-03T22:01:56.317Z Fresh zerocopy-derive v0.7.35
88642025-10-03T22:01:56.317Z Fresh thiserror-impl v1.0.69
88652025-10-03T22:01:56.317Z Fresh idna v1.0.3
88662025-10-03T22:01:56.317Z Fresh crypto-common v0.1.6
88672025-10-03T22:01:56.317Z Fresh zerocopy v0.7.35
88682025-10-03T22:01:56.317Z Fresh pkg-config v0.3.31
88692025-10-03T22:01:56.343Z Fresh lazy_static v1.5.0
88702025-10-03T22:01:56.343Z Fresh url v2.5.4
88712025-10-03T22:01:56.343Z Fresh thiserror v2.0.17
88722025-10-03T22:01:56.343Z Fresh slab v0.4.9
88732025-10-03T22:01:56.343Z Fresh thiserror v1.0.69
88742025-10-03T22:01:56.344Z Fresh serde_derive_internals v0.29.1
88752025-10-03T22:01:56.344Z Fresh dyn-clone v1.0.20
88762025-10-03T22:01:56.344Z Fresh foldhash v0.1.5
88772025-10-03T22:01:56.344Z Fresh schemars_derive v0.8.22
88782025-10-03T22:01:56.344Z Fresh const-oid v0.9.6
88792025-10-03T22:01:56.344Z Fresh hashbrown v0.15.4
88802025-10-03T22:01:56.344Z Fresh futures-sink v0.3.31
88812025-10-03T22:01:56.344Z Fresh pin-utils v0.1.0
88822025-10-03T22:01:56.344Z Fresh block-buffer v0.10.4
88832025-10-03T22:01:56.344Z Fresh futures-macro v0.3.31
88842025-10-03T22:01:56.344Z Fresh schemars v0.8.22
88852025-10-03T22:01:56.344Z Fresh futures-channel v0.3.31
88862025-10-03T22:01:56.344Z Fresh futures-task v0.3.31
88872025-10-03T22:01:56.344Z Fresh digest v0.10.7
88882025-10-03T22:01:56.344Z Fresh cpufeatures v0.2.14
88892025-10-03T22:01:56.344Z Fresh strsim v0.11.1
88902025-10-03T22:01:56.344Z Fresh ppv-lite86 v0.2.20
88912025-10-03T22:01:56.344Z Fresh futures-util v0.3.31
88922025-10-03T22:01:56.344Z Fresh tracing-core v0.1.32
88932025-10-03T22:01:56.344Z Fresh tracing-attributes v0.1.27
88942025-10-03T22:01:56.344Z Fresh http v1.3.1
88952025-10-03T22:01:56.344Z Fresh glob v0.3.2
88962025-10-03T22:01:56.344Z Fresh minimal-lexical v0.2.1
88972025-10-03T22:01:56.344Z Fresh syn v1.0.109
88982025-10-03T22:01:56.344Z Fresh tracing v0.1.40
88992025-10-03T22:01:56.344Z Fresh nom v7.1.3
89002025-10-03T22:01:56.344Z Fresh adler2 v2.0.0
89012025-10-03T22:01:56.344Z Fresh miniz_oxide v0.8.5
89022025-10-03T22:01:56.344Z Fresh libloading v0.8.5
89032025-10-03T22:01:56.344Z Fresh vcpkg v0.2.15
89042025-10-03T22:01:56.344Z Fresh cexpr v0.6.0
89052025-10-03T22:01:56.344Z Fresh prettyplease v0.2.36
89062025-10-03T22:01:56.344Z Fresh paste v1.0.15
89072025-10-03T22:01:56.344Z Fresh clang-sys v1.8.1
89082025-10-03T22:01:56.344Z Fresh crossbeam-utils v0.8.21
89092025-10-03T22:01:56.344Z Fresh powerfmt v0.2.0
89102025-10-03T22:01:56.344Z Fresh home v0.5.9
89112025-10-03T22:01:56.344Z Fresh num-conv v0.1.0
89122025-10-03T22:01:56.345Z Fresh time-core v0.1.6
89132025-10-03T22:01:56.345Z Fresh time-macros v0.2.24
89142025-10-03T22:01:56.345Z Fresh deranged v0.5.3
89152025-10-03T22:01:56.345Z Fresh serde_tokenstream v0.2.2
89162025-10-03T22:01:56.345Z Fresh num_threads v0.1.7
89172025-10-03T22:01:56.345Z Fresh block-padding v0.3.3
89182025-10-03T22:01:56.345Z Fresh itertools v0.12.1
89192025-10-03T22:01:56.345Z Fresh base64 v0.22.1
89202025-10-03T22:01:56.345Z Fresh time v0.3.43
89212025-10-03T22:01:56.345Z Fresh inout v0.1.3
89222025-10-03T22:01:56.345Z Fresh which v4.4.2
89232025-10-03T22:01:56.345Z Fresh tokio-util v0.7.15
89242025-10-03T22:01:56.345Z Fresh ipnet v2.11.0
89252025-10-03T22:01:56.345Z Fresh gimli v0.31.1
89262025-10-03T22:01:56.345Z Fresh lazycell v1.3.0
89272025-10-03T22:01:56.345Z Fresh atomic-waker v1.1.2
89282025-10-03T22:01:56.345Z Fresh rustc-hash v1.1.0
89292025-10-03T22:01:56.345Z Fresh addr2line v0.24.2
89302025-10-03T22:01:56.345Z Fresh cipher v0.4.4
89312025-10-03T22:01:56.345Z Fresh cmake v0.1.51
89322025-10-03T22:01:56.345Z Fresh object v0.36.5
89332025-10-03T22:01:56.345Z Fresh bindgen v0.69.5
89342025-10-03T22:01:56.345Z Fresh untrusted v0.9.0
89352025-10-03T22:01:56.345Z Fresh dunce v1.0.5
89362025-10-03T22:01:56.345Z Fresh fs_extra v1.3.0
89372025-10-03T22:01:56.345Z Fresh rustc-demangle v0.1.24
89382025-10-03T22:01:56.345Z Fresh base64ct v1.6.0
89392025-10-03T22:01:56.345Z Fresh httparse v1.9.5
89402025-10-03T22:01:56.345Z Fresh ring v0.17.14
89412025-10-03T22:01:56.345Z Fresh backtrace v0.3.74
89422025-10-03T22:01:56.345Z Fresh ident_case v1.0.1
89432025-10-03T22:01:56.345Z Fresh hmac v0.12.1
89442025-10-03T22:01:56.345Z Fresh sha2 v0.10.9
89452025-10-03T22:01:56.345Z Fresh anyhow v1.0.99
89462025-10-03T22:01:56.345Z Fresh rustls-pki-types v1.10.0
89472025-10-03T22:01:56.345Z Fresh http-body v1.0.1
89482025-10-03T22:01:56.345Z Fresh rand_chacha v0.3.1
89492025-10-03T22:01:56.346Z Fresh rand v0.8.5
89502025-10-03T22:01:56.346Z Fresh aws-lc-sys v0.26.0
89512025-10-03T22:01:56.346Z Fresh socket2 v0.5.10
89522025-10-03T22:01:56.346Z Fresh try-lock v0.2.5
89532025-10-03T22:01:56.346Z Fresh httpdate v1.0.3
89542025-10-03T22:01:56.346Z Fresh fastrand v2.1.1
89552025-10-03T22:01:56.346Z Fresh rustversion v1.0.22
89562025-10-03T22:01:56.346Z Fresh untrusted v0.7.1
89572025-10-03T22:01:56.346Z Fresh want v0.3.1
89582025-10-03T22:01:56.346Z Fresh h2 v0.4.6
89592025-10-03T22:01:56.346Z Fresh utf8parse v0.2.2
89602025-10-03T22:01:56.346Z Fresh tower-service v0.3.3
89612025-10-03T22:01:56.346Z Fresh pem-rfc7468 v0.7.0
89622025-10-03T22:01:56.346Z Fresh aws-lc-rs v1.12.4
89632025-10-03T22:01:56.346Z Fresh hyper v1.7.0
89642025-10-03T22:01:56.346Z Fresh serde_spanned v0.6.9
89652025-10-03T22:01:56.346Z Fresh toml_datetime v0.6.11
89662025-10-03T22:01:56.346Z Fresh mime v0.3.17
89672025-10-03T22:01:56.346Z Fresh rand_core v0.9.3
89682025-10-03T22:01:56.346Z Fresh der_derive v0.7.3
89692025-10-03T22:01:56.372Z Fresh anstyle v1.0.11
89702025-10-03T22:01:56.372Z Fresh rustls-webpki v0.102.8
89712025-10-03T22:01:56.372Z Fresh hyper-util v0.1.17
89722025-10-03T22:01:56.372Z Fresh openssl-probe v0.1.5
89732025-10-03T22:01:56.372Z Fresh flagset v0.4.6
89742025-10-03T22:01:56.372Z Fresh foreign-types-shared v0.1.1
89752025-10-03T22:01:56.372Z Fresh openssl-sys v0.9.109
89762025-10-03T22:01:56.372Z Fresh der v0.7.9
89772025-10-03T22:01:56.372Z Fresh foreign-types v0.3.2
89782025-10-03T22:01:56.372Z Fresh http-body-util v0.1.3
89792025-10-03T22:01:56.372Z Fresh pbkdf2 v0.12.2
89802025-10-03T22:01:56.372Z Fresh aes v0.8.4
89812025-10-03T22:01:56.372Z Fresh rustc_version v0.4.1
89822025-10-03T22:01:56.372Z Fresh openssl-macros v0.1.1
89832025-10-03T22:01:56.372Z Fresh async-trait v0.1.89
89842025-10-03T22:01:56.372Z Fresh slog v2.7.0
89852025-10-03T22:01:56.372Z Fresh spki v0.7.3
89862025-10-03T22:01:56.372Z Fresh anstyle-parse v0.2.5
89872025-10-03T22:01:56.372Z Fresh cbc v0.1.2
89882025-10-03T22:01:56.373Z Fresh salsa20 v0.10.2
89892025-10-03T22:01:56.373Z Fresh openssl v0.10.73
89902025-10-03T22:01:56.373Z Fresh colorchoice v1.0.2
89912025-10-03T22:01:56.373Z Fresh is_terminal_polyfill v1.70.1
89922025-10-03T22:01:56.373Z Fresh anstyle-query v1.1.1
89932025-10-03T22:01:56.373Z Fresh scrypt v0.11.0
89942025-10-03T22:01:56.373Z Fresh rand_chacha v0.9.0
89952025-10-03T22:01:56.373Z Fresh rustls v0.23.19
89962025-10-03T22:01:56.373Z Fresh anstream v0.6.18
89972025-10-03T22:01:56.373Z Fresh serde_urlencoded v0.7.1
89982025-10-03T22:01:56.373Z Fresh encoding_rs v0.8.34
89992025-10-03T22:01:56.373Z Fresh litrs v0.4.1
90002025-10-03T22:01:56.373Z Fresh tokio-rustls v0.26.0
90012025-10-03T22:01:56.373Z Fresh native-tls v0.2.12
90022025-10-03T22:01:56.373Z Fresh document-features v0.2.11
90032025-10-03T22:01:56.373Z Fresh pkcs5 v0.7.1
90042025-10-03T22:01:56.373Z Fresh rand v0.9.2
90052025-10-03T22:01:56.373Z Fresh darling_core v0.20.10
90062025-10-03T22:01:56.373Z Fresh openapiv3 v2.2.0
90072025-10-03T22:01:56.373Z Fresh sync_wrapper v1.0.1
90082025-10-03T22:01:56.373Z Fresh tower-layer v0.3.3
90092025-10-03T22:01:56.373Z Fresh psl-types v2.0.11
90102025-10-03T22:01:56.373Z Fresh camino v1.2.0
90112025-10-03T22:01:56.373Z Fresh darling_macro v0.20.10
90122025-10-03T22:01:56.373Z Fresh cookie v0.18.1
90132025-10-03T22:01:56.373Z Fresh publicsuffix v2.3.0
90142025-10-03T22:01:56.373Z Fresh tower v0.5.2
90152025-10-03T22:01:56.373Z Fresh tokio-native-tls v0.3.1
90162025-10-03T22:01:56.373Z Fresh pkcs8 v0.10.2
90172025-10-03T22:01:56.373Z Fresh rustls-native-certs v0.8.1
90182025-10-03T22:01:56.373Z Fresh webpki-roots v1.0.1
90192025-10-03T22:01:56.373Z Fresh terminal_size v0.4.0
90202025-10-03T22:01:56.373Z Fresh iri-string v0.7.8
90212025-10-03T22:01:56.373Z Fresh rustix v1.0.7
90222025-10-03T22:01:56.373Z Fresh hyper-tls v0.6.0
90232025-10-03T22:01:56.373Z Fresh hyper-rustls v0.27.7
90242025-10-03T22:01:56.373Z Fresh cookie_store v0.21.1
90252025-10-03T22:01:56.373Z Fresh darling v0.20.10
90262025-10-03T22:01:56.373Z Fresh clap_lex v0.7.4
90272025-10-03T22:01:56.373Z Fresh clap_derive v4.5.47
90282025-10-03T22:01:56.374Z Fresh tower-http v0.6.6
90292025-10-03T22:01:56.374Z Fresh clap_builder v4.5.48
90302025-10-03T22:01:56.374Z Fresh ucd-trie v0.1.7
90312025-10-03T22:01:56.374Z Fresh tempfile v3.20.0
90322025-10-03T22:01:56.374Z Fresh ipnetwork v0.21.1
90332025-10-03T22:01:56.374Z Fresh data-encoding v2.9.0
90342025-10-03T22:01:56.374Z Fresh scroll_derive v0.12.0
90352025-10-03T22:01:56.374Z Fresh reqwest v0.12.22
90362025-10-03T22:01:56.374Z Fresh pest v2.8.2
90372025-10-03T22:01:56.374Z Fresh clap v4.5.48
90382025-10-03T22:01:56.374Z Fresh zerocopy-derive v0.8.27
90392025-10-03T22:01:56.374Z Fresh winnow v0.5.40
90402025-10-03T22:01:56.374Z Fresh tinyvec_macros v0.1.1
90412025-10-03T22:01:56.374Z Fresh unicode-segmentation v1.12.0
90422025-10-03T22:01:56.374Z Fresh pest_meta v2.8.2
90432025-10-03T22:01:56.374Z Fresh toml_edit v0.19.15
90442025-10-03T22:01:56.374Z Fresh zerocopy v0.8.27
90452025-10-03T22:01:56.374Z Fresh tinyvec v1.8.0
90462025-10-03T22:01:56.374Z Fresh scroll v0.12.0
90472025-10-03T22:01:56.374Z Fresh signature v2.2.0
90482025-10-03T22:01:56.374Z Fresh plain v0.2.3
90492025-10-03T22:01:56.374Z Fresh winnow v0.7.13
90502025-10-03T22:01:56.374Z Fresh pest_generator v2.8.2
90512025-10-03T22:01:56.374Z Fresh goblin v0.8.2
90522025-10-03T22:01:56.374Z Fresh pretty-hex v0.4.1
90532025-10-03T22:01:56.374Z Fresh quick-error v1.2.3
90542025-10-03T22:01:56.374Z Fresh thread-id v4.2.2
90552025-10-03T22:01:56.374Z Fresh sha1 v0.10.6
90562025-10-03T22:01:56.374Z Fresh num-integer v0.1.46
90572025-10-03T22:01:56.374Z Fresh pest_derive v2.8.2
90582025-10-03T22:01:56.374Z Fresh dof v0.3.0
90592025-10-03T22:01:56.374Z Fresh bit-vec v0.8.0
90602025-10-03T22:01:56.374Z Fresh crossbeam-epoch v0.9.18
90612025-10-03T22:01:56.374Z Fresh bstr v1.10.0
90622025-10-03T22:01:56.374Z Fresh wait-timeout v0.2.0
90632025-10-03T22:01:56.374Z Fresh crc32fast v1.4.2
90642025-10-03T22:01:56.374Z Fresh dtrace-parser v0.2.0
90652025-10-03T22:01:56.374Z Fresh bit-set v0.8.0
90662025-10-03T22:01:56.374Z Fresh base16ct v0.2.0
90672025-10-03T22:01:56.375Z Fresh static_assertions v1.1.0
90682025-10-03T22:01:56.375Z Fresh oxnet v0.1.3
90692025-10-03T22:01:56.401Z Fresh hubpack_derive v0.1.1
90702025-10-03T22:01:56.401Z Fresh itertools v0.13.0
90712025-10-03T22:01:56.401Z Fresh ff v0.13.0
90722025-10-03T22:01:56.401Z Fresh usdt-impl v0.5.0
90732025-10-03T22:01:56.401Z Fresh sec1 v0.7.3
90742025-10-03T22:01:56.401Z Fresh memmap v0.7.0
90752025-10-03T22:01:56.402Z Fresh toml_write v0.1.2
90762025-10-03T22:01:56.402Z Fresh group v0.13.0
90772025-10-03T22:01:56.402Z Fresh hubpack v0.1.2
90782025-10-03T22:01:56.402Z Fresh rusty-fork v0.3.0
90792025-10-03T22:01:56.402Z Fresh num-iter v0.1.45
90802025-10-03T22:01:56.402Z Fresh usdt-attr-macro v0.5.0
90812025-10-03T22:01:56.402Z Fresh usdt-macro v0.5.0
90822025-10-03T22:01:56.402Z Fresh toml_edit v0.22.27
90832025-10-03T22:01:56.402Z Fresh rand_xorshift v0.4.0
90842025-10-03T22:01:56.402Z Fresh hkdf v0.12.4
90852025-10-03T22:01:56.402Z Fresh crypto-bigint v0.5.5
90862025-10-03T22:01:56.402Z Fresh unarray v0.1.4
90872025-10-03T22:01:56.402Z Fresh zlib-rs v0.5.1
90882025-10-03T22:01:56.402Z Fresh usdt v0.5.0
90892025-10-03T22:01:56.402Z Fresh bitflags v1.3.2
90902025-10-03T22:01:56.402Z Fresh proptest v1.7.0
90912025-10-03T22:01:56.402Z Fresh elliptic-curve v0.13.8
90922025-10-03T22:01:56.402Z Fresh libz-rs-sys v0.5.1
90932025-10-03T22:01:56.402Z Fresh derive_builder_core v0.20.2
90942025-10-03T22:01:56.402Z Fresh strum_macros v0.26.4
90952025-10-03T22:01:56.402Z Fresh siphasher v0.3.11
90962025-10-03T22:01:56.402Z Fresh strum v0.26.3
90972025-10-03T22:01:56.402Z Fresh derive_builder_macro v0.20.2
90982025-10-03T22:01:56.402Z Fresh flate2 v1.1.2
90992025-10-03T22:01:56.402Z Fresh pkcs1 v0.7.5
91002025-10-03T22:01:56.402Z Fresh phf_shared v0.11.2
91012025-10-03T22:01:56.402Z Fresh num-bigint-dig v0.8.4
91022025-10-03T22:01:56.402Z Fresh cfg_aliases v0.2.1
91032025-10-03T22:01:56.402Z Fresh newtype-uuid v1.2.4
91042025-10-03T22:01:56.402Z Fresh rsa v0.9.6
91052025-10-03T22:01:56.402Z Fresh bzip2-sys v0.1.13+1.0.8
91062025-10-03T22:01:56.402Z Fresh derive_builder v0.20.2
91072025-10-03T22:01:56.402Z Fresh unicode-normalization v0.1.24
91082025-10-03T22:01:56.402Z Fresh toml v0.7.8
91092025-10-03T22:01:56.402Z Fresh rfc6979 v0.4.0
91102025-10-03T22:01:56.402Z Fresh enum-as-inner v0.6.1
91112025-10-03T22:01:56.402Z Fresh curve25519-dalek-derive v0.1.1
91122025-10-03T22:01:56.402Z Fresh daft-derive v0.1.4
91132025-10-03T22:01:56.402Z Fresh env_filter v0.1.2
91142025-10-03T22:01:56.403Z Fresh managed v0.8.0
91152025-10-03T22:01:56.403Z Fresh signal-hook v0.3.18
91162025-10-03T22:01:56.403Z Fresh curve25519-dalek v4.1.3
91172025-10-03T22:01:56.403Z Fresh ecdsa v0.16.9
91182025-10-03T22:01:56.403Z Fresh daft v0.1.4
91192025-10-03T22:01:56.403Z Fresh env_logger v0.11.5
91202025-10-03T22:01:56.403Z Fresh memoffset v0.9.1
91212025-10-03T22:01:56.403Z Fresh ahash v0.8.12
91222025-10-03T22:01:56.403Z Fresh x509-cert v0.2.5
91232025-10-03T22:01:56.403Z Fresh itertools v0.10.5
91242025-10-03T22:01:56.403Z Fresh cargo-platform v0.1.8
91252025-10-03T22:01:56.403Z Fresh precomputed-hash v0.1.1
91262025-10-03T22:01:56.403Z Fresh fixedbitset v0.4.2
91272025-10-03T22:01:56.403Z Fresh new_debug_unreachable v1.0.6
91282025-10-03T22:01:56.403Z Fresh cargo_metadata v0.19.2
91292025-10-03T22:01:56.403Z Fresh vergen-lib v0.1.6
91302025-10-03T22:01:56.403Z Fresh ed25519 v2.2.3
91312025-10-03T22:01:56.403Z Fresh petgraph v0.6.5
91322025-10-03T22:01:56.403Z Fresh string_cache v0.8.9
91332025-10-03T22:01:56.403Z Fresh ed25519-dalek v2.1.1
91342025-10-03T22:01:56.403Z Fresh vergen v9.0.6
91352025-10-03T22:01:56.403Z Fresh zstd-sys v2.0.14+zstd.1.5.7
91362025-10-03T22:01:56.403Z Fresh signal-hook-mio v0.2.4
91372025-10-03T22:01:56.403Z Fresh bzip2 v0.4.4
91382025-10-03T22:01:56.403Z Fresh ref-cast-impl v1.0.24
91392025-10-03T22:01:56.403Z Fresh rustc-hash v2.1.1
91402025-10-03T22:01:56.403Z Fresh lalrpop-util v0.19.12
91412025-10-03T22:01:56.403Z Fresh hash32 v0.2.1
91422025-10-03T22:01:56.403Z Fresh zip v0.6.6
91432025-10-03T22:01:56.403Z Fresh zstd-safe v7.2.3
91442025-10-03T22:01:56.403Z Fresh ref-cast v1.0.24
91452025-10-03T22:01:56.403Z Fresh winnow v0.6.26
91462025-10-03T22:01:56.403Z Fresh predicates-core v1.0.8
91472025-10-03T22:01:56.403Z Fresh bumpalo v3.16.0
91482025-10-03T22:01:56.403Z Fresh lockfree-object-pool v0.1.6
91492025-10-03T22:01:56.403Z Fresh unicode-bidi v0.3.17
91502025-10-03T22:01:56.403Z Fresh simd-adler32 v0.3.7
91512025-10-03T22:01:56.403Z Fresh unicode-properties v0.1.3
91522025-10-03T22:01:56.403Z Fresh zstd v0.13.3
91532025-10-03T22:01:56.404Z Fresh heapless v0.7.17
91542025-10-03T22:01:56.404Z Fresh zopfli v0.8.1
91552025-10-03T22:01:56.404Z Fresh stringprep v0.1.5
91562025-10-03T22:01:56.404Z Fresh crossterm v0.28.1
91572025-10-03T22:01:56.404Z Fresh hickory-proto v0.25.2
91582025-10-03T22:01:56.404Z Fresh bzip2 v0.5.2
91592025-10-03T22:01:56.404Z Fresh similar v2.7.0
91602025-10-03T22:01:56.404Z Fresh tokio-stream v0.1.17
91612025-10-03T22:01:56.404Z Fresh md-5 v0.10.6
91622025-10-03T22:01:56.404Z Fresh strum_macros v0.27.2
91632025-10-03T22:01:56.404Z Fresh float-cmp v0.10.0
91642025-10-03T22:01:56.404Z Fresh normalize-line-endings v0.3.0
91652025-10-03T22:01:56.404Z Fresh fallible-iterator v0.2.0
91662025-10-03T22:01:56.404Z Fresh difflib v0.4.0
91672025-10-03T22:01:56.404Z Fresh zip v4.2.0
91682025-10-03T22:01:56.404Z Fresh strum v0.27.2
91692025-10-03T22:01:56.430Z Fresh predicates v3.1.3
91702025-10-03T22:01:56.430Z Fresh postgres-protocol v0.6.8
91712025-10-03T22:01:56.430Z Fresh nix v0.29.0
91722025-10-03T22:01:56.430Z Fresh buf-list v1.0.3
91732025-10-03T22:01:56.430Z Fresh smoltcp v0.9.1
91742025-10-03T22:01:56.430Z Fresh serde-big-array v0.5.1
91752025-10-03T22:01:56.430Z Fresh serde_repr v0.1.19
91762025-10-03T22:01:56.430Z Fresh peg-runtime v0.8.5
91772025-10-03T22:01:56.430Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
91782025-10-03T22:01:56.430Z Fresh postgres-types v0.2.9
91792025-10-03T22:01:56.430Z Fresh phf v0.11.2
91802025-10-03T22:01:56.430Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
91812025-10-03T22:01:56.430Z Fresh whoami v1.5.2
91822025-10-03T22:01:56.430Z Fresh foldhash v0.2.0
91832025-10-03T22:01:56.430Z Fresh tokio-postgres v0.7.13
91842025-10-03T22:01:56.430Z Fresh iddqd v0.3.13
91852025-10-03T22:01:56.430Z Fresh regress v0.10.4
91862025-10-03T22:01:56.430Z Fresh futures-executor v0.3.31
91872025-10-03T22:01:56.430Z Fresh unsafe-libyaml v0.2.11
91882025-10-03T22:01:56.430Z Fresh crossbeam-channel v0.5.15
91892025-10-03T22:01:56.430Z Fresh is-terminal v0.4.13
91902025-10-03T22:01:56.430Z Fresh fs-err v3.1.1
91912025-10-03T22:01:56.430Z Fresh futures v0.3.31
91922025-10-03T22:01:56.430Z Fresh serde_yaml v0.9.34+deprecated
91932025-10-03T22:01:56.431Z Fresh typify-impl v0.4.3
91942025-10-03T22:01:56.431Z Fresh thread_local v1.1.8
91952025-10-03T22:01:56.431Z Fresh take_mut v0.2.2
91962025-10-03T22:01:56.431Z Fresh term v1.1.0
91972025-10-03T22:01:56.431Z Fresh typify-macro v0.4.3
91982025-10-03T22:01:56.431Z Fresh slog-term v2.9.2
91992025-10-03T22:01:56.431Z Fresh match_cfg v0.1.0
92002025-10-03T22:01:56.431Z Fresh hex v0.4.3
92012025-10-03T22:01:56.431Z Fresh structmeta-derive v0.3.0
92022025-10-03T22:01:56.431Z Fresh debug-ignore v1.0.5
92032025-10-03T22:01:56.431Z Fresh typify v0.4.3
92042025-10-03T22:01:56.431Z Fresh slog-async v2.8.0
92052025-10-03T22:01:56.431Z Fresh hostname v0.3.1
92062025-10-03T22:01:56.431Z Fresh structmeta v0.3.0
92072025-10-03T22:01:56.431Z Fresh progenitor-client v0.10.0
92082025-10-03T22:01:56.431Z Fresh toml_parser v1.0.2
92092025-10-03T22:01:56.431Z Fresh toml_datetime v0.7.0
92102025-10-03T22:01:56.431Z Fresh serde_spanned v1.0.0
92112025-10-03T22:01:56.431Z Fresh serde_path_to_error v0.1.17
92122025-10-03T22:01:56.431Z Fresh toml_writer v1.0.2
92132025-10-03T22:01:56.431Z Fresh slog-json v2.6.1
92142025-10-03T22:01:56.431Z Fresh rustls v0.22.4
92152025-10-03T22:01:56.431Z Fresh toml v0.9.5
92162025-10-03T22:01:56.431Z Fresh async-stream-impl v0.3.6
92172025-10-03T22:01:56.431Z Fresh slog-bunyan v2.5.0
92182025-10-03T22:01:56.431Z Fresh derive-ex v0.1.8
92192025-10-03T22:01:56.431Z Fresh rustls-pemfile v2.2.0
92202025-10-03T22:01:56.431Z Fresh tokio-rustls v0.25.0
92212025-10-03T22:01:56.431Z Fresh multer v3.1.0
92222025-10-03T22:01:56.431Z Fresh async-stream v0.3.6
92232025-10-03T22:01:56.431Z Fresh waitgroup v0.1.2
92242025-10-03T22:01:56.431Z Fresh dropshot_endpoint v0.16.4
92252025-10-03T22:01:56.431Z Fresh hostname v0.4.0
92262025-10-03T22:01:56.431Z Fresh test-strategy v0.4.3
92272025-10-03T22:01:56.431Z Fresh dropshot v0.16.4
92282025-10-03T22:01:56.431Z Fresh serde_with_macros v3.14.0
92292025-10-03T22:01:56.431Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
92302025-10-03T22:01:56.431Z Fresh macaddr v1.0.1
92312025-10-03T22:01:56.431Z Fresh instant v0.1.13
92322025-10-03T22:01:56.432Z Fresh progenitor-impl v0.11.0
92332025-10-03T22:01:56.432Z Fresh derive-where v1.5.0
92342025-10-03T22:01:56.432Z Fresh serde_with v3.14.0
92352025-10-03T22:01:56.432Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
92362025-10-03T22:01:56.432Z Fresh progenitor-macro v0.11.0
92372025-10-03T22:01:56.432Z Fresh progenitor-client v0.11.0
92382025-10-03T22:01:56.432Z Fresh parse-display-derive v0.10.0
92392025-10-03T22:01:56.432Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
92402025-10-03T22:01:56.432Z Fresh backoff v0.4.0
92412025-10-03T22:01:56.432Z Fresh progenitor v0.11.0
92422025-10-03T22:01:56.432Z Fresh parse-display v0.10.0
92432025-10-03T22:01:56.432Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
92442025-10-03T22:01:56.432Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
92452025-10-03T22:01:56.432Z Fresh itertools v0.14.0
92462025-10-03T22:01:56.432Z Fresh camino-tempfile v1.4.1
92472025-10-03T22:01:56.432Z Fresh unicode-width v0.1.14
92482025-10-03T22:01:56.432Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
92492025-10-03T22:01:56.432Z Fresh crossbeam-deque v0.8.5
92502025-10-03T22:01:56.432Z Fresh toml v0.8.23
92512025-10-03T22:01:56.432Z Fresh unicode-width v0.2.0
92522025-10-03T22:01:56.432Z Fresh progenitor-impl v0.10.0
92532025-10-03T22:01:56.432Z Fresh darling_core v0.21.0
92542025-10-03T22:01:56.432Z Fresh heck v0.4.1
92552025-10-03T22:01:56.432Z Fresh rayon-core v1.12.1
92562025-10-03T22:01:56.432Z Fresh proc-macro-error-attr v1.0.4
92572025-10-03T22:01:56.432Z Fresh darling_macro v0.21.0
92582025-10-03T22:01:56.432Z Fresh progenitor-macro v0.10.0
92592025-10-03T22:01:56.432Z Fresh crucible-workspace-hack v0.1.0
92602025-10-03T22:01:56.432Z Fresh proc-macro-crate v1.3.1
92612025-10-03T22:01:56.432Z Fresh proc-macro-error v1.0.4
92622025-10-03T22:01:56.432Z Fresh progenitor v0.10.0
92632025-10-03T22:01:56.432Z Fresh darling v0.21.0
92642025-10-03T22:01:56.432Z Fresh num_enum_derive v0.5.11
92652025-10-03T22:01:56.432Z Fresh rayon v1.10.0
92662025-10-03T22:01:56.432Z Fresh hash32 v0.3.1
92672025-10-03T22:01:56.432Z Fresh ingot-macros v0.1.1
92682025-10-03T22:01:56.432Z Fresh num_enum v0.5.11
92692025-10-03T22:01:56.458Z Fresh heapless v0.8.0
92702025-10-03T22:01:56.459Z Fresh tabwriter v1.4.0
92712025-10-03T22:01:56.459Z Fresh foreign-types-macros v0.2.3
92722025-10-03T22:01:56.459Z Fresh foreign-types-shared v0.3.1
92732025-10-03T22:01:56.459Z Fresh ingot-types v0.1.2
92742025-10-03T22:01:56.459Z Fresh cobs v0.2.3
92752025-10-03T22:01:56.459Z Fresh foreign-types v0.5.0
92762025-10-03T22:01:56.459Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
92772025-10-03T22:01:56.459Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
92782025-10-03T22:01:56.459Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
92792025-10-03T22:01:56.459Z Fresh smoltcp v0.11.0
92802025-10-03T22:01:56.459Z Fresh postcard v1.0.10
92812025-10-03T22:01:56.459Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
92822025-10-03T22:01:56.459Z Fresh ingot v0.1.1
92832025-10-03T22:01:56.459Z Fresh cstr-argument v0.1.2
92842025-10-03T22:01:56.459Z Fresh pretty-hex v0.2.1
92852025-10-03T22:01:56.459Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
92862025-10-03T22:01:56.459Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
92872025-10-03T22:01:56.459Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
92882025-10-03T22:01:56.459Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
92892025-10-03T22:01:56.459Z Fresh colored v2.2.0
92902025-10-03T22:01:56.459Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
92912025-10-03T22:01:56.459Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
92922025-10-03T22:01:56.459Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
92932025-10-03T22:01:56.459Z Fresh sigpipe v0.1.3
92942025-10-03T22:01:56.459Z Fresh jiff v0.2.15
92952025-10-03T22:01:56.459Z Fresh zone_cfg_derive v0.3.0
92962025-10-03T22:01:56.459Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
92972025-10-03T22:01:56.459Z Fresh smf v0.2.3
92982025-10-03T22:01:56.459Z Fresh num-derive v0.4.2
92992025-10-03T22:01:56.459Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
93002025-10-03T22:01:56.459Z Fresh zone v0.3.1
93012025-10-03T22:01:56.459Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
93022025-10-03T22:01:56.459Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
93032025-10-03T22:01:56.459Z Fresh convert_case v0.4.0
93042025-10-03T22:01:56.459Z Fresh num-rational v0.4.2
93052025-10-03T22:01:56.459Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
93062025-10-03T22:01:56.459Z Fresh derive_more v0.99.20
93072025-10-03T22:01:56.460Z Fresh num-complex v0.4.6
93082025-10-03T22:01:56.460Z Fresh indent_write v2.2.0
93092025-10-03T22:01:56.460Z Fresh float-ord v0.3.2
93102025-10-03T22:01:56.460Z Fresh secrecy v0.10.3
93112025-10-03T22:01:56.460Z Fresh swrite v0.1.0
93122025-10-03T22:01:56.460Z Fresh num v0.4.3
93132025-10-03T22:01:56.460Z Fresh console v0.15.10
93142025-10-03T22:01:56.460Z Fresh password-hash v0.5.0
93152025-10-03T22:01:56.460Z Fresh blake2 v0.10.6
93162025-10-03T22:01:56.460Z Fresh fixedbitset v0.5.7
93172025-10-03T22:01:56.460Z Fresh newline-converter v0.3.0
93182025-10-03T22:01:56.460Z Fresh argon2 v0.5.3
93192025-10-03T22:01:56.460Z Fresh petgraph v0.8.2
93202025-10-03T22:01:56.460Z Fresh atomicwrites v0.4.4
93212025-10-03T22:01:56.460Z Fresh bytecount v0.6.8
93222025-10-03T22:01:56.460Z Fresh libsw-core v0.3.1
93232025-10-03T22:01:56.460Z Fresh expectorate v1.2.0
93242025-10-03T22:01:56.460Z Fresh libsw v3.5.0
93252025-10-03T22:01:56.460Z Fresh linear-map v1.2.0
93262025-10-03T22:01:56.460Z Fresh base64 v0.21.7
93272025-10-03T22:01:56.460Z Fresh same-file v1.0.6
93282025-10-03T22:01:56.460Z Fresh cancel-safe-futures v0.1.5
93292025-10-03T22:01:56.460Z Fresh owo-colors v4.2.2
93302025-10-03T22:01:56.460Z Fresh walkdir v2.5.0
93312025-10-03T22:01:56.460Z Fresh unicode-xid v0.2.6
93322025-10-03T22:01:56.460Z Fresh tokio-dtrace v0.1.0
93332025-10-03T22:01:56.460Z Fresh globset v0.4.15
93342025-10-03T22:01:56.460Z Fresh gethostname v0.5.0
93352025-10-03T22:01:56.460Z Fresh oxide-tokio-rt v0.1.2
93362025-10-03T22:01:56.460Z Fresh utf-8 v0.7.6
93372025-10-03T22:01:56.460Z Fresh resolv-conf v0.7.0
93382025-10-03T22:01:56.460Z Fresh convert_case v0.7.1
93392025-10-03T22:01:56.460Z Fresh pin-project-internal v1.1.6
93402025-10-03T22:01:56.460Z Fresh vte_generate_state_changes v0.1.2
93412025-10-03T22:01:56.460Z Fresh slog-dtrace v0.3.0
93422025-10-03T22:01:56.460Z Fresh termtree v0.5.1
93432025-10-03T22:01:56.460Z Fresh pin-project v1.1.6
93442025-10-03T22:01:56.460Z Fresh derive_more-impl v2.0.1
93452025-10-03T22:01:56.460Z Fresh vte v0.11.1
93462025-10-03T22:01:56.461Z Fresh fd-lock v4.0.2
93472025-10-03T22:01:56.461Z Fresh async-recursion v1.1.1
93482025-10-03T22:01:56.461Z Fresh csv-core v0.1.11
93492025-10-03T22:01:56.461Z Fresh linked-hash-map v0.5.6
93502025-10-03T22:01:56.461Z Fresh derive_more v2.0.1
93512025-10-03T22:01:56.461Z Fresh strip-ansi-escapes v0.2.0
93522025-10-03T22:01:56.461Z Fresh tungstenite v0.21.0
93532025-10-03T22:01:56.461Z Fresh csv v1.3.1
93542025-10-03T22:01:56.461Z Fresh lru-cache v0.1.2
93552025-10-03T22:01:56.461Z Fresh hickory-proto v0.24.4
93562025-10-03T22:01:56.461Z Fresh pem v3.0.5
93572025-10-03T22:01:56.461Z Fresh snafu-derive v0.8.5
93582025-10-03T22:01:56.461Z Fresh nu-ansi-term v0.50.1
93592025-10-03T22:01:56.461Z Fresh crossterm v0.29.0
93602025-10-03T22:01:56.461Z Fresh snafu v0.8.5
93612025-10-03T22:01:56.461Z Fresh reedline v0.40.0
93622025-10-03T22:01:56.461Z Fresh tokio-tungstenite v0.21.0
93632025-10-03T22:01:56.461Z Fresh olpc-cjson v0.1.4
93642025-10-03T22:01:56.461Z Fresh serde_plain v1.0.2
93652025-10-03T22:01:56.461Z Fresh nibble_vec v0.1.0
93662025-10-03T22:01:56.461Z Fresh typed-path v0.9.3
93672025-10-03T22:01:56.461Z Fresh cfg_aliases v0.1.1
93682025-10-03T22:01:56.461Z Fresh display-error-chain v0.2.2
93692025-10-03T22:01:56.487Z Fresh endian-type v0.1.2
93702025-10-03T22:01:56.487Z Fresh semver v0.1.20
93712025-10-03T22:01:56.487Z Fresh hickory-resolver v0.24.4
93722025-10-03T22:01:56.487Z Fresh tough v0.20.0
93732025-10-03T22:01:56.487Z Fresh radix_trie v0.2.1
93742025-10-03T22:01:56.487Z Fresh rustc_version v0.1.7
93752025-10-03T22:01:56.487Z Fresh bcs v0.1.6
93762025-10-03T22:01:56.487Z Fresh siphasher v1.0.1
93772025-10-03T22:01:56.487Z Fresh unicode-linebreak v0.1.5
93782025-10-03T22:01:56.488Z Fresh smawk v0.3.2
93792025-10-03T22:01:56.488Z Fresh humantime v2.2.0
93802025-10-03T22:01:56.488Z Fresh textwrap v0.16.2
93812025-10-03T22:01:56.488Z Fresh phf_shared v0.12.1
93822025-10-03T22:01:56.488Z Fresh qorb v0.4.1
93832025-10-03T22:01:56.488Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
93842025-10-03T22:01:56.488Z Fresh highway v1.3.0
93852025-10-03T22:01:56.488Z Fresh phf v0.12.1
93862025-10-03T22:01:56.488Z Fresh nix v0.28.0
93872025-10-03T22:01:56.488Z Fresh const_format_proc_macros v0.2.34
93882025-10-03T22:01:56.488Z Fresh papergrid v0.11.0
93892025-10-03T22:01:56.488Z Fresh tabled_derive v0.7.0
93902025-10-03T22:01:56.488Z Fresh peg-macros v0.8.5
93912025-10-03T22:01:56.488Z Fresh sqlparser_derive v0.2.2
93922025-10-03T22:01:56.488Z Fresh unicode_categories v0.1.1
93932025-10-03T22:01:56.488Z Fresh newtype_derive v0.1.6
93942025-10-03T22:01:56.488Z Fresh chrono-tz v0.10.4
93952025-10-03T22:01:56.488Z Fresh const_format v0.2.34
93962025-10-03T22:01:56.488Z Fresh peg v0.8.5
93972025-10-03T22:01:56.488Z Fresh sqlformat v0.3.5
93982025-10-03T22:01:56.488Z Fresh sqlparser v0.45.0
93992025-10-03T22:01:56.488Z Fresh tabled v0.15.0
94002025-10-03T22:01:56.488Z Fresh rustyline v14.0.0
94012025-10-03T22:01:56.488Z Fresh steno v0.4.1
94022025-10-03T22:01:56.488Z Fresh keccak v0.1.5
94032025-10-03T22:01:56.488Z Fresh sha3 v0.10.8
94042025-10-03T22:01:56.488Z Fresh half v2.4.1
94052025-10-03T22:01:56.488Z Fresh ciborium-io v0.2.2
94062025-10-03T22:01:56.488Z Fresh universal-hash v0.5.1
94072025-10-03T22:01:56.488Z Fresh opaque-debug v0.3.1
94082025-10-03T22:01:56.488Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
94092025-10-03T22:01:56.488Z Fresh aead v0.5.2
94102025-10-03T22:01:56.488Z Fresh ciborium-ll v0.2.2
94112025-10-03T22:01:56.488Z Fresh poly1305 v0.8.0
94122025-10-03T22:01:56.488Z Fresh chacha20 v0.9.1
94132025-10-03T22:01:56.488Z Fresh thiserror-impl-no-std v2.0.2
94142025-10-03T22:01:56.488Z Fresh xattr v1.3.1
94152025-10-03T22:01:56.488Z Fresh filetime v0.2.25
94162025-10-03T22:01:56.489Z Fresh ciborium v0.2.2
94172025-10-03T22:01:56.489Z Fresh thiserror-no-std v2.0.2
94182025-10-03T22:01:56.489Z Fresh tar v0.4.44
94192025-10-03T22:01:56.489Z Fresh arc-swap v1.7.1
94202025-10-03T22:01:56.489Z Fresh chacha20poly1305 v0.10.1
94212025-10-03T22:01:56.489Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
94222025-10-03T22:01:56.489Z Fresh slog-scope v4.4.0
94232025-10-03T22:01:56.489Z Fresh vsss-rs v3.3.4
94242025-10-03T22:01:56.489Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
94252025-10-03T22:01:56.489Z Fresh typify-impl v0.2.0
94262025-10-03T22:01:56.489Z Fresh headers-core v0.3.0
94272025-10-03T22:01:56.489Z Fresh heck v0.3.3
94282025-10-03T22:01:56.489Z Fresh progenitor-client v0.8.0
94292025-10-03T22:01:56.489Z Fresh slog-stdlog v4.1.1
94302025-10-03T22:01:56.489Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
94312025-10-03T22:01:56.489Z Fresh typify-macro v0.2.0
94322025-10-03T22:01:56.489Z Fresh headers v0.4.1
94332025-10-03T22:01:56.489Z Fresh subprocess v0.2.9
94342025-10-03T22:01:56.489Z Fresh zone_cfg_derive v0.1.2
94352025-10-03T22:01:56.489Z Fresh slog-envlogger v2.2.0
94362025-10-03T22:01:56.489Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
94372025-10-03T22:01:56.489Z Fresh typify v0.2.0
94382025-10-03T22:01:56.489Z Fresh lzma-sys v0.1.20
94392025-10-03T22:01:56.489Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
94402025-10-03T22:01:56.489Z Fresh number_prefix v0.4.0
94412025-10-03T22:01:56.489Z Fresh base64 v0.13.1
94422025-10-03T22:01:56.489Z Fresh zone v0.1.8
94432025-10-03T22:01:56.489Z Fresh progenitor-impl v0.8.0
94442025-10-03T22:01:56.489Z Fresh ron v0.7.1
94452025-10-03T22:01:56.489Z Fresh indicatif v0.17.11
94462025-10-03T22:01:56.489Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
94472025-10-03T22:01:56.489Z Fresh xz2 v0.1.7
94482025-10-03T22:01:56.489Z Fresh yasna v0.5.2
94492025-10-03T22:01:56.489Z Fresh progenitor-macro v0.8.0
94502025-10-03T22:01:56.489Z Fresh rcgen v0.12.1
94512025-10-03T22:01:56.489Z Fresh tagptr v0.2.0
94522025-10-03T22:01:56.489Z Fresh dropshot-api-manager-types v0.2.1
94532025-10-03T22:01:56.490Z Fresh progenitor v0.8.0
94542025-10-03T22:01:56.490Z Fresh maplit v1.0.2
94552025-10-03T22:01:56.490Z Fresh bitfield-struct v0.6.2
94562025-10-03T22:01:56.490Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
94572025-10-03T22:01:56.490Z Fresh moka v0.12.10
94582025-10-03T22:01:56.490Z Fresh nix v0.30.1
94592025-10-03T22:01:56.490Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
94602025-10-03T22:01:56.490Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
94612025-10-03T22:01:56.490Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
94622025-10-03T22:01:56.490Z Fresh hickory-resolver v0.25.2
94632025-10-03T22:01:56.490Z Fresh libefi-sys v0.1.0
94642025-10-03T22:01:56.490Z Fresh tap v1.0.1
94652025-10-03T22:01:56.490Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
94662025-10-03T22:01:56.490Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
94672025-10-03T22:01:56.490Z Fresh wyz v0.5.1
94682025-10-03T22:01:56.490Z Fresh radium v0.7.0
94692025-10-03T22:01:56.516Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
94702025-10-03T22:01:56.516Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
94712025-10-03T22:01:56.516Z Fresh zerocopy-derive v0.6.6
94722025-10-03T22:01:56.516Z Fresh funty v2.0.0
94732025-10-03T22:01:56.516Z Fresh crc-catalog v2.4.0
94742025-10-03T22:01:56.516Z Fresh zerocopy v0.6.6
94752025-10-03T22:01:56.516Z Fresh maybe-uninit v2.0.0
94762025-10-03T22:01:56.516Z Fresh dsl_auto_type v0.1.2
94772025-10-03T22:01:56.516Z Fresh packed_struct_codegen v0.10.1
94782025-10-03T22:01:56.516Z Fresh bitvec v1.0.1
94792025-10-03T22:01:56.516Z Fresh crc v3.2.1
94802025-10-03T22:01:56.516Z Fresh scheduled-thread-pool v0.2.7
94812025-10-03T22:01:56.516Z Fresh bitfield-macros v0.19.2
94822025-10-03T22:01:56.516Z Fresh diesel_table_macro_syntax v0.2.0
94832025-10-03T22:01:56.516Z Fresh proc-macro-error-attr2 v2.0.0
94842025-10-03T22:01:56.516Z Fresh nodrop v0.1.14
94852025-10-03T22:01:56.517Z Fresh packed_struct v0.10.1
94862025-10-03T22:01:56.517Z Fresh proc-macro-error2 v2.0.1
94872025-10-03T22:01:56.517Z Fresh bitfield v0.19.2
94882025-10-03T22:01:56.517Z Fresh diesel_derives v2.2.3
94892025-10-03T22:01:56.517Z Fresh r2d2 v0.8.10
94902025-10-03T22:01:56.517Z Fresh smallvec v0.6.14
94912025-10-03T22:01:56.517Z Fresh array-init v0.0.4
94922025-10-03T22:01:56.517Z Fresh hashbrown v0.12.3
94932025-10-03T22:01:56.517Z Fresh diff v0.1.13
94942025-10-03T22:01:56.517Z Fresh diesel v2.2.12
94952025-10-03T22:01:56.517Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
94962025-10-03T22:01:56.517Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
94972025-10-03T22:01:56.517Z Fresh indexmap v1.9.3
94982025-10-03T22:01:56.517Z Fresh serde-hex v0.1.0
94992025-10-03T22:01:56.517Z Fresh ron v0.8.1
95002025-10-03T22:01:56.517Z Fresh hashbrown v0.13.2
95012025-10-03T22:01:56.517Z Fresh dirs-sys-next v0.1.2
95022025-10-03T22:01:56.517Z Fresh crc-any v2.5.0
95032025-10-03T22:01:56.517Z Fresh xshell-macros v0.2.7
95042025-10-03T22:01:56.517Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
95052025-10-03T22:01:56.517Z Fresh object v0.30.4
95062025-10-03T22:01:56.517Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
95072025-10-03T22:01:56.517Z Fresh dirs-next v2.0.0
95082025-10-03T22:01:56.517Z Fresh xshell v0.2.7
95092025-10-03T22:01:56.517Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
95102025-10-03T22:01:56.517Z Fresh num-derive v0.3.3
95112025-10-03T22:01:56.517Z Fresh path-slash v0.1.5
95122025-10-03T22:01:56.517Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
95132025-10-03T22:01:56.517Z Fresh libscf-sys v1.1.0
95142025-10-03T22:01:56.517Z Fresh crunchy v0.2.2
95152025-10-03T22:01:56.517Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
95162025-10-03T22:01:56.517Z Fresh term v0.7.0
95172025-10-03T22:01:56.517Z Fresh vergen-gitcl v1.0.8
95182025-10-03T22:01:56.517Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
95192025-10-03T22:01:56.517Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
95202025-10-03T22:01:56.517Z Fresh bit-vec v0.6.3
95212025-10-03T22:01:56.517Z Fresh tiny-keccak v2.0.2
95222025-10-03T22:01:56.517Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
95232025-10-03T22:01:56.517Z Fresh ascii-canvas v3.0.0
95242025-10-03T22:01:56.518Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
95252025-10-03T22:01:56.518Z Fresh bit-set v0.5.3
95262025-10-03T22:01:56.518Z Fresh tabled_derive v0.11.0
95272025-10-03T22:01:56.518Z Fresh papergrid v0.17.0
95282025-10-03T22:01:56.518Z Fresh testing_table v0.3.0
95292025-10-03T22:01:56.518Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
95302025-10-03T22:01:56.518Z Fresh ena v0.14.3
95312025-10-03T22:01:56.518Z Fresh regex-syntax v0.6.29
95322025-10-03T22:01:56.518Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
95332025-10-03T22:01:56.518Z Fresh lalrpop v0.19.12
95342025-10-03T22:01:56.518Z Fresh tabled v0.20.0
95352025-10-03T22:01:56.518Z Fresh crc8 v0.1.1
95362025-10-03T22:01:56.518Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
95372025-10-03T22:01:56.518Z Fresh bindgen v0.71.1
95382025-10-03T22:01:56.518Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
95392025-10-03T22:01:56.518Z Fresh strum_macros v0.24.3
95402025-10-03T22:01:56.518Z Fresh indoc v1.0.9
95412025-10-03T22:01:56.518Z Fresh libxml v0.3.3
95422025-10-03T22:01:56.518Z Fresh oso-derive v0.27.3
95432025-10-03T22:01:56.518Z Fresh polar-core v0.27.3
95442025-10-03T22:01:56.518Z Fresh impl-trait-for-tuples v0.2.2
95452025-10-03T22:01:56.518Z Fresh quick-xml v0.37.2
95462025-10-03T22:01:56.518Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095)
95472025-10-03T22:01:56.518Z Fresh half v1.8.3
95482025-10-03T22:01:56.518Z Fresh samael v0.0.19
95492025-10-03T22:01:56.518Z Fresh oso v0.27.3
95502025-10-03T22:01:56.518Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095)
95512025-10-03T22:01:56.518Z Fresh serde_cbor v0.11.2
95522025-10-03T22:01:56.518Z Fresh bb8 v0.8.5
95532025-10-03T22:01:56.518Z Fresh fxhash v0.2.1
95542025-10-03T22:01:56.518Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
95552025-10-03T22:01:56.518Z Fresh diesel-dtrace v0.4.2
95562025-10-03T22:01:56.518Z Fresh async-bb8-diesel v0.2.1
95572025-10-03T22:01:56.518Z Fresh kstat-rs v0.2.4
95582025-10-03T22:01:56.518Z Fresh predicates-tree v1.0.12
95592025-10-03T22:01:56.518Z Fresh primeorder v0.13.6
95602025-10-03T22:01:56.518Z Fresh ignore v0.4.23
95612025-10-03T22:01:56.518Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
95622025-10-03T22:01:56.518Z Fresh globwalk v0.9.1
95632025-10-03T22:01:56.518Z Fresh parking_lot_core v0.8.6
95642025-10-03T22:01:56.519Z Fresh unicase v2.7.0
95652025-10-03T22:01:56.519Z Fresh fs-err v2.11.0
95662025-10-03T22:01:56.519Z Fresh nanorand v0.7.0
95672025-10-03T22:01:56.519Z Fresh parse-size v1.1.0
95682025-10-03T22:01:56.519Z Fresh flume v0.11.1
95692025-10-03T22:01:56.545Z Fresh camino-tempfile-ext v0.3.2
95702025-10-03T22:01:56.545Z Fresh parking_lot v0.11.2
95712025-10-03T22:01:56.545Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
95722025-10-03T22:01:56.545Z Fresh p384 v0.13.0
95732025-10-03T22:01:56.545Z Fresh prefix-trie v0.7.0
95742025-10-03T22:01:56.545Z Fresh void v1.0.2
95752025-10-03T22:01:56.545Z Fresh http-range v0.1.5
95762025-10-03T22:01:56.545Z Fresh sled v0.34.7
95772025-10-03T22:01:56.545Z Fresh lzss v0.8.2
95782025-10-03T22:01:56.545Z Fresh salty v0.3.0
95792025-10-03T22:01:56.545Z Fresh hickory-server v0.25.2
95802025-10-03T22:01:56.545Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
95812025-10-03T22:01:56.545Z Fresh hickory-client v0.25.2
95822025-10-03T22:01:56.545Z Fresh tungstenite v0.23.0
95832025-10-03T22:01:56.545Z Fresh nix v0.27.1
95842025-10-03T22:01:56.545Z Fresh concurrent-queue v2.5.0
95852025-10-03T22:01:56.545Z Fresh atty v0.2.14
95862025-10-03T22:01:56.545Z Fresh serde_bytes v0.11.19
95872025-10-03T22:01:56.545Z Fresh parking v2.2.1
95882025-10-03T22:01:56.545Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
95892025-10-03T22:01:56.545Z Fresh tokio-tungstenite v0.23.1
95902025-10-03T22:01:56.545Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
95912025-10-03T22:01:56.545Z Fresh mime_guess v2.0.5
95922025-10-03T22:01:56.545Z Fresh signal-hook-tokio v0.3.1
95932025-10-03T22:01:56.545Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
95942025-10-03T22:01:56.545Z Fresh hyper-staticfile v0.10.1
95952025-10-03T22:01:56.545Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
95962025-10-03T22:01:56.545Z Fresh rand_seeder v0.4.0
95972025-10-03T22:01:56.545Z Fresh secrecy v0.8.0
95982025-10-03T22:01:56.545Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
95992025-10-03T22:01:56.545Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
96002025-10-03T22:01:56.545Z Fresh event-listener v5.3.1
96012025-10-03T22:01:56.545Z Fresh tabled_derive v0.10.0
96022025-10-03T22:01:56.545Z Fresh papergrid v0.14.0
96032025-10-03T22:01:56.545Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
96042025-10-03T22:01:56.546Z Fresh event-listener-strategy v0.5.2
96052025-10-03T22:01:56.546Z Fresh tabled v0.18.0
96062025-10-03T22:01:56.546Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
96072025-10-03T22:01:56.546Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
96082025-10-03T22:01:56.546Z Fresh assert_matches v1.5.0
96092025-10-03T22:01:56.546Z Fresh yansi v1.0.1
96102025-10-03T22:01:56.546Z Fresh futures-lite v2.3.0
96112025-10-03T22:01:56.546Z Fresh pretty_assertions v1.4.1
96122025-10-03T22:01:56.546Z Fresh typeid v1.0.3
96132025-10-03T22:01:56.546Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
96142025-10-03T22:01:56.546Z Fresh erased-serde v0.4.6
96152025-10-03T22:01:56.546Z Fresh typify-impl v0.3.0
96162025-10-03T22:01:56.546Z Fresh ordered-float v2.10.1
96172025-10-03T22:01:56.546Z Fresh serde-untagged v0.1.7
96182025-10-03T22:01:56.546Z Fresh serde-value v0.7.0
96192025-10-03T22:01:56.546Z Fresh typify-macro v0.3.0
96202025-10-03T22:01:56.546Z Fresh async-lock v3.4.0
96212025-10-03T22:01:56.546Z Fresh castaway v0.2.3
96222025-10-03T22:01:56.546Z Fresh polling v3.7.3
96232025-10-03T22:01:56.546Z Fresh indoc v2.0.6
96242025-10-03T22:01:56.546Z Fresh compact_str v0.8.0
96252025-10-03T22:01:56.546Z Fresh cargo-util-schemas v0.8.2
96262025-10-03T22:01:56.546Z Fresh typify v0.3.0
96272025-10-03T22:01:56.546Z Fresh libz-sys v1.1.20
96282025-10-03T22:01:56.546Z Fresh async-io v2.3.4
96292025-10-03T22:01:56.546Z Fresh console v0.16.0
96302025-10-03T22:01:56.546Z Fresh unicode-truncate v1.1.0
96312025-10-03T22:01:56.546Z Fresh lru v0.12.5
96322025-10-03T22:01:56.546Z Fresh cargo-platform v0.2.0
96332025-10-03T22:01:56.546Z Fresh instability v0.3.2
96342025-10-03T22:01:56.546Z Fresh cassowary v0.3.0
96352025-10-03T22:01:56.546Z Fresh async-task v4.7.1
96362025-10-03T22:01:56.546Z Fresh unit-prefix v0.5.1
96372025-10-03T22:01:56.546Z Fresh libgit2-sys v0.18.2+1.9.1
96382025-10-03T22:01:56.546Z Fresh cargo_metadata v0.21.0
96392025-10-03T22:01:56.546Z Fresh ratatui v0.29.0
96402025-10-03T22:01:56.546Z Fresh progenitor-impl v0.9.1
96412025-10-03T22:01:56.546Z Fresh async-channel v2.3.1
96422025-10-03T22:01:56.546Z Fresh indicatif v0.18.0
96432025-10-03T22:01:56.547Z Fresh polyval v0.6.2
96442025-10-03T22:01:56.547Z Fresh piper v0.2.4
96452025-10-03T22:01:56.547Z Fresh plotters-backend v0.3.7
96462025-10-03T22:01:56.547Z Fresh progenitor-macro v0.9.1
96472025-10-03T22:01:56.547Z Fresh git2 v0.20.2
96482025-10-03T22:01:56.547Z Fresh async-executor v1.13.1
96492025-10-03T22:01:56.547Z Fresh plotters-svg v0.3.7
96502025-10-03T22:01:56.547Z Fresh ghash v0.5.1
96512025-10-03T22:01:56.547Z Fresh blocking v1.6.1
96522025-10-03T22:01:56.547Z Fresh async-signal v0.2.10
96532025-10-03T22:01:56.547Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
96542025-10-03T22:01:56.547Z Fresh progenitor-client v0.9.1
96552025-10-03T22:01:56.547Z Fresh ctr v0.9.2
96562025-10-03T22:01:56.547Z Fresh cast v0.3.0
96572025-10-03T22:01:56.547Z Fresh arrayref v0.3.9
96582025-10-03T22:01:56.547Z Fresh arrayvec v0.7.6
96592025-10-03T22:01:56.547Z Fresh constant_time_eq v0.3.1
96602025-10-03T22:01:56.547Z Fresh is_ci v1.2.0
96612025-10-03T22:01:56.547Z Fresh event-listener v2.5.3
96622025-10-03T22:01:56.547Z Fresh shell-words v1.1.0
96632025-10-03T22:01:56.547Z Fresh criterion-plot v0.6.0
96642025-10-03T22:01:56.547Z Fresh aes-gcm v0.10.3
96652025-10-03T22:01:56.547Z Fresh async-channel v1.9.0
96662025-10-03T22:01:56.547Z Fresh supports-color v3.0.2
96672025-10-03T22:01:56.547Z Fresh async-process v2.3.0
96682025-10-03T22:01:56.547Z Fresh async-global-executor v2.4.1
96692025-10-03T22:01:56.573Z Fresh progenitor v0.9.1
96702025-10-03T22:01:56.573Z Fresh plotters v0.3.7
96712025-10-03T22:01:56.573Z Fresh vergen-git2 v1.0.7
96722025-10-03T22:01:56.573Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
96732025-10-03T22:01:56.573Z Fresh ssh-encoding v0.2.0
96742025-10-03T22:01:56.573Z Fresh rustls-webpki v0.101.7
96752025-10-03T22:01:56.573Z Fresh sct v0.7.1
96762025-10-03T22:01:56.573Z Fresh blowfish v0.9.1
96772025-10-03T22:01:56.573Z Fresh async-attributes v1.1.2
96782025-10-03T22:01:56.573Z Fresh tinytemplate v1.2.1
96792025-10-03T22:01:56.573Z Fresh kv-log-macro v1.0.7
96802025-10-03T22:01:56.573Z Fresh rtoolbox v0.0.2
96812025-10-03T22:01:56.573Z Fresh hex-literal v0.4.1
96822025-10-03T22:01:56.573Z Fresh anes v0.1.6
96832025-10-03T22:01:56.573Z Fresh futures-timer v3.0.3
96842025-10-03T22:01:56.573Z Fresh oorandom v11.1.4
96852025-10-03T22:01:56.573Z Fresh rustls v0.21.12
96862025-10-03T22:01:56.573Z Fresh rpassword v7.4.0
96872025-10-03T22:01:56.573Z Fresh criterion v0.7.0
96882025-10-03T22:01:56.573Z Fresh async-std v1.13.0
96892025-10-03T22:01:56.573Z Fresh bcrypt-pbkdf v0.10.0
96902025-10-03T22:01:56.573Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
96912025-10-03T22:01:56.574Z Fresh ssh-cipher v0.2.0
96922025-10-03T22:01:56.574Z Fresh tui-tree-widget v0.23.1
96932025-10-03T22:01:56.574Z Fresh password-hash v0.4.2
96942025-10-03T22:01:56.574Z Fresh ssh-key v0.6.6
96952025-10-03T22:01:56.574Z Fresh pbkdf2 v0.11.0
96962025-10-03T22:01:56.574Z Fresh target-lexicon v0.13.2
96972025-10-03T22:01:56.574Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
96982025-10-03T22:01:56.574Z Fresh async-object-pool v0.1.5
96992025-10-03T22:01:56.574Z Fresh tokio-rustls v0.24.1
97002025-10-03T22:01:56.574Z Fresh petname v2.0.2
97012025-10-03T22:01:56.574Z Fresh p521 v0.13.3
97022025-10-03T22:01:56.574Z Fresh p256 v0.13.2
97032025-10-03T22:01:56.574Z Fresh rustls-pemfile v1.0.4
97042025-10-03T22:01:56.574Z Fresh twox-hash v2.1.0
97052025-10-03T22:01:56.574Z Fresh serde_regex v1.1.0
97062025-10-03T22:01:56.574Z Fresh assert-json-diff v2.0.2
97072025-10-03T22:01:56.574Z Fresh russh-cryptovec v0.7.3
97082025-10-03T22:01:56.574Z Fresh memmap2 v0.9.5
97092025-10-03T22:01:56.574Z Fresh path-tree v0.8.1
97102025-10-03T22:01:56.574Z Fresh sync-ptr v0.1.4
97112025-10-03T22:01:56.574Z Fresh stringmetrics v2.2.2
97122025-10-03T22:01:56.574Z Fresh md5 v0.7.0
97132025-10-03T22:01:56.574Z Fresh blake3 v1.5.4
97142025-10-03T22:01:56.574Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
97152025-10-03T22:01:56.574Z Fresh russh-keys v0.45.0
97162025-10-03T22:01:56.574Z Fresh httpmock v0.8.0-alpha.1
97172025-10-03T22:01:56.574Z Fresh cfg-expr v0.20.1
97182025-10-03T22:01:56.574Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
97192025-10-03T22:01:56.574Z Fresh guppy-workspace-hack v0.1.0
97202025-10-03T22:01:56.574Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
97212025-10-03T22:01:56.574Z Fresh httptest v0.16.3
97222025-10-03T22:01:56.574Z Fresh fatfs v0.3.6
97232025-10-03T22:01:56.574Z Fresh proc-macro-crate v3.2.0
97242025-10-03T22:01:56.574Z Fresh num-bigint v0.4.6
97252025-10-03T22:01:56.574Z Fresh des v0.8.1
97262025-10-03T22:01:56.574Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
97272025-10-03T22:01:56.574Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
97282025-10-03T22:01:56.574Z Fresh topological-sort v0.2.2
97292025-10-03T22:01:56.574Z Fresh relative-path v1.9.3
97302025-10-03T22:01:56.575Z Fresh escape8259 v0.5.3
97312025-10-03T22:01:56.575Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
97322025-10-03T22:01:56.575Z Fresh libtest-mimic v0.8.1
97332025-10-03T22:01:56.575Z Fresh omicron-zone-package v0.12.2
97342025-10-03T22:01:56.575Z Fresh russh v0.45.0
97352025-10-03T22:01:56.575Z Fresh rstest_macros v0.25.0
97362025-10-03T22:01:56.575Z Fresh target-spec v3.5.0
97372025-10-03T22:01:56.575Z Fresh target-triple v0.1.3
97382025-10-03T22:01:56.575Z Fresh doc-comment v0.3.3
97392025-10-03T22:01:56.575Z Fresh blake2b_simd v1.0.2
97402025-10-03T22:01:56.575Z Fresh fancy-regex v0.14.0
97412025-10-03T22:01:56.575Z Fresh pathdiff v0.2.3
97422025-10-03T22:01:56.575Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
97432025-10-03T22:01:56.575Z Fresh uzers v0.12.1
97442025-10-03T22:01:56.575Z Fresh nested v0.1.1
97452025-10-03T22:01:56.575Z Fresh internet-checksum v0.2.1
97462025-10-03T22:01:56.575Z Fresh termcolor v1.4.1
97472025-10-03T22:01:56.575Z Fresh datatest-stable v0.3.2
97482025-10-03T22:01:56.575Z Fresh guppy v0.17.20
97492025-10-03T22:01:56.575Z Fresh trybuild v1.0.106
97502025-10-03T22:01:56.575Z Fresh rust-argon2 v2.1.0
97512025-10-03T22:01:56.575Z Fresh assert_cmd v2.0.17
97522025-10-03T22:01:56.575Z Fresh rstest v0.25.0
97532025-10-03T22:01:56.575Z Fresh partial-io v0.5.4
97542025-10-03T22:01:56.575Z Fresh similar-asserts v1.7.0
97552025-10-03T22:01:56.575Z Fresh rand_distr v0.5.1
97562025-10-03T22:01:56.575Z Fresh approx v0.5.1
97572025-10-03T22:01:56.575Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
97582025-10-03T22:01:56.575Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
97592025-10-03T22:01:56.575Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
97602025-10-03T22:01:56.575Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
97612025-10-03T22:01:56.575Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
97622025-10-03T22:01:56.575Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
97632025-10-03T22:01:56.575Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
97642025-10-03T22:01:56.575Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
97652025-10-03T22:01:56.575Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
97662025-10-03T22:01:56.575Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
97672025-10-03T22:01:56.575Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
97682025-10-03T22:01:56.575Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
97692025-10-03T22:01:56.602Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
97702025-10-03T22:01:56.602Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
97712025-10-03T22:01:56.602Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
97722025-10-03T22:01:56.602Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
97732025-10-03T22:01:56.602Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
97742025-10-03T22:01:56.602Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
97752025-10-03T22:01:56.602Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
97762025-10-03T22:01:56.602Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
97772025-10-03T22:01:56.602Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
97782025-10-03T22:01:56.602Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
97792025-10-03T22:01:56.602Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
97802025-10-03T22:01:56.602Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
97812025-10-03T22:01:56.602Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
97822025-10-03T22:01:56.602Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
97832025-10-03T22:01:56.602Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
97842025-10-03T22:01:56.602Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
97852025-10-03T22:01:56.602Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
97862025-10-03T22:01:56.602Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
97872025-10-03T22:01:56.602Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
97882025-10-03T22:01:56.602Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
97892025-10-03T22:01:56.602Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
97902025-10-03T22:01:56.603Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
97912025-10-03T22:01:56.603Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
97922025-10-03T22:01:56.603Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
97932025-10-03T22:01:56.603Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
97942025-10-03T22:01:56.603Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
97952025-10-03T22:01:56.603Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
97962025-10-03T22:01:56.603Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
97972025-10-03T22:01:56.603Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
97982025-10-03T22:01:56.603Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
97992025-10-03T22:01:56.603Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
98002025-10-03T22:01:56.603Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
98012025-10-03T22:01:56.603Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
98022025-10-03T22:01:56.603Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
98032025-10-03T22:01:56.603Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
98042025-10-03T22:01:56.603Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
98052025-10-03T22:01:56.603Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
98062025-10-03T22:01:56.603Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
98072025-10-03T22:01:56.603Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
98082025-10-03T22:01:56.603Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
98092025-10-03T22:01:56.603Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
98102025-10-03T22:01:56.603Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
98112025-10-03T22:01:56.603Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
98122025-10-03T22:01:56.603Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
98132025-10-03T22:01:56.603Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
98142025-10-03T22:01:56.603Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
98152025-10-03T22:01:56.603Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
98162025-10-03T22:01:56.603Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
98172025-10-03T22:01:56.603Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
98182025-10-03T22:01:56.603Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
98192025-10-03T22:01:56.603Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
98202025-10-03T22:01:56.603Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
98212025-10-03T22:01:56.603Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
98222025-10-03T22:01:56.603Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
98232025-10-03T22:01:56.603Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
98242025-10-03T22:01:56.603Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
98252025-10-03T22:01:56.603Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
98262025-10-03T22:01:56.603Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
98272025-10-03T22:01:56.603Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
98282025-10-03T22:01:56.604Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
98292025-10-03T22:01:56.604Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
98302025-10-03T22:01:56.604Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
98312025-10-03T22:01:56.604Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
98322025-10-03T22:01:56.604Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
98332025-10-03T22:01:56.604Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
98342025-10-03T22:01:56.604Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
98352025-10-03T22:01:56.604Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
98362025-10-03T22:01:56.604Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
98372025-10-03T22:01:56.604Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
98382025-10-03T22:01:56.604Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
98392025-10-03T22:01:56.604Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
98402025-10-03T22:01:56.604Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
98412025-10-03T22:01:56.604Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
98422025-10-03T22:01:56.604Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
98432025-10-03T22:01:56.604Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
98442025-10-03T22:01:56.604Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
98452025-10-03T22:01:56.604Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
98462025-10-03T22:01:56.604Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
98472025-10-03T22:01:56.604Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
98482025-10-03T22:01:56.604Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
98492025-10-03T22:01:56.604Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
98502025-10-03T22:01:56.604Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
98512025-10-03T22:01:56.604Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
98522025-10-03T22:01:56.604Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
98532025-10-03T22:01:56.604Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
98542025-10-03T22:01:56.604Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
98552025-10-03T22:01:56.604Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
98562025-10-03T22:01:56.604Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
98572025-10-03T22:01:56.604Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
98582025-10-03T22:01:56.604Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
98592025-10-03T22:01:56.604Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
98602025-10-03T22:01:56.604Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
98612025-10-03T22:01:56.604Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
98622025-10-03T22:01:56.604Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
98632025-10-03T22:01:56.604Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
98642025-10-03T22:01:56.604Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
98652025-10-03T22:01:56.604Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
98662025-10-03T22:01:56.604Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
98672025-10-03T22:01:56.604Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
98682025-10-03T22:01:56.605Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
98692025-10-03T22:01:56.631Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
98702025-10-03T22:01:56.632Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
98712025-10-03T22:01:56.632Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
98722025-10-03T22:01:56.632Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
98732025-10-03T22:01:56.632Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
98742025-10-03T22:01:56.632Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
98752025-10-03T22:01:56.632Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
98762025-10-03T22:01:56.632Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
98772025-10-03T22:01:56.632Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
98782025-10-03T22:01:56.632Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
98792025-10-03T22:01:56.632Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
98802025-10-03T22:01:56.632Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
98812025-10-03T22:01:56.632Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
98822025-10-03T22:01:56.632Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
98832025-10-03T22:01:56.632Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
98842025-10-03T22:01:56.632Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
98852025-10-03T22:01:56.632Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
98862025-10-03T22:01:56.632Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
98872025-10-03T22:01:56.632Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
98882025-10-03T22:01:56.632Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
98892025-10-03T22:01:56.632Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
98902025-10-03T22:01:56.632Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
98912025-10-03T22:01:56.632Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
98922025-10-03T22:01:56.632Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
98932025-10-03T22:01:56.632Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
98942025-10-03T22:01:56.632Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3.41s
98952025-10-03T22:01:56.657Z Doc-tests api_identity
98962025-10-03T22:01:56.657Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-483458f2c0e4714b.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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`
98972025-10-03T22:01:56.824Z
98982025-10-03T22:01:56.825Zrunning 0 tests
98992025-10-03T22:01:56.825Z
99002025-10-03T22:01:56.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99012025-10-03T22:01:56.850Z
99022025-10-03T22:01:56.875Z Doc-tests authz_macros
99032025-10-03T22:01:56.875Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6d32444f06077cf0.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6631d55b92ae00a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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`
99042025-10-03T22:01:57.057Z
99052025-10-03T22:01:57.057Zrunning 7 tests
99062025-10-03T22:01:57.083Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
99072025-10-03T22:01:57.083Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
99082025-10-03T22:01:57.083Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
99092025-10-03T22:01:57.083Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
99102025-10-03T22:01:57.083Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
99112025-10-03T22:01:57.083Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
99122025-10-03T22:01:57.083Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
99132025-10-03T22:01:57.083Z
99142025-10-03T22:01:57.083Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
99152025-10-03T22:01:57.083Z
99162025-10-03T22:01:57.108Z Doc-tests bootstore
99172025-10-03T22:01:57.108Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-9a5a3c5ea5683c08.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.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`
99182025-10-03T22:01:58.124Z
99192025-10-03T22:01:58.124Zrunning 0 tests
99202025-10-03T22:01:58.124Z
99212025-10-03T22:01:58.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99222025-10-03T22:01:58.124Z
99232025-10-03T22:01:58.199Z Doc-tests bootstrap_agent_api
99242025-10-03T22:01:58.199Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4b33978b02815482.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99252025-10-03T22:01:58.786Z
99262025-10-03T22:01:58.786Zrunning 2 tests
99272025-10-03T22:01:58.811Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
99282025-10-03T22:01:58.811Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
99292025-10-03T22:01:58.811Z
99302025-10-03T22:01:58.811Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99312025-10-03T22:01:58.811Z
99322025-10-03T22:01:58.836Z Doc-tests bootstrap_agent_client
99332025-10-03T22:01:58.836Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-27d129146f1a6224.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99342025-10-03T22:01:59.940Z
99352025-10-03T22:01:59.941Zrunning 0 tests
99362025-10-03T22:01:59.941Z
99372025-10-03T22:01:59.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99382025-10-03T22:01:59.941Z
99392025-10-03T22:02:00.006Z Doc-tests clickana
99402025-10-03T22:02:00.006Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-22f906ef01457627.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99412025-10-03T22:02:00.515Z
99422025-10-03T22:02:00.515Zrunning 0 tests
99432025-10-03T22:02:00.515Z
99442025-10-03T22:02:00.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99452025-10-03T22:02:00.515Z
99462025-10-03T22:02:00.565Z Doc-tests clickhouse_admin_api
99472025-10-03T22:02:00.565Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-17988f1466478ee7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99482025-10-03T22:02:00.964Z
99492025-10-03T22:02:00.964Zrunning 6 tests
99502025-10-03T22:02:00.989Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 70) ... ignored
99512025-10-03T22:02:00.989Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 76) ... ignored
99522025-10-03T22:02:00.989Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 148) ... ignored
99532025-10-03T22:02:00.989Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 154) ... ignored
99542025-10-03T22:02:00.989Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 213) ... ignored
99552025-10-03T22:02:00.989Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 219) ... ignored
99562025-10-03T22:02:00.989Z
99572025-10-03T22:02:00.989Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
99582025-10-03T22:02:00.989Z
99592025-10-03T22:02:01.015Z Doc-tests clickhouse_admin_keeper_client
99602025-10-03T22:02:01.015Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99612025-10-03T22:02:01.826Z
99622025-10-03T22:02:01.826Zrunning 0 tests
99632025-10-03T22:02:01.826Z
99642025-10-03T22:02:01.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99652025-10-03T22:02:01.826Z
99662025-10-03T22:02:01.887Z Doc-tests clickhouse_admin_server_client
99672025-10-03T22:02:01.887Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99682025-10-03T22:02:02.626Z
99692025-10-03T22:02:02.626Zrunning 0 tests
99702025-10-03T22:02:02.626Z
99712025-10-03T22:02:02.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99722025-10-03T22:02:02.626Z
99732025-10-03T22:02:02.685Z Doc-tests clickhouse_admin_single_client
99742025-10-03T22:02:02.685Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99752025-10-03T22:02:02.995Z
99762025-10-03T22:02:02.995Zrunning 0 tests
99772025-10-03T22:02:02.995Z
99782025-10-03T22:02:02.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99792025-10-03T22:02:02.995Z
99802025-10-03T22:02:03.032Z Doc-tests clickhouse_admin_test_utils
99812025-10-03T22:02:03.032Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dfc32f0a21b07f91.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0c943951f1bef186.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99822025-10-03T22:02:03.363Z
99832025-10-03T22:02:03.363Zrunning 0 tests
99842025-10-03T22:02:03.364Z
99852025-10-03T22:02:03.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99862025-10-03T22:02:03.364Z
99872025-10-03T22:02:03.405Z Doc-tests clickhouse_admin_types
99882025-10-03T22:02:03.405Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99892025-10-03T22:02:04.183Z
99902025-10-03T22:02:04.183Zrunning 0 tests
99912025-10-03T22:02:04.183Z
99922025-10-03T22:02:04.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99932025-10-03T22:02:04.183Z
99942025-10-03T22:02:04.245Z Doc-tests cockroach_admin_api
99952025-10-03T22:02:04.245Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8e4769b7ae733c9f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99962025-10-03T22:02:04.550Z
99972025-10-03T22:02:04.550Zrunning 2 tests
99982025-10-03T22:02:04.575Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 51) ... ignored
99992025-10-03T22:02:04.575Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 57) ... ignored
100002025-10-03T22:02:04.575Z
100012025-10-03T22:02:04.575Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100022025-10-03T22:02:04.575Z
100032025-10-03T22:02:04.600Z Doc-tests cockroach_admin_client
100042025-10-03T22:02:04.600Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100052025-10-03T22:02:05.040Z
100062025-10-03T22:02:05.040Zrunning 0 tests
100072025-10-03T22:02:05.040Z
100082025-10-03T22:02:05.040Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100092025-10-03T22:02:05.040Z
100102025-10-03T22:02:05.083Z Doc-tests cockroach_admin_types
100112025-10-03T22:02:05.083Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100122025-10-03T22:02:05.339Z
100132025-10-03T22:02:05.339Zrunning 0 tests
100142025-10-03T22:02:05.339Z
100152025-10-03T22:02:05.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100162025-10-03T22:02:05.339Z
100172025-10-03T22:02:05.376Z Doc-tests db_macros
100182025-10-03T22:02:05.376Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-819245c6a844611d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6631d55b92ae00a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-03fba83ac132c644.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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`
100192025-10-03T22:02:05.751Z
100202025-10-03T22:02:05.751Zrunning 3 tests
100212025-10-03T22:02:05.776Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
100222025-10-03T22:02:05.776Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
100232025-10-03T22:02:05.776Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
100242025-10-03T22:02:05.776Z
100252025-10-03T22:02:05.776Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
100262025-10-03T22:02:05.776Z
100272025-10-03T22:02:05.801Z Doc-tests dev_tools_common
100282025-10-03T22:02:05.802Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-08f6be44a05b044a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100292025-10-03T22:02:05.894Z
100302025-10-03T22:02:05.894Zrunning 0 tests
100312025-10-03T22:02:05.894Z
100322025-10-03T22:02:05.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100332025-10-03T22:02:05.894Z
100342025-10-03T22:02:05.923Z Doc-tests dns_server
100352025-10-03T22:02:05.924Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dcc9a4d3c632c90e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-52172a5608f65c9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100362025-10-03T22:02:06.454Z
100372025-10-03T22:02:06.455Zrunning 0 tests
100382025-10-03T22:02:06.455Z
100392025-10-03T22:02:06.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100402025-10-03T22:02:06.455Z
100412025-10-03T22:02:06.514Z Doc-tests dns_server_api
100422025-10-03T22:02:06.514Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100432025-10-03T22:02:06.890Z
100442025-10-03T22:02:06.891Zrunning 2 tests
100452025-10-03T22:02:06.915Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 132) ... ignored
100462025-10-03T22:02:06.915Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 138) ... ignored
100472025-10-03T22:02:06.915Z
100482025-10-03T22:02:06.916Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100492025-10-03T22:02:06.916Z
100502025-10-03T22:02:06.940Z Doc-tests dns_service_client
100512025-10-03T22:02:06.940Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100522025-10-03T22:02:07.396Z
100532025-10-03T22:02:07.396Zrunning 0 tests
100542025-10-03T22:02:07.396Z
100552025-10-03T22:02:07.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100562025-10-03T22:02:07.396Z
100572025-10-03T22:02:07.468Z Doc-tests end_to_end_tests
100582025-10-03T22:02:07.468Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-189a9b5757e2d232.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d5490df44db814e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-f4902f2efd761223.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-a05c86c12a3c98b8.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-16e78258f16ebd5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100592025-10-03T22:02:08.171Z
100602025-10-03T22:02:08.171Zrunning 0 tests
100612025-10-03T22:02:08.171Z
100622025-10-03T22:02:08.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100632025-10-03T22:02:08.172Z
100642025-10-03T22:02:08.231Z Doc-tests ereport_types
100652025-10-03T22:02:08.231Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100662025-10-03T22:02:08.544Z
100672025-10-03T22:02:08.545Zrunning 0 tests
100682025-10-03T22:02:08.545Z
100692025-10-03T22:02:08.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100702025-10-03T22:02:08.545Z
100712025-10-03T22:02:08.580Z Doc-tests gateway_api
100722025-10-03T22:02:08.581Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-88acba63d9b9358f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100732025-10-03T22:02:09.012Z
100742025-10-03T22:02:09.012Zrunning 2 tests
100752025-10-03T22:02:09.037Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 78) ... ignored
100762025-10-03T22:02:09.037Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 84) ... ignored
100772025-10-03T22:02:09.037Z
100782025-10-03T22:02:09.037Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100792025-10-03T22:02:09.037Z
100802025-10-03T22:02:09.062Z Doc-tests gateway_client
100812025-10-03T22:02:09.062Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100822025-10-03T22:02:10.620Z
100832025-10-03T22:02:10.620Zrunning 0 tests
100842025-10-03T22:02:10.620Z
100852025-10-03T22:02:10.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100862025-10-03T22:02:10.620Z
100872025-10-03T22:02:10.691Z Doc-tests gateway_test_utils
100882025-10-03T22:02:10.691Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a46e2c0cf13850f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100892025-10-03T22:02:11.456Z
100902025-10-03T22:02:11.456Zrunning 0 tests
100912025-10-03T22:02:11.456Z
100922025-10-03T22:02:11.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100932025-10-03T22:02:11.456Z
100942025-10-03T22:02:11.519Z Doc-tests gateway_types
100952025-10-03T22:02:11.519Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f805a8c9744d2178.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
100962025-10-03T22:02:12.393Z
100972025-10-03T22:02:12.393Zrunning 0 tests
100982025-10-03T22:02:12.418Z
100992025-10-03T22:02:12.418Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101002025-10-03T22:02:12.418Z
101012025-10-03T22:02:12.464Z Doc-tests gfss
101022025-10-03T22:02:12.464Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-811675e9ce129203.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4929b029eed0452f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
101032025-10-03T22:02:12.640Z
101042025-10-03T22:02:12.640Zrunning 0 tests
101052025-10-03T22:02:12.640Z
101062025-10-03T22:02:12.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101072025-10-03T22:02:12.640Z
101082025-10-03T22:02:12.670Z Doc-tests id_map
101092025-10-03T22:02:12.695Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f805a8c9744d2178.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101102025-10-03T22:02:12.891Z
101112025-10-03T22:02:12.891Zrunning 0 tests
101122025-10-03T22:02:12.891Z
101132025-10-03T22:02:12.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101142025-10-03T22:02:12.891Z
101152025-10-03T22:02:12.928Z Doc-tests illumos_utils
101162025-10-03T22:02:12.928Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0ae098d9efa20822.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-b5826a67549b4447.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1758e38323da742c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-31abac89750ec204.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.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`
101172025-10-03T22:02:13.741Z
101182025-10-03T22:02:13.741Zrunning 0 tests
101192025-10-03T22:02:13.741Z
101202025-10-03T22:02:13.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101212025-10-03T22:02:13.741Z
101222025-10-03T22:02:13.832Z Doc-tests installinator
101232025-10-03T22:02:13.833Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b37a6fe48dddae35.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1f8b6d676b4b5418.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2fcc6f17884da91b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.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`
101242025-10-03T22:02:14.715Z
101252025-10-03T22:02:14.715Zrunning 0 tests
101262025-10-03T22:02:14.715Z
101272025-10-03T22:02:14.715Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101282025-10-03T22:02:14.715Z
101292025-10-03T22:02:14.784Z Doc-tests installinator_api
101302025-10-03T22:02:14.784Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b80ec6ca8be07add.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101312025-10-03T22:02:15.242Z
101322025-10-03T22:02:15.242Zrunning 2 tests
101332025-10-03T22:02:15.267Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
101342025-10-03T22:02:15.267Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
101352025-10-03T22:02:15.267Z
101362025-10-03T22:02:15.267Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101372025-10-03T22:02:15.267Z
101382025-10-03T22:02:15.292Z Doc-tests installinator_client
101392025-10-03T22:02:15.292Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1f8b6d676b4b5418.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101402025-10-03T22:02:16.440Z
101412025-10-03T22:02:16.440Zrunning 0 tests
101422025-10-03T22:02:16.440Z
101432025-10-03T22:02:16.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101442025-10-03T22:02:16.440Z
101452025-10-03T22:02:16.520Z Doc-tests installinator_common
101462025-10-03T22:02:16.520Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101472025-10-03T22:02:17.040Z
101482025-10-03T22:02:17.040Zrunning 0 tests
101492025-10-03T22:02:17.041Z
101502025-10-03T22:02:17.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101512025-10-03T22:02:17.041Z
101522025-10-03T22:02:17.115Z Doc-tests internal_dns_resolver
101532025-10-03T22:02:17.115Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d72694232c7ebe7c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101542025-10-03T22:02:17.494Z
101552025-10-03T22:02:17.495Zrunning 0 tests
101562025-10-03T22:02:17.495Z
101572025-10-03T22:02:17.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101582025-10-03T22:02:17.495Z
101592025-10-03T22:02:17.542Z Doc-tests internal_dns_types
101602025-10-03T22:02:17.542Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101612025-10-03T22:02:18.105Z
101622025-10-03T22:02:18.105Zrunning 0 tests
101632025-10-03T22:02:18.105Z
101642025-10-03T22:02:18.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101652025-10-03T22:02:18.105Z
101662025-10-03T22:02:18.161Z Doc-tests ipcc
101672025-10-03T22:02:18.162Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2b2c5b3b049bb414.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-9e8190d71cc4dc9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101682025-10-03T22:02:18.378Z
101692025-10-03T22:02:18.378Zrunning 0 tests
101702025-10-03T22:02:18.378Z
101712025-10-03T22:02:18.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101722025-10-03T22:02:18.378Z
101732025-10-03T22:02:18.407Z Doc-tests key_manager
101742025-10-03T22:02:18.407Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-43346e1c8890fba4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101752025-10-03T22:02:18.776Z
101762025-10-03T22:02:18.776Zrunning 0 tests
101772025-10-03T22:02:18.776Z
101782025-10-03T22:02:18.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101792025-10-03T22:02:18.777Z
101802025-10-03T22:02:18.825Z Doc-tests live_tests_macros
101812025-10-03T22:02:18.825Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ff602060f8e856d4.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-10-03T22:02:18.964Z
101832025-10-03T22:02:18.965Zrunning 1 test
101842025-10-03T22:02:18.989Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
101852025-10-03T22:02:18.989Z
101862025-10-03T22:02:18.989Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101872025-10-03T22:02:18.989Z
101882025-10-03T22:02:19.015Z Doc-tests nexus_auth
101892025-10-03T22:02:19.015Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6d32444f06077cf0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-86e51bab00178629.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e671a537678a3b45.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
101902025-10-03T22:02:20.361Z
101912025-10-03T22:02:20.361Zrunning 0 tests
101922025-10-03T22:02:20.361Z
101932025-10-03T22:02:20.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101942025-10-03T22:02:20.361Z
101952025-10-03T22:02:20.449Z Doc-tests nexus_background_task_interface
101962025-10-03T22:02:20.449Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-66f2728ea060d1d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101972025-10-03T22:02:20.585Z
101982025-10-03T22:02:20.585Zrunning 0 tests
101992025-10-03T22:02:20.585Z
102002025-10-03T22:02:20.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102012025-10-03T22:02:20.585Z
102022025-10-03T22:02:20.615Z Doc-tests nexus_client
102032025-10-03T22:02:20.615Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102042025-10-03T22:02:23.646Z
102052025-10-03T22:02:23.646Zrunning 0 tests
102062025-10-03T22:02:23.646Z
102072025-10-03T22:02:23.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102082025-10-03T22:02:23.646Z
102092025-10-03T22:02:23.749Z Doc-tests nexus_config
102102025-10-03T22:02:23.749Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102112025-10-03T22:02:24.732Z
102122025-10-03T22:02:24.732Zrunning 0 tests
102132025-10-03T22:02:24.732Z
102142025-10-03T22:02:24.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102152025-10-03T22:02:24.732Z
102162025-10-03T22:02:24.796Z Doc-tests nexus_db_errors
102172025-10-03T22:02:24.796Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dbe800b30728c355.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102182025-10-03T22:02:25.329Z
102192025-10-03T22:02:25.329Zrunning 0 tests
102202025-10-03T22:02:25.329Z
102212025-10-03T22:02:25.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102222025-10-03T22:02:25.329Z
102232025-10-03T22:02:25.395Z Doc-tests nexus_db_fixed_data
102242025-10-03T22:02:25.395Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-86e51bab00178629.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
102252025-10-03T22:02:25.983Z
102262025-10-03T22:02:25.983Zrunning 0 tests
102272025-10-03T22:02:25.983Z
102282025-10-03T22:02:25.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102292025-10-03T22:02:25.983Z
102302025-10-03T22:02:26.041Z Doc-tests nexus_db_lookup
102312025-10-03T22:02:26.041Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4693c330a7860d27.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
102322025-10-03T22:02:27.132Z
102332025-10-03T22:02:27.132Zrunning 0 tests
102342025-10-03T22:02:27.132Z
102352025-10-03T22:02:27.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102362025-10-03T22:02:27.132Z
102372025-10-03T22:02:27.233Z Doc-tests nexus_db_model
102382025-10-03T22:02:27.233Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
102392025-10-03T22:02:32.790Z
102402025-10-03T22:02:32.790Zrunning 2 tests
102412025-10-03T22:02:35.657Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
102422025-10-03T22:02:35.733Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
102432025-10-03T22:02:35.733Z
102442025-10-03T22:02:35.733Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.94s
102452025-10-03T22:02:35.733Z
102462025-10-03T22:02:35.931Z Doc-tests nexus_db_queries
102472025-10-03T22:02:35.979Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-819245c6a844611d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4693c330a7860d27.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-060e4f0820c55eff.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-86e51bab00178629.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e671a537678a3b45.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
102482025-10-03T22:02:39.054Z
102492025-10-03T22:02:39.054Zrunning 1 test
102502025-10-03T22:02:43.719Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
102512025-10-03T22:02:43.719Z
102522025-10-03T22:02:43.719Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.67s
102532025-10-03T22:02:43.719Z
102542025-10-03T22:02:43.887Z Doc-tests nexus_db_schema
102552025-10-03T22:02:43.887Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dbe800b30728c355.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.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-10-03T22:02:53.690Z
102572025-10-03T22:02:53.690Zrunning 0 tests
102582025-10-03T22:02:53.690Z
102592025-10-03T22:02:53.690Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102602025-10-03T22:02:53.690Z
102612025-10-03T22:02:54.014Z Doc-tests nexus_defaults
102622025-10-03T22:02:54.014Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c11c49bfabf517b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102632025-10-03T22:02:54.378Z
102642025-10-03T22:02:54.379Zrunning 0 tests
102652025-10-03T22:02:54.379Z
102662025-10-03T22:02:54.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102672025-10-03T22:02:54.379Z
102682025-10-03T22:02:54.431Z Doc-tests nexus_external_api
102692025-10-03T22:02:54.431Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102702025-10-03T22:02:55.400Z
102712025-10-03T22:02:55.400Zrunning 2 tests
102722025-10-03T22:02:55.425Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 88) ... ignored
102732025-10-03T22:02:55.425Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 94) ... ignored
102742025-10-03T22:02:55.425Z
102752025-10-03T22:02:55.425Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102762025-10-03T22:02:55.425Z
102772025-10-03T22:02:55.470Z Doc-tests nexus_internal_api
102782025-10-03T22:02:55.470Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eb540987235cc905.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102792025-10-03T22:02:56.105Z
102802025-10-03T22:02:56.105Zrunning 2 tests
102812025-10-03T22:02:56.130Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 49) ... ignored
102822025-10-03T22:02:56.131Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 55) ... ignored
102832025-10-03T22:02:56.131Z
102842025-10-03T22:02:56.131Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102852025-10-03T22:02:56.131Z
102862025-10-03T22:02:56.183Z Doc-tests nexus_inventory
102872025-10-03T22:02:56.183Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102882025-10-03T22:02:56.809Z
102892025-10-03T22:02:56.809Zrunning 0 tests
102902025-10-03T22:02:56.809Z
102912025-10-03T22:02:56.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102922025-10-03T22:02:56.809Z
102932025-10-03T22:02:56.870Z Doc-tests nexus_lockstep_api
102942025-10-03T22:02:56.870Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eb540987235cc905.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102952025-10-03T22:02:58.500Z
102962025-10-03T22:02:58.500Zrunning 2 tests
102972025-10-03T22:02:58.500Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 64) ... ignored
102982025-10-03T22:02:58.501Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 70) ... ignored
102992025-10-03T22:02:58.501Z
103002025-10-03T22:02:58.501Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103012025-10-03T22:02:58.501Z
103022025-10-03T22:02:58.579Z Doc-tests nexus_lockstep_client
103032025-10-03T22:02:58.579Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103042025-10-03T22:03:02.277Z
103052025-10-03T22:03:02.277Zrunning 0 tests
103062025-10-03T22:03:02.278Z
103072025-10-03T22:03:02.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103082025-10-03T22:03:02.278Z
103092025-10-03T22:03:02.392Z Doc-tests nexus_macros_common
103102025-10-03T22:03:02.392Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6631d55b92ae00a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103112025-10-03T22:03:02.509Z
103122025-10-03T22:03:02.509Zrunning 0 tests
103132025-10-03T22:03:02.509Z
103142025-10-03T22:03:02.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103152025-10-03T22:03:02.509Z
103162025-10-03T22:03:02.534Z Doc-tests nexus_metrics_producer_gc
103172025-10-03T22:03:02.534Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0024e32b04263537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7200b17fc5ad7e40.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-47cb192e0d642167.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
103182025-10-03T22:03:03.267Z
103192025-10-03T22:03:03.267Zrunning 0 tests
103202025-10-03T22:03:03.267Z
103212025-10-03T22:03:03.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103222025-10-03T22:03:03.267Z
103232025-10-03T22:03:03.347Z Doc-tests nexus_mgs_updates
103242025-10-03T22:03:03.347Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103252025-10-03T22:03:04.036Z
103262025-10-03T22:03:04.036Zrunning 0 tests
103272025-10-03T22:03:04.036Z
103282025-10-03T22:03:04.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103292025-10-03T22:03:04.036Z
103302025-10-03T22:03:04.116Z Doc-tests nexus_networking
103312025-10-03T22:03:04.116Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-912edc08ca7b6cfb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103322025-10-03T22:03:04.832Z
103332025-10-03T22:03:04.832Zrunning 0 tests
103342025-10-03T22:03:04.832Z
103352025-10-03T22:03:04.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103362025-10-03T22:03:04.832Z
103372025-10-03T22:03:04.902Z Doc-tests nexus_reconfigurator_blippy
103382025-10-03T22:03:04.902Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e6579278091e5762.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103392025-10-03T22:03:05.436Z
103402025-10-03T22:03:05.436Zrunning 0 tests
103412025-10-03T22:03:05.436Z
103422025-10-03T22:03:05.436Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103432025-10-03T22:03:05.437Z
103442025-10-03T22:03:05.525Z Doc-tests nexus_reconfigurator_execution
103452025-10-03T22:03:05.525Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7200b17fc5ad7e40.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
103462025-10-03T22:03:06.303Z
103472025-10-03T22:03:06.303Zrunning 0 tests
103482025-10-03T22:03:06.303Z
103492025-10-03T22:03:06.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103502025-10-03T22:03:06.303Z
103512025-10-03T22:03:06.402Z Doc-tests nexus_reconfigurator_planning
103522025-10-03T22:03:06.402Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103532025-10-03T22:03:07.437Z
103542025-10-03T22:03:07.437Zrunning 0 tests
103552025-10-03T22:03:07.438Z
103562025-10-03T22:03:07.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103572025-10-03T22:03:07.438Z
103582025-10-03T22:03:07.513Z Doc-tests nexus_reconfigurator_preparation
103592025-10-03T22:03:07.513Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103602025-10-03T22:03:08.192Z
103612025-10-03T22:03:08.192Zrunning 0 tests
103622025-10-03T22:03:08.192Z
103632025-10-03T22:03:08.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103642025-10-03T22:03:08.193Z
103652025-10-03T22:03:08.267Z Doc-tests nexus_reconfigurator_rendezvous
103662025-10-03T22:03:08.267Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c1fefa9a58bf033b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
103672025-10-03T22:03:08.907Z
103682025-10-03T22:03:08.907Zrunning 0 tests
103692025-10-03T22:03:08.907Z
103702025-10-03T22:03:08.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103712025-10-03T22:03:08.907Z
103722025-10-03T22:03:08.979Z Doc-tests nexus_reconfigurator_simulation
103732025-10-03T22:03:08.979Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7ebd2a4349a92fbe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-08e2e14879a2a174.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ff242f92cb1085d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103742025-10-03T22:03:09.728Z
103752025-10-03T22:03:09.728Zrunning 0 tests
103762025-10-03T22:03:09.728Z
103772025-10-03T22:03:09.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103782025-10-03T22:03:09.728Z
103792025-10-03T22:03:09.800Z Doc-tests nexus_saga_recovery
103802025-10-03T22:03:09.800Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
103812025-10-03T22:03:10.421Z
103822025-10-03T22:03:10.421Zrunning 0 tests
103832025-10-03T22:03:10.421Z
103842025-10-03T22:03:10.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103852025-10-03T22:03:10.421Z
103862025-10-03T22:03:10.484Z Doc-tests nexus_sled_agent_shared
103872025-10-03T22:03:10.484Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
103882025-10-03T22:03:11.427Z
103892025-10-03T22:03:11.427Zrunning 0 tests
103902025-10-03T22:03:11.427Z
103912025-10-03T22:03:11.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103922025-10-03T22:03:11.427Z
103932025-10-03T22:03:11.496Z Doc-tests nexus_test_interface
103942025-10-03T22:03:11.496Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-43346e1c8890fba4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
103952025-10-03T22:03:12.155Z
103962025-10-03T22:03:12.155Zrunning 0 tests
103972025-10-03T22:03:12.155Z
103982025-10-03T22:03:12.155Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103992025-10-03T22:03:12.155Z
104002025-10-03T22:03:12.252Z Doc-tests nexus_test_utils
104012025-10-03T22:03:12.252Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-a289e78d93a5800e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
104022025-10-03T22:03:13.382Z
104032025-10-03T22:03:13.382Zrunning 0 tests
104042025-10-03T22:03:13.383Z
104052025-10-03T22:03:13.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104062025-10-03T22:03:13.383Z
104072025-10-03T22:03:13.475Z Doc-tests nexus_test_utils_macros
104082025-10-03T22:03:13.475Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e33a663352da63dd.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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`
104092025-10-03T22:03:13.598Z
104102025-10-03T22:03:13.598Zrunning 1 test
104112025-10-03T22:03:13.623Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
104122025-10-03T22:03:13.623Z
104132025-10-03T22:03:13.623Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104142025-10-03T22:03:13.623Z
104152025-10-03T22:03:13.648Z Doc-tests nexus_types
104162025-10-03T22:03:13.648Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-483458f2c0e4714b.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104172025-10-03T22:03:19.740Z
104182025-10-03T22:03:19.740Zrunning 3 tests
104192025-10-03T22:03:19.765Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 2208) ... ignored
104202025-10-03T22:03:19.765Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 2080) ... ignored
104212025-10-03T22:03:19.765Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1193) ... ignored
104222025-10-03T22:03:19.765Z
104232025-10-03T22:03:19.765Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
104242025-10-03T22:03:19.765Z
104252025-10-03T22:03:19.951Z Doc-tests ntp_admin_api
104262025-10-03T22:03:19.951Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-48f9ff9ce7354f8f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-3ac978a0e3ae3304.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104272025-10-03T22:03:20.232Z
104282025-10-03T22:03:20.232Zrunning 2 tests
104292025-10-03T22:03:20.257Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 44) ... ignored
104302025-10-03T22:03:20.257Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 50) ... ignored
104312025-10-03T22:03:20.257Z
104322025-10-03T22:03:20.258Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104332025-10-03T22:03:20.258Z
104342025-10-03T22:03:20.282Z Doc-tests ntp_admin_client
104352025-10-03T22:03:20.283Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104362025-10-03T22:03:20.592Z
104372025-10-03T22:03:20.592Zrunning 0 tests
104382025-10-03T22:03:20.592Z
104392025-10-03T22:03:20.592Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104402025-10-03T22:03:20.592Z
104412025-10-03T22:03:20.630Z Doc-tests ntp_admin_types
104422025-10-03T22:03:20.631Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-3ac978a0e3ae3304.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104432025-10-03T22:03:20.804Z
104442025-10-03T22:03:20.804Zrunning 0 tests
104452025-10-03T22:03:20.804Z
104462025-10-03T22:03:20.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104472025-10-03T22:03:20.804Z
104482025-10-03T22:03:20.832Z Doc-tests omicron_certificates
104492025-10-03T22:03:20.832Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f8d71a72b9e8b2c4.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104502025-10-03T22:03:21.268Z
104512025-10-03T22:03:21.268Zrunning 0 tests
104522025-10-03T22:03:21.268Z
104532025-10-03T22:03:21.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104542025-10-03T22:03:21.268Z
104552025-10-03T22:03:21.315Z Doc-tests omicron_clickhouse_admin
104562025-10-03T22:03:21.315Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17988f1466478ee7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0c943951f1bef186.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c326e49721bbcada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104572025-10-03T22:03:21.961Z
104582025-10-03T22:03:21.961Zrunning 0 tests
104592025-10-03T22:03:21.961Z
104602025-10-03T22:03:21.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104612025-10-03T22:03:21.961Z
104622025-10-03T22:03:22.058Z Doc-tests omicron_cockroach_admin
104632025-10-03T22:03:22.058Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8e4769b7ae733c9f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-737dd355a343b4a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-a289e78d93a5800e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.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`
104642025-10-03T22:03:22.527Z
104652025-10-03T22:03:22.528Zrunning 0 tests
104662025-10-03T22:03:22.528Z
104672025-10-03T22:03:22.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104682025-10-03T22:03:22.528Z
104692025-10-03T22:03:22.583Z Doc-tests omicron_cockroach_metrics
104702025-10-03T22:03:22.583Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-751e8eed95c44bac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104712025-10-03T22:03:22.947Z
104722025-10-03T22:03:22.947Zrunning 1 test
104732025-10-03T22:03:23.369Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
104742025-10-03T22:03:23.370Z
104752025-10-03T22:03:23.370Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
104762025-10-03T22:03:23.370Z
104772025-10-03T22:03:23.420Z Doc-tests omicron_common
104782025-10-03T22:03:23.420Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-483458f2c0e4714b.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d52fdd98b2e268d4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-a647f2646049ad12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
104792025-10-03T22:03:26.315Z
104802025-10-03T22:03:26.315Zrunning 2 tests
104812025-10-03T22:03:26.340Ztest common/src/lib.rs - FileKv (line 38) ... ignored
104822025-10-03T22:03:34.028Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
104832025-10-03T22:03:34.028Z
104842025-10-03T22:03:34.028Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.71s
104852025-10-03T22:03:34.028Z
104862025-10-03T22:03:34.162Z Doc-tests omicron_ddm_admin_client
104872025-10-03T22:03:34.162Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7bc2b684b880fddd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104882025-10-03T22:03:34.582Z
104892025-10-03T22:03:34.582Zrunning 0 tests
104902025-10-03T22:03:34.582Z
104912025-10-03T22:03:34.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104922025-10-03T22:03:34.582Z
104932025-10-03T22:03:34.636Z Doc-tests omicron_dev_lib
104942025-10-03T22:03:34.636Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-33c1f46887a16e76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104952025-10-03T22:03:35.171Z
104962025-10-03T22:03:35.171Zrunning 0 tests
104972025-10-03T22:03:35.171Z
104982025-10-03T22:03:35.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104992025-10-03T22:03:35.171Z
105002025-10-03T22:03:35.260Z Doc-tests omicron_gateway
105012025-10-03T22:03:35.260Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-88acba63d9b9358f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-839436610eb1cc60.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5ceaa3d98b7e918c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a46e2c0cf13850f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-a1d0abaa9073c7e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-38a80769c6ab5534.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105022025-10-03T22:03:36.366Z
105032025-10-03T22:03:36.366Zrunning 0 tests
105042025-10-03T22:03:36.366Z
105052025-10-03T22:03:36.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105062025-10-03T22:03:36.366Z
105072025-10-03T22:03:36.453Z Doc-tests omicron_ls_apis
105082025-10-03T22:03:36.453Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-53fceacaa1738260.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105092025-10-03T22:03:36.797Z
105102025-10-03T22:03:36.797Zrunning 1 test
105112025-10-03T22:03:36.822Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
105122025-10-03T22:03:36.822Z
105132025-10-03T22:03:36.822Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105142025-10-03T22:03:36.822Z
105152025-10-03T22:03:36.872Z Doc-tests omicron_nexus
105162025-10-03T22:03:36.872Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0024e32b04263537.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-cd4d07d228c0ef99.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca432171ded846a4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-96f847f77f3848ce.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a67b0b7ffc551bf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a7c3917d50a505.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-dbe800b30728c355.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0ef5f8ed996be94a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3c3bb2439bb88549.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7200b17fc5ad7e40.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cc1554b8c6c1cc89.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af6b962b2ea97f6b.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-66f2728ea060d1d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-90646f0dc10bc5d2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db2492616b64b59c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c9458a377846ee16.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4b1df89c33437676.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b1cb416f51ec7f87.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-65430ef687148e73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-dd9e595d33ebe846.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e690ff16d980baf9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8ae324ebbe9ddf34.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-47cb192e0d642167.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2c72651abee4a333.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-410e1bae20be22c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-afe77e3c3dd5e5b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9cf541416de06309.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c1fefa9a58bf033b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80efc08b4169a58b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4cfe34931e2e4b90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e33a663352da63dd.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-daa1ab6188323f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2d98a4b8bb15c04d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c1d6f8997303c5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-7301ab81925d1f24.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fcb6f8e57edddc75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0ed1b94ac53b5ccc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-40f868d63e432e4f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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`
105172025-10-03T22:03:40.921Z
105182025-10-03T22:03:40.921Zrunning 5 tests
105192025-10-03T22:03:40.946Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
105202025-10-03T22:03:45.709Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 916) ... ok
105212025-10-03T22:03:45.855Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 988) ... ok
105222025-10-03T22:03:45.920Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 958) ... ok
105232025-10-03T22:03:45.945Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 894) ... ok
105242025-10-03T22:03:45.945Z
105252025-10-03T22:03:45.945Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.02s
105262025-10-03T22:03:45.945Z
105272025-10-03T22:03:46.134Z Doc-tests omicron_ntp_admin
105282025-10-03T22:03:46.134Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-10105fbbc18750e8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-48f9ff9ce7354f8f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-3ac978a0e3ae3304.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-bcdf2210d62da937.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.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`
105292025-10-03T22:03:46.575Z
105302025-10-03T22:03:46.576Zrunning 0 tests
105312025-10-03T22:03:46.576Z
105322025-10-03T22:03:46.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105332025-10-03T22:03:46.576Z
105342025-10-03T22:03:46.623Z Doc-tests omicron_package
105352025-10-03T22:03:46.623Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-bfd592cfbf8ab822.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c3814f139aee330a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7a55bc9f1c230e60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105362025-10-03T22:03:47.033Z
105372025-10-03T22:03:47.033Zrunning 0 tests
105382025-10-03T22:03:47.033Z
105392025-10-03T22:03:47.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105402025-10-03T22:03:47.033Z
105412025-10-03T22:03:47.081Z Doc-tests omicron_passwords
105422025-10-03T22:03:47.081Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-74c62a1d4d9a119c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105432025-10-03T22:03:47.302Z
105442025-10-03T22:03:47.302Zrunning 0 tests
105452025-10-03T22:03:47.302Z
105462025-10-03T22:03:47.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105472025-10-03T22:03:47.302Z
105482025-10-03T22:03:47.338Z Doc-tests omicron_pins
105492025-10-03T22:03:47.338Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-02963ec3f3bc1a26.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-7f9dcf71e3665430.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105502025-10-03T22:03:47.518Z
105512025-10-03T22:03:47.518Zrunning 0 tests
105522025-10-03T22:03:47.518Z
105532025-10-03T22:03:47.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105542025-10-03T22:03:47.543Z
105552025-10-03T22:03:47.567Z Doc-tests omicron_repl_utils
105562025-10-03T22:03:47.567Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0b4dbfb8d85c023b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105572025-10-03T22:03:47.731Z
105582025-10-03T22:03:47.731Zrunning 0 tests
105592025-10-03T22:03:47.731Z
105602025-10-03T22:03:47.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105612025-10-03T22:03:47.731Z
105622025-10-03T22:03:47.758Z Doc-tests omicron_rpaths
105632025-10-03T22:03:47.758Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9be08790c2ba686d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105642025-10-03T22:03:47.865Z
105652025-10-03T22:03:47.865Zrunning 0 tests
105662025-10-03T22:03:47.865Z
105672025-10-03T22:03:47.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105682025-10-03T22:03:47.865Z
105692025-10-03T22:03:47.890Z Doc-tests omicron_sled_agent
105702025-10-03T22:03:47.915Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4b33978b02815482.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e478aa11e0963b60.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b9554de6e50510c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b0b5813901519d7f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-87faa1eddfde3450.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8a35e7e2e9c895f9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4fad48e293d8bba5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ccfca1fbb5cd030.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-09fe1d63fa72e43b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d3e7612be1e3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dd176193d8c9688.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e3ed1f942bd98974.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-164708d1e1fc2309.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-69d761dd87e285dc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.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`
105712025-10-03T22:03:50.601Z
105722025-10-03T22:03:50.601Zrunning 0 tests
105732025-10-03T22:03:50.601Z
105742025-10-03T22:03:50.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105752025-10-03T22:03:50.601Z
105762025-10-03T22:03:50.748Z Doc-tests omicron_test_utils
105772025-10-03T22:03:50.748Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6c94f537f98d47e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bd81f5aa8ecc89ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-be3a3cab8cae4ece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-78744b455626e5bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-012578d06a64737b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.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`
105782025-10-03T22:03:51.398Z
105792025-10-03T22:03:51.398Zrunning 3 tests
105802025-10-03T22:03:51.423Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
105812025-10-03T22:04:07.885Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
105822025-10-03T22:04:08.323Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
105832025-10-03T22:04:08.324Z
105842025-10-03T22:04:08.324Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 16.93s
105852025-10-03T22:04:08.324Z
105862025-10-03T22:04:08.407Z Doc-tests omicron_uuid_kinds
105872025-10-03T22:04:08.434Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f805a8c9744d2178.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.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`
105882025-10-03T22:04:08.673Z
105892025-10-03T22:04:08.673Zrunning 0 tests
105902025-10-03T22:04:08.673Z
105912025-10-03T22:04:08.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105922025-10-03T22:04:08.673Z
105932025-10-03T22:04:08.733Z Doc-tests omicron_workspace_hack
105942025-10-03T22:04:08.733Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-41e81cb7d43466a5.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d196c4fddd05f420.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2e15dfbecb90ad6a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c8939ca7148b6f17.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36c6de616dcce02e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c30fa127176a7cf.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-e8870a4ffd45fb57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1ddac0d0fc65a56b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-87bf7b027e3b9987.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-60be3c30e04f5ea7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5bfe4abad8ae50eb.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a6966521f45c0aa7.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-eb0fb82bc54427f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-cbe3ad82372ece52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c11c49bfabf517b6.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3573e82dea061098.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f121e2434b576f43.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d44d9a34ee3a776f.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1dabcdcf1d2ea826.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-af8e42e130717fe4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-871bce3553f0c6c6.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-de7ccbd438880b80.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-daa76648e454ddb8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ebc6d0b123f05836.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0f6736acc2dbe486.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c8d2b2cd23555b2d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-04d2fde23841f56b.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47b99673232dc793.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a863865501856ebb.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2c286be83987bd15.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c8bdc24cd9c7cc3.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a8f9f0e32463c102.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1a365ed664bf8d35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105952025-10-03T22:04:08.808Z
105962025-10-03T22:04:08.808Zrunning 0 tests
105972025-10-03T22:04:08.808Z
105982025-10-03T22:04:08.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105992025-10-03T22:04:08.808Z
106002025-10-03T22:04:08.833Z Doc-tests oxide_client
106012025-10-03T22:04:08.857Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bc19e3f0c78b938a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-915b3f54e3c1956a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106022025-10-03T22:04:17.277Z
106032025-10-03T22:04:17.277Zrunning 273 tests
106042025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
106052025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
106062025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
106072025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
106082025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
106092025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
106102025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
106112025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
106122025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
106132025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
106142025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 25) ... ignored
106152025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
106162025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
106172025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
106182025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
106192025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
106202025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
106212025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
106222025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
106232025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
106242025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
106252025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
106262025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
106272025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
106282025-10-03T22:04:17.347Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
106292025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
106302025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
106312025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
106322025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
106332025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
106342025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
106352025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
106362025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
106372025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
106382025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
106392025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
106402025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
106412025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
106422025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
106432025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
106442025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
106452025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
106462025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
106472025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
106482025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
106492025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
106502025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
106512025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
106522025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
106532025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
106542025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
106552025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
106562025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
106572025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored
106582025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
106592025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
106602025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
106612025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
106622025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
106632025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
106642025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
106652025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
106662025-10-03T22:04:17.348Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
106672025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
106682025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
106692025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
106702025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
106712025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
106722025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
106732025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
106742025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
106752025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
106762025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
106772025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
106782025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
106792025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
106802025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
106812025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
106822025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
106832025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
106842025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
106852025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
106862025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
106872025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
106882025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
106892025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
106902025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
106912025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
106922025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
106932025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
106942025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
106952025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
106962025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
106972025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
106982025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
106992025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
107002025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
107012025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
107022025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
107032025-10-03T22:04:17.349Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
107042025-10-03T22:04:17.375Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
107052025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
107062025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
107072025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
107082025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
107092025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
107102025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
107112025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
107122025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
107132025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
107142025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
107152025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
107162025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
107172025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
107182025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
107192025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
107202025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
107212025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
107222025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
107232025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
107242025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
107252025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
107262025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
107272025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
107282025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
107292025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
107302025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
107312025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
107322025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
107332025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
107342025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
107352025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
107362025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
107372025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
107382025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
107392025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
107402025-10-03T22:04:17.376Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
107412025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
107422025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
107432025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
107442025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
107452025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
107462025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
107472025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
107482025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
107492025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
107502025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
107512025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
107522025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
107532025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
107542025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
107552025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
107562025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
107572025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
107582025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 23) ... ignored
107592025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
107602025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
107612025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 28) ... ignored
107622025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
107632025-10-03T22:04:17.377Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
107642025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
107652025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
107662025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
107672025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
107682025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
107692025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
107702025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
107712025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
107722025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
107732025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
107742025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
107752025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
107762025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
107772025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
107782025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
107792025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
107802025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
107812025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
107822025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
107832025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
107842025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
107852025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
107862025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
107872025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
107882025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
107892025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
107902025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
107912025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
107922025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
107932025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
107942025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
107952025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
107962025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
107972025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
107982025-10-03T22:04:17.378Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
107992025-10-03T22:04:17.379Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
108002025-10-03T22:04:17.379Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
108012025-10-03T22:04:17.379Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
108022025-10-03T22:04:17.379Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
108032025-10-03T22:04:17.379Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
108042025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
108052025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
108062025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
108072025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
108082025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
108092025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
108102025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
108112025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
108122025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
108132025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
108142025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
108152025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
108162025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
108172025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
108182025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
108192025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
108202025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
108212025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
108222025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
108232025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
108242025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
108252025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
108262025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
108272025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
108282025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
108292025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
108302025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
108312025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
108322025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
108332025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
108342025-10-03T22:04:17.405Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_get_repository (line 25) ... ignored
108352025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_put_repository (line 28) ... ignored
108362025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
108372025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
108382025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
108392025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
108402025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
108412025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_view (line 25) ... ignored
108422025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
108432025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
108442025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
108452025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
108462025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
108472025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
108482025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
108492025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
108502025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
108512025-10-03T22:04:17.406Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
108522025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
108532025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
108542025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
108552025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
108562025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
108572025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
108582025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
108592025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
108602025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
108612025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
108622025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
108632025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
108642025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
108652025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
108662025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
108672025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
108682025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
108692025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
108702025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
108712025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
108722025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
108732025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
108742025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
108752025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
108762025-10-03T22:04:17.407Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
108772025-10-03T22:04:17.407Z
108782025-10-03T22:04:17.407Ztest result: ok. 0 passed; 0 failed; 273 ignored; 0 measured; 0 filtered out; finished in 0.02s
108792025-10-03T22:04:17.407Z
108802025-10-03T22:04:17.512Z Doc-tests oximeter
108812025-10-03T22:04:17.512Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-26079a2896df001a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d0e3ea704e893afa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108822025-10-03T22:04:17.965Z
108832025-10-03T22:04:17.965Zrunning 2 tests
108842025-10-03T22:04:17.989Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
108852025-10-03T22:04:19.840Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
108862025-10-03T22:04:19.840Z
108872025-10-03T22:04:19.865Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.87s
108882025-10-03T22:04:19.865Z
108892025-10-03T22:04:19.913Z Doc-tests oximeter_api
108902025-10-03T22:04:19.913Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108912025-10-03T22:04:20.362Z
108922025-10-03T22:04:20.362Zrunning 2 tests
108932025-10-03T22:04:20.387Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 53) ... ignored
108942025-10-03T22:04:20.387Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 59) ... ignored
108952025-10-03T22:04:20.387Z
108962025-10-03T22:04:20.387Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108972025-10-03T22:04:20.387Z
108982025-10-03T22:04:20.413Z Doc-tests oximeter_client
108992025-10-03T22:04:20.413Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109002025-10-03T22:04:21.085Z
109012025-10-03T22:04:21.085Zrunning 0 tests
109022025-10-03T22:04:21.085Z
109032025-10-03T22:04:21.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109042025-10-03T22:04:21.085Z
109052025-10-03T22:04:21.161Z Doc-tests oximeter_collector
109062025-10-03T22:04:21.161Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bd8172f13ade308a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6a085a43adbd02a3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-133772c6f4063263.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a69443578c35eaa5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109072025-10-03T22:04:22.057Z
109082025-10-03T22:04:22.057Zrunning 0 tests
109092025-10-03T22:04:22.057Z
109102025-10-03T22:04:22.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109112025-10-03T22:04:22.057Z
109122025-10-03T22:04:22.181Z Doc-tests oximeter_db
109132025-10-03T22:04:22.181Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2d997432b820278f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ba92db564fdd5f38.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5d7a1ab6b8a843bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ae53f2b3b3a35457.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
109142025-10-03T22:04:23.828Z
109152025-10-03T22:04:23.828Zrunning 5 tests
109162025-10-03T22:04:23.853Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
109172025-10-03T22:04:23.853Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
109182025-10-03T22:04:23.853Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
109192025-10-03T22:04:23.853Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
109202025-10-03T22:04:23.853Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
109212025-10-03T22:04:23.853Z
109222025-10-03T22:04:23.853Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
109232025-10-03T22:04:23.853Z
109242025-10-03T22:04:23.931Z Doc-tests oximeter_instruments
109252025-10-03T22:04:23.931Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5615119b55f0e9ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-66921d55886eaeab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
109262025-10-03T22:04:24.615Z
109272025-10-03T22:04:24.615Zrunning 0 tests
109282025-10-03T22:04:24.615Z
109292025-10-03T22:04:24.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109302025-10-03T22:04:24.615Z
109312025-10-03T22:04:24.677Z Doc-tests oximeter_macro_impl
109322025-10-03T22:04:24.678Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b9e22484d4541bc3.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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`
109332025-10-03T22:04:24.835Z
109342025-10-03T22:04:24.835Zrunning 0 tests
109352025-10-03T22:04:24.835Z
109362025-10-03T22:04:24.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109372025-10-03T22:04:24.835Z
109382025-10-03T22:04:24.861Z Doc-tests oximeter_producer
109392025-10-03T22:04:24.861Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e36195be51e1280.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0eb0f58bb299531b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6f48c5f178fd034.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109402025-10-03T22:04:25.538Z
109412025-10-03T22:04:25.538Zrunning 0 tests
109422025-10-03T22:04:25.538Z
109432025-10-03T22:04:25.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109442025-10-03T22:04:25.538Z
109452025-10-03T22:04:25.617Z Doc-tests oximeter_schema
109462025-10-03T22:04:25.617Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-26079a2896df001a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109472025-10-03T22:04:26.185Z
109482025-10-03T22:04:26.186Zrunning 0 tests
109492025-10-03T22:04:26.186Z
109502025-10-03T22:04:26.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109512025-10-03T22:04:26.186Z
109522025-10-03T22:04:26.237Z Doc-tests oximeter_test_utils
109532025-10-03T22:04:26.238Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c71b452a81099ed5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-83a1ec7f5a3ea152.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cbc082354eaa8297.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109542025-10-03T22:04:26.898Z
109552025-10-03T22:04:26.898Zrunning 0 tests
109562025-10-03T22:04:26.898Z
109572025-10-03T22:04:26.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109582025-10-03T22:04:26.898Z
109592025-10-03T22:04:26.983Z Doc-tests oximeter_timeseries_macro
109602025-10-03T22:04:26.983Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b9e22484d4541bc3.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a254e9682f436f69.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d0e3ea704e893afa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-34d160b618b330e3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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`
109612025-10-03T22:04:27.389Z
109622025-10-03T22:04:27.390Zrunning 0 tests
109632025-10-03T22:04:27.390Z
109642025-10-03T22:04:27.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109652025-10-03T22:04:27.390Z
109662025-10-03T22:04:27.439Z Doc-tests oximeter_types
109672025-10-03T22:04:27.439Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5fe48acdf7862405.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-292320a062725675.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a07489d86c2c5624.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ddbcb46c67bc5455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-a34b71621b92861e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ab58d805aa5f8928.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109682025-10-03T22:04:28.375Z
109692025-10-03T22:04:28.375Zrunning 11 tests
109702025-10-03T22:04:29.177Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
109712025-10-03T22:04:38.463Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
109722025-10-03T22:04:38.488Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
109732025-10-03T22:04:38.559Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
109742025-10-03T22:04:38.647Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
109752025-10-03T22:04:38.812Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
109762025-10-03T22:04:39.078Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
109772025-10-03T22:04:39.103Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
109782025-10-03T22:04:39.203Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
109792025-10-03T22:04:39.783Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
109802025-10-03T22:04:47.764Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
109812025-10-03T22:04:47.764Z
109822025-10-03T22:04:47.764Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.39s
109832025-10-03T22:04:47.764Z
109842025-10-03T22:04:47.844Z Doc-tests oxlog
109852025-10-03T22:04:47.844Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-31abac89750ec204.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109862025-10-03T22:04:47.995Z
109872025-10-03T22:04:47.995Zrunning 0 tests
109882025-10-03T22:04:47.995Z
109892025-10-03T22:04:47.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109902025-10-03T22:04:47.995Z
109912025-10-03T22:04:48.022Z Doc-tests oxql_types
109922025-10-03T22:04:48.022Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a347868d6bf0113a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-89902dd7460d5a0c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109932025-10-03T22:04:48.625Z
109942025-10-03T22:04:48.625Zrunning 0 tests
109952025-10-03T22:04:48.625Z
109962025-10-03T22:04:48.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109972025-10-03T22:04:48.625Z
109982025-10-03T22:04:48.675Z Doc-tests parallel_task_set
109992025-10-03T22:04:48.675Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b9e22484d4541bc3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110002025-10-03T22:04:48.796Z
110012025-10-03T22:04:48.796Zrunning 0 tests
110022025-10-03T22:04:48.796Z
110032025-10-03T22:04:48.796Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110042025-10-03T22:04:48.796Z
110052025-10-03T22:04:48.826Z Doc-tests range_requests
110062025-10-03T22:04:48.826Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ba091636fd1dadf2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-926913b17d40ecdd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-44ccc060f0dda386.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110072025-10-03T22:04:49.107Z
110082025-10-03T22:04:49.107Zrunning 0 tests
110092025-10-03T22:04:49.107Z
110102025-10-03T22:04:49.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110112025-10-03T22:04:49.107Z
110122025-10-03T22:04:49.151Z Doc-tests reconfigurator_cli
110132025-10-03T22:04:49.151Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1d8ca450b5f88ccc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5c70829ff7c12c75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-758b4950603e5377.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e6579278091e5762.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-934273a789460407.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7ebd2a4349a92fbe.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0b4dbfb8d85c023b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-35120663bc60e27b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
110142025-10-03T22:04:50.235Z
110152025-10-03T22:04:50.235Zrunning 0 tests
110162025-10-03T22:04:50.235Z
110172025-10-03T22:04:50.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110182025-10-03T22:04:50.235Z
110192025-10-03T22:04:50.310Z Doc-tests repo_depot_api
110202025-10-03T22:04:50.310Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eb540987235cc905.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b45cc086d7945a5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110212025-10-03T22:04:50.618Z
110222025-10-03T22:04:50.618Zrunning 2 tests
110232025-10-03T22:04:50.643Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
110242025-10-03T22:04:50.643Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
110252025-10-03T22:04:50.643Z
110262025-10-03T22:04:50.643Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110272025-10-03T22:04:50.643Z
110282025-10-03T22:04:50.668Z Doc-tests repo_depot_client
110292025-10-03T22:04:50.668Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8713821901b9d6d0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110302025-10-03T22:04:51.015Z
110312025-10-03T22:04:51.015Zrunning 0 tests
110322025-10-03T22:04:51.015Z
110332025-10-03T22:04:51.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110342025-10-03T22:04:51.015Z
110352025-10-03T22:04:51.051Z Doc-tests sled_agent_api
110362025-10-03T22:04:51.051Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-58c2191686490f89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110372025-10-03T22:04:51.974Z
110382025-10-03T22:04:51.975Zrunning 2 tests
110392025-10-03T22:04:51.999Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 108) ... ignored
110402025-10-03T22:04:51.999Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 114) ... ignored
110412025-10-03T22:04:51.999Z
110422025-10-03T22:04:51.999Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110432025-10-03T22:04:51.999Z
110442025-10-03T22:04:52.044Z Doc-tests sled_agent_client
110452025-10-03T22:04:52.044Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae94787b51ffef1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110462025-10-03T22:04:55.683Z
110472025-10-03T22:04:55.683Zrunning 0 tests
110482025-10-03T22:04:55.683Z
110492025-10-03T22:04:55.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110502025-10-03T22:04:55.683Z
110512025-10-03T22:04:55.812Z Doc-tests sled_agent_config_reconciler
110522025-10-03T22:04:55.812Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-9b05f529920a86da.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-bbc8b607baa6d8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e53a7bba3b403eb9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.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`
110532025-10-03T22:04:56.841Z
110542025-10-03T22:04:56.841Zrunning 0 tests
110552025-10-03T22:04:56.841Z
110562025-10-03T22:04:56.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110572025-10-03T22:04:56.842Z
110582025-10-03T22:04:56.939Z Doc-tests sled_agent_types
110592025-10-03T22:04:56.939Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8a0c795eb00d5957.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-706e73ffa3b2d1fd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110602025-10-03T22:04:58.134Z
110612025-10-03T22:04:58.135Zrunning 0 tests
110622025-10-03T22:04:58.135Z
110632025-10-03T22:04:58.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110642025-10-03T22:04:58.135Z
110652025-10-03T22:04:58.220Z Doc-tests sled_agent_zone_images
110662025-10-03T22:04:58.220Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images --test sled-agent/zone-images/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-fc505a76024a50af.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110672025-10-03T22:04:58.768Z
110682025-10-03T22:04:58.768Zrunning 0 tests
110692025-10-03T22:04:58.768Z
110702025-10-03T22:04:58.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110712025-10-03T22:04:58.768Z
110722025-10-03T22:04:58.823Z Doc-tests sled_agent_zone_images_examples
110732025-10-03T22:04:58.823Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images_examples --test sled-agent/zone-images-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-fc505a76024a50af.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ce5f0364f9e8e59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110742025-10-03T22:04:59.299Z
110752025-10-03T22:04:59.300Zrunning 0 tests
110762025-10-03T22:04:59.300Z
110772025-10-03T22:04:59.300Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110782025-10-03T22:04:59.300Z
110792025-10-03T22:04:59.353Z Doc-tests sled_diagnostics
110802025-10-03T22:04:59.353Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-31abac89750ec204.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-414d509908665096.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d87bda9e2c254e4b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110812025-10-03T22:04:59.935Z
110822025-10-03T22:04:59.935Zrunning 0 tests
110832025-10-03T22:04:59.935Z
110842025-10-03T22:04:59.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110852025-10-03T22:04:59.935Z
110862025-10-03T22:04:59.991Z Doc-tests sled_hardware
110872025-10-03T22:04:59.991Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-0575245d8e5f82dc.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8a92a5198330d7ab.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-cb3414afc4291584.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-1f7fe189b26b4f31.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-026b6037cd9d4c89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.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`
110882025-10-03T22:05:00.609Z
110892025-10-03T22:05:00.609Zrunning 0 tests
110902025-10-03T22:05:00.610Z
110912025-10-03T22:05:00.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110922025-10-03T22:05:00.610Z
110932025-10-03T22:05:00.677Z Doc-tests sled_hardware_types
110942025-10-03T22:05:00.677Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e8c3a04d2716be25.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-849f5a21cc0e8ed1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110952025-10-03T22:05:01.142Z
110962025-10-03T22:05:01.142Zrunning 0 tests
110972025-10-03T22:05:01.142Z
110982025-10-03T22:05:01.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110992025-10-03T22:05:01.142Z
111002025-10-03T22:05:01.212Z Doc-tests sled_storage
111012025-10-03T22:05:01.212Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e58d8038e8f2d346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889a3218c6ec9dea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.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`
111022025-10-03T22:05:01.885Z
111032025-10-03T22:05:01.885Zrunning 0 tests
111042025-10-03T22:05:01.885Z
111052025-10-03T22:05:01.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111062025-10-03T22:05:01.885Z
111072025-10-03T22:05:01.955Z Doc-tests sp_sim
111082025-10-03T22:05:01.955Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-60be3c30e04f5ea7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bd9f1beaa8af8caf.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-60879703bf0e25d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-5828fbd7fb766da7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-84d9d7739e7a0449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d68a8a5282d1f252.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111092025-10-03T22:05:03.061Z
111102025-10-03T22:05:03.061Zrunning 0 tests
111112025-10-03T22:05:03.061Z
111122025-10-03T22:05:03.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111132025-10-03T22:05:03.062Z
111142025-10-03T22:05:03.163Z Doc-tests trust_quorum
111152025-10-03T22:05:03.163Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c8310cf1c3e398a0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4929b029eed0452f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5d8a53f89994b542.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c6e95d188042a77b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
111162025-10-03T22:05:04.089Z
111172025-10-03T22:05:04.089Zrunning 0 tests
111182025-10-03T22:05:04.089Z
111192025-10-03T22:05:04.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111202025-10-03T22:05:04.089Z
111212025-10-03T22:05:04.161Z Doc-tests trust_quorum_test_utils
111222025-10-03T22:05:04.161Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-279487a4c8fc5a3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f805a8c9744d2178.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4929b029eed0452f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c699eaed81fefb2d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5d8a53f89994b542.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c6e95d188042a77b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111232025-10-03T22:05:04.775Z
111242025-10-03T22:05:04.775Zrunning 0 tests
111252025-10-03T22:05:04.775Z
111262025-10-03T22:05:04.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111272025-10-03T22:05:04.775Z
111282025-10-03T22:05:04.837Z Doc-tests typed_rng
111292025-10-03T22:05:04.837Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5c70829ff7c12c75.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-52d5645db40d6e5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111302025-10-03T22:05:05.005Z
111312025-10-03T22:05:05.005Zrunning 0 tests
111322025-10-03T22:05:05.005Z
111332025-10-03T22:05:05.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111342025-10-03T22:05:05.005Z
111352025-10-03T22:05:05.034Z Doc-tests update_common
111362025-10-03T22:05:05.034Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90767b8bfa11e094.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111372025-10-03T22:05:05.576Z
111382025-10-03T22:05:05.576Zrunning 0 tests
111392025-10-03T22:05:05.576Z
111402025-10-03T22:05:05.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111412025-10-03T22:05:05.576Z
111422025-10-03T22:05:05.656Z Doc-tests update_engine
111432025-10-03T22:05:05.656Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-01607268280dab2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-6eee06ffc9254337.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-25f66e3d1266183c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-09c1fab102bb0169.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-58824a80b0d6ebc9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111442025-10-03T22:05:06.394Z
111452025-10-03T22:05:06.394Zrunning 4 tests
111462025-10-03T22:05:06.420Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
111472025-10-03T22:05:06.421Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
111482025-10-03T22:05:06.421Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
111492025-10-03T22:05:08.007Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
111502025-10-03T22:05:08.007Z
111512025-10-03T22:05:08.007Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.63s
111522025-10-03T22:05:08.007Z
111532025-10-03T22:05:08.087Z Doc-tests wicket
111542025-10-03T22:05:08.087Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-02eb9ada1bbfad98.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6824468f0e7ad0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e43985f8bace9c0f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-cda2ad26d183953d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-371387807b933e58.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-97f85751c6964362.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111552025-10-03T22:05:09.420Z
111562025-10-03T22:05:09.420Zrunning 0 tests
111572025-10-03T22:05:09.420Z
111582025-10-03T22:05:09.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111592025-10-03T22:05:09.420Z
111602025-10-03T22:05:09.495Z Doc-tests wicket_common
111612025-10-03T22:05:09.495Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d2308364d6ae7057.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111622025-10-03T22:05:10.420Z
111632025-10-03T22:05:10.420Zrunning 0 tests
111642025-10-03T22:05:10.420Z
111652025-10-03T22:05:10.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111662025-10-03T22:05:10.420Z
111672025-10-03T22:05:10.486Z Doc-tests wicket_dbg
111682025-10-03T22:05:10.486Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2b2c5b3b049bb414.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fc23fe890f4de018.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b4a159ba89456c22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-373540c6db10c0f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ddeaf0281dadea92.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111692025-10-03T22:05:11.122Z
111702025-10-03T22:05:11.122Zrunning 0 tests
111712025-10-03T22:05:11.122Z
111722025-10-03T22:05:11.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111732025-10-03T22:05:11.122Z
111742025-10-03T22:05:11.229Z Doc-tests wicketd
111752025-10-03T22:05:11.229Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-27d129146f1a6224.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b1549e5711807a87.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ba091636fd1dadf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-74524fef7216f7a3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-52aaf9bac3c61a0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1225f8856b75ea78.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-89b78adfe1cbd508.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0e9e52307f77be8d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0856a11897c883fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-e3b07cd651f4a87a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1a0f77dd217289d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9e1849e11a25435c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-1a754f9879ed1770.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ef5e08edd06d03bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f1c1dacd0f20729a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b37a6fe48dddae35.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b80ec6ca8be07add.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1f8b6d676b4b5418.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ae4d928cb24144dc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-faa5c69a6b6c9863.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a3b14967a8015b6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-81aed64eeff35b35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7b30ad16b257d85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-82e68278bad28272.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4da5bd6c5d3ac5d5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-dd1675387bda3bc9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-7b9e2181ee9d953a.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f33974d911cab4a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-df15baf379b5f119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe97cc8d3e9bad3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e74b303de1a382c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-58b627780d0d44fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-5e86fc03131ed864.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1d61ec2c06edd5f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f46f56548eaca3f.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-17d6357e1ad7a109.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-33413cbd0c55ab04.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b1f6f9ac7253403d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-67b965f404bde861.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-13764f8837516301.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2bd19543e4d506ec.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-272f9d3cf3ca01fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111762025-10-03T22:05:12.174Z
111772025-10-03T22:05:12.174Zrunning 0 tests
111782025-10-03T22:05:12.174Z
111792025-10-03T22:05:12.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111802025-10-03T22:05:12.174Z
111812025-10-03T22:05:12.264Z Doc-tests wicketd_api
111822025-10-03T22:05:12.264Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-27d129146f1a6224.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-00fbb3a1eb401044.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-265d087dcd16e9a9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-43a0994150837026.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-272f9d3cf3ca01fe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111832025-10-03T22:05:12.943Z
111842025-10-03T22:05:12.943Zrunning 2 tests
111852025-10-03T22:05:12.969Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
111862025-10-03T22:05:12.969Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
111872025-10-03T22:05:12.969Z
111882025-10-03T22:05:12.969Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111892025-10-03T22:05:12.969Z
111902025-10-03T22:05:13.014Z Doc-tests wicketd_client
111912025-10-03T22:05:13.014Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eee06ffc9254337.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9bfae40572d7559a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-945afbc28b0c6e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6464c3105e27d754.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bd2241ef428256a8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ffde1d7de41f44.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25489564ea8eaab3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-67dd5941586b8733.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1df9a941a8592509.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-fc08daaf9bb3b45e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111922025-10-03T22:05:16.081Z
111932025-10-03T22:05:16.081Zrunning 0 tests
111942025-10-03T22:05:16.081Z
111952025-10-03T22:05:16.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111962025-10-03T22:05:16.081Z
111972025-10-03T22:05:16.183Z Doc-tests xtask_downloader
111982025-10-03T22:05:16.183Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce35b9e8d087a82e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c74a84d5f9874eb6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1ba346c404e54194.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cdffdb540ad1b4bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0fac100d2517cb72.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111992025-10-03T22:05:16.453Z
112002025-10-03T22:05:16.453Zrunning 1 test
112012025-10-03T22:05:16.478Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
112022025-10-03T22:05:16.478Z
112032025-10-03T22:05:16.478Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112042025-10-03T22:05:16.478Z
112052025-10-03T22:05:16.503Z Doc-tests zone_setup
112062025-10-03T22:05:16.503Z Running `/home/build/.rustup/toolchains/1.89.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-b7617957b038efe2/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4b58b7b307fcaae0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-eb540987235cc905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8c3a04d2716be25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ec217fb78f5cc7cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b9e22484d4541bc3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1b3082d606a4a3fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d15595f4ebc27d8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c39db96d98558ee1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0296561a0dd6eb7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cf4ee51233ad698c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c544b83ab63c1e72.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-2038eafd220642d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112072025-10-03T22:05:16.951Z
112082025-10-03T22:05:16.951Zrunning 0 tests
112092025-10-03T22:05:16.951Z
112102025-10-03T22:05:16.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112112025-10-03T22:05:16.951Z
112122025-10-03T22:05:17.145Z
112132025-10-03T22:05:17.145Zreal 3:24.269600156
112142025-10-03T22:05:17.145Zuser 3:26.845163462
112152025-10-03T22:05:17.145Zsys 1:24.817672734
112162025-10-03T22:05:17.145Ztrap 0.077024786
112172025-10-03T22:05:17.145Ztflt 0.639197759
112182025-10-03T22:05:17.145Zdflt 1.178127865
112192025-10-03T22:05:17.145Zkflt 0.003090600
112202025-10-03T22:05:17.145Zlock 8:28.660958673
112212025-10-03T22:05:17.145Zslp 23:49.373805520
112222025-10-03T22:05:17.145Zlat 4.673968536
112232025-10-03T22:05:17.145Zstop 2.253354662
112242025-10-03T22:05:17.170Z+ [[ illumos == \i\l\l\u\m\o\s ]]
112252025-10-03T22:05:17.170Z+ banner live-test
112262025-10-03T22:05:17.170Z
112272025-10-03T22:05:17.170Z # # # # ###### ##### ###### #### #####
112282025-10-03T22:05:17.170Z # # # # # # # # #
112292025-10-03T22:05:17.170Z # # # # ##### ##### # ##### #### #
112302025-10-03T22:05:17.170Z # # # # # # # # #
112312025-10-03T22:05:17.170Z # # # # # # # # # #
112322025-10-03T22:05:17.170Z ###### # ## ###### # ###### #### #
112332025-10-03T22:05:17.170Z
112342025-10-03T22:05:17.170Z+ ptime -m cargo xtask live-tests
112352025-10-03T22:05:18.579Z Compiling serde_core v1.0.226
112362025-10-03T22:05:18.604Z Compiling syn v2.0.106
112372025-10-03T22:05:18.604Z Compiling bitflags v2.9.4
112382025-10-03T22:05:18.604Z Compiling serde v1.0.226
112392025-10-03T22:05:18.604Z Compiling serde_json v1.0.145
112402025-10-03T22:05:18.604Z Compiling libc v0.2.174
112412025-10-03T22:05:18.604Z Compiling num-traits v0.2.19
112422025-10-03T22:05:18.630Z Compiling rustix v0.38.37
112432025-10-03T22:05:19.234Z Compiling hashbrown v0.16.0
112442025-10-03T22:05:19.271Z Compiling smallvec v1.15.1
112452025-10-03T22:05:19.881Z Compiling usdt-impl v0.5.0
112462025-10-03T22:05:19.972Z Compiling syn v1.0.109
112472025-10-03T22:05:20.658Z Compiling indexmap v2.11.4
112482025-10-03T22:05:20.721Z Compiling thread-id v4.2.2
112492025-10-03T22:05:20.891Z Compiling rustix v1.0.7
112502025-10-03T22:05:20.931Z Compiling getrandom v0.3.1
112512025-10-03T22:05:21.776Z Compiling log v0.4.27
112522025-10-03T22:05:21.928Z Compiling percent-encoding v2.3.2
112532025-10-03T22:05:22.171Z Compiling ordered-float v2.10.1
112542025-10-03T22:05:22.281Z Compiling form_urlencoded v1.2.2
112552025-10-03T22:05:22.374Z Compiling terminal_size v0.4.0
112562025-10-03T22:05:22.791Z Compiling fs-err v3.1.1
112572025-10-03T22:05:23.205Z Compiling anyhow v1.0.99
112582025-10-03T22:05:23.315Z Compiling once_cell v1.21.3
112592025-10-03T22:05:23.851Z Compiling clap_builder v4.5.48
112602025-10-03T22:05:23.878Z Compiling textwrap v0.16.2
112612025-10-03T22:05:24.946Z Compiling tempfile v3.20.0
112622025-10-03T22:05:25.907Z Compiling proc-macro-error v1.0.4
112632025-10-03T22:05:25.907Z Compiling camino-tempfile v1.4.1
112642025-10-03T22:05:26.666Z Compiling synstructure v0.13.1
112652025-10-03T22:05:27.417Z Compiling tabled_derive v0.7.0
112662025-10-03T22:05:28.582Z Compiling serde_derive v1.0.226
112672025-10-03T22:05:28.606Z Compiling zerofrom-derive v0.1.4
112682025-10-03T22:05:28.606Z Compiling yoke-derive v0.7.4
112692025-10-03T22:05:28.646Z Compiling zerovec-derive v0.10.3
112702025-10-03T22:05:28.945Z Compiling thiserror-impl v2.0.17
112712025-10-03T22:05:29.308Z Compiling displaydoc v0.2.5
112722025-10-03T22:05:31.305Z Compiling thiserror-impl v1.0.69
112732025-10-03T22:05:31.753Z Compiling icu_provider_macros v1.5.0
112742025-10-03T22:05:31.812Z Compiling zerocopy-derive v0.7.35
112752025-10-03T22:05:32.477Z Compiling scroll_derive v0.12.0
112762025-10-03T22:05:32.593Z Compiling zerofrom v0.1.4
112772025-10-03T22:05:32.618Z Compiling thiserror v2.0.17
112782025-10-03T22:05:32.948Z Compiling yoke v0.7.4
112792025-10-03T22:05:32.974Z Compiling pest v2.8.2
112802025-10-03T22:05:33.152Z Compiling clap_derive v4.5.47
112812025-10-03T22:05:33.452Z Compiling zerovec v0.10.4
112822025-10-03T22:05:34.129Z Compiling scroll v0.12.0
112832025-10-03T22:05:34.335Z Compiling zerocopy v0.7.35
112842025-10-03T22:05:34.735Z Compiling goblin v0.8.2
112852025-10-03T22:05:34.835Z Compiling thiserror v1.0.69
112862025-10-03T22:05:34.942Z Compiling tabled v0.15.0
112872025-10-03T22:05:35.709Z Compiling tinystr v0.7.6
112882025-10-03T22:05:35.935Z Compiling pest_meta v2.8.2
112892025-10-03T22:05:36.095Z Compiling icu_collections v1.5.0
112902025-10-03T22:05:36.229Z Compiling icu_locid v1.5.0
112912025-10-03T22:05:37.384Z Compiling clap v4.5.48
112922025-10-03T22:05:37.508Z Compiling pest_generator v2.8.2
112932025-10-03T22:05:37.584Z Compiling icu_provider v1.5.0
112942025-10-03T22:05:37.931Z Compiling toml_datetime v0.6.11
112952025-10-03T22:05:38.002Z Compiling serde_spanned v0.6.9
112962025-10-03T22:05:38.375Z Compiling toml_edit v0.22.27
112972025-10-03T22:05:38.412Z Compiling icu_locid_transform v1.5.0
112982025-10-03T22:05:38.549Z Compiling dof v0.3.0
112992025-10-03T22:05:38.707Z Compiling erased-serde v0.4.6
113002025-10-03T22:05:39.265Z Compiling serde_tokenstream v0.2.2
113012025-10-03T22:05:39.648Z Compiling serde-value v0.7.0
113022025-10-03T22:05:40.036Z Compiling icu_properties v1.5.1
113032025-10-03T22:05:40.065Z Compiling serde-untagged v0.1.7
113042025-10-03T22:05:40.506Z Compiling pest_derive v2.8.2
113052025-10-03T22:05:40.635Z Compiling cargo-platform v0.2.0
113062025-10-03T22:05:40.752Z Compiling macaddr v1.0.1
113072025-10-03T22:05:41.681Z Compiling dtrace-parser v0.2.0
113082025-10-03T22:05:42.225Z Compiling toml v0.8.23
113092025-10-03T22:05:43.245Z Compiling cargo_toml v0.21.0
113102025-10-03T22:05:44.168Z Compiling icu_normalizer v1.5.0
113112025-10-03T22:05:44.204Z Compiling usdt-macro v0.5.0
113122025-10-03T22:05:44.204Z Compiling usdt-attr-macro v0.5.0
113132025-10-03T22:05:45.296Z Compiling idna_adapter v1.2.0
113142025-10-03T22:05:45.566Z Compiling idna v1.0.3
113152025-10-03T22:05:45.863Z Compiling usdt v0.5.0
113162025-10-03T22:05:46.299Z Compiling url v2.5.4
113172025-10-03T22:05:47.412Z Compiling cargo-util-schemas v0.8.2
113182025-10-03T22:05:49.983Z Compiling cargo_metadata v0.21.0
113192025-10-03T22:05:52.750Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
113202025-10-03T22:05:58.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.41s
113212025-10-03T22:05:58.848Z Running `target/debug/xtask live-tests`
113222025-10-03T22:05:58.924Zusing temporary directory: /var/tmp/omicron_tmp/.tmpvlDFKt
113232025-10-03T22:05:58.924Zwill create archive file: /var/tmp/omicron_tmp/.tmpvlDFKt/live-tests-archive/omicron-live-tests.tar.zst
113242025-10-03T22:05:58.924Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
113252025-10-03T22:05:58.924Z
113262025-10-03T22:05:58.924Zrunning: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpvlDFKt/live-tests-archive/omicron-live-tests.tar.zst"
113272025-10-03T22:06:03.900Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
113282025-10-03T22:06:03.954Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
113292025-10-03T22:06:03.988Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
113302025-10-03T22:06:04.013Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
113312025-10-03T22:06:04.066Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
113322025-10-03T22:06:04.091Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
113332025-10-03T22:06:04.145Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
113342025-10-03T22:06:04.145Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
113352025-10-03T22:06:04.745Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
113362025-10-03T22:06:05.128Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
113372025-10-03T22:06:05.181Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
113382025-10-03T22:06:05.221Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
113392025-10-03T22:06:06.114Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
113402025-10-03T22:06:06.495Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
113412025-10-03T22:06:07.939Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
113422025-10-03T22:06:08.121Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
113432025-10-03T22:06:08.243Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
113442025-10-03T22:06:13.465Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
113452025-10-03T22:06:13.465Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
113462025-10-03T22:06:26.257Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
113472025-10-03T22:06:26.257Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
113482025-10-03T22:06:28.680Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
113492025-10-03T22:07:29.177Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
113502025-10-03T22:07:30.576Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
113512025-10-03T22:07:36.615Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
113522025-10-03T22:07:37.964Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
113532025-10-03T22:08:47.681Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
113542025-10-03T22:08:51.515Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
113552025-10-03T22:09:45.606Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 43s
113562025-10-03T22:09:45.940Zinfo: experimental features enabled: setup-scripts
113572025-10-03T22:09:45.966Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpvlDFKt/live-tests-archive/omicron-live-tests.tar.zst
113582025-10-03T22:09:47.043Z Archived 79 files to /var/tmp/omicron_tmp/.tmpvlDFKt/live-tests-archive/omicron-live-tests.tar.zst in 1.09s
113592025-10-03T22:09:47.126Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpvlDFKt/live-tests-archive\""
113602025-10-03T22:09:47.151Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpvlDFKt" "live-tests-archive"
113612025-10-03T22:09:47.442Zcreated:
113622025-10-03T22:09:47.442ZTo use this:
113632025-10-03T22:09:47.442Z
113642025-10-03T22:09:47.442Z1. Copy the tarball to the switch zone in a deployed Omicron system.
113652025-10-03T22:09:47.442Z
113662025-10-03T22:09:47.468Z e.g., scp \
113672025-10-03T22:09:47.469Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
113682025-10-03T22:09:47.469Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
113692025-10-03T22:09:47.469Z
113702025-10-03T22:09:47.469Z2. Copy the `cargo-nextest` binary to the same place.
113712025-10-03T22:09:47.469Z
113722025-10-03T22:09:47.469Z e.g., scp \
113732025-10-03T22:09:47.469Z $(which cargo-nextest) \
113742025-10-03T22:09:47.469Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
113752025-10-03T22:09:47.469Z
113762025-10-03T22:09:47.470Z3. From the switch zone on that system, unpack the tarball with:
113772025-10-03T22:09:47.470Z
113782025-10-03T22:09:47.470Z tar xzf live-tests-archive.tgz
113792025-10-03T22:09:47.470Z
113802025-10-03T22:09:47.470Z4. From the switch zone on that system, run tests with:
113812025-10-03T22:09:47.470Z
113822025-10-03T22:09:47.470Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
113832025-10-03T22:09:47.470Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
113842025-10-03T22:09:47.470Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
113852025-10-03T22:09:47.470Z --workspace-remap live-tests-archive
113862025-10-03T22:09:47.470Z
113872025-10-03T22:09:47.470Z
113882025-10-03T22:09:47.470Zreal 4:30.331784711
113892025-10-03T22:09:47.470Zuser 10:32.869103076
113902025-10-03T22:09:47.470Zsys 1:27.651474950
113912025-10-03T22:09:47.470Ztrap 0.358759037
113922025-10-03T22:09:47.470Ztflt 0.428343752
113932025-10-03T22:09:47.470Zdflt 3.169050007
113942025-10-03T22:09:47.470Zkflt 0.001641299
113952025-10-03T22:09:47.470Zlock 32:47.543951049
113962025-10-03T22:09:47.470Zslp 44:35.761208833
113972025-10-03T22:09:47.470Zlat 16.954312838
113982025-10-03T22:09:47.470Zstop 45.277202417
113992025-10-03T22:09:47.470Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
114002025-10-03T22:09:47.470Z+ unset TMPDIR
114012025-10-03T22:09:47.470Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
114022025-10-03T22:09:47.470Zfiles in /var/tmp/omicron_tmp (none expected on success):
114032025-10-03T22:09:47.470Z+ find /var/tmp/omicron_tmp -ls
114042025-10-03T22:09:47.470Z163913 33 drwxr-xr-x 2 build build 2 Oct 3 22:09 /var/tmp/omicron_tmp
114052025-10-03T22:09:47.470Z+ rmdir /var/tmp/omicron_tmp
114062025-10-03T22:09:48.279Zprocess exited: duration 7598262 ms, exit code 0
 
114072025-10-03T22:09:48.370Zfound 3 output files
114082025-10-03T22:09:48.370Zuploading: /work/crate-build-timings.json (675847 bytes)
114092025-10-03T22:09:49.611Zuploaded: /work/crate-build-timings.json
114102025-10-03T22:09:49.611Zuploading: /work/environment.json (130 bytes)
114112025-10-03T22:09:50.711Zuploaded: /work/environment.json
114122025-10-03T22:09:50.712Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (443637 bytes)
114132025-10-03T22:09:51.971Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml