01KBJBWPQ3X81348AMWC76A0AK: 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: 01KBJBX3C765KMZ9SQB7FBSPS0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-12-03T15:05:12.595Zjob assigned to worker 01KBJBX46EJW6ZSQS56XQZYDND [factory gimlet-EVT22200007-propolis, EVT22200007/50244] (queued for 27 s)
 
22025-12-03T15:05:21.119Zstarting task 0: "setup"
32025-12-03T15:05:21.144Z++ uname -s
42025-12-03T15:05:21.144Z+ kern=SunOS
52025-12-03T15:05:21.144Z+ build_user=build
62025-12-03T15:05:21.144Z+ build_uid=12345
72025-12-03T15:05:21.144Z+ work_dir=/work
82025-12-03T15:05:21.144Z+ input_dir=/input
92025-12-03T15:05:21.144Z+ [[ 0 == 12345 ]]
102025-12-03T15:05:21.144Z+ case "$kern" in
112025-12-03T15:05:21.144Z+ groupadd -g 12345 build
122025-12-03T15:05:21.144Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-12-03T15:05:23.145Z+ zfs create -o mountpoint=/work rpool/work
142025-12-03T15:05:23.183Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-12-03T15:05:23.208Z+ home_fs=zfs
162025-12-03T15:05:23.208Z+ [[ zfs == autofs ]]
172025-12-03T15:05:23.208Z+ mkdir -p /home/build
182025-12-03T15:05:23.208Z+ chown build:build /home/build /work
192025-12-03T15:05:25.194Z+ chmod 0700 /home/build /work
202025-12-03T15:05:25.219Zprocess exited: duration 4083 ms, exit code 0
 
212025-12-03T15:05:25.271Zstarting task 1: "rust-toolchain"
222025-12-03T15:05:25.296Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-12-03T15:05:25.296Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-12-03T15:05:25.296Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-12-03T15:05:25.296Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-12-03T15:05:25.296Z * rust toolchain channel = "1.89.0"
272025-12-03T15:05:25.296Z * rust toolchain profile = "default"
282025-12-03T15:05:25.296Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-12-03T15:05:25.296Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-12-03T15:05:25.435Zinfo: downloading installer
312025-12-03T15:05:28.466Zwarn: It looks like you have an existing installation of Rust at:
322025-12-03T15:05:28.466Zwarn: /opt/ooce/bin
332025-12-03T15:05:28.466Zwarn: It is recommended that rustup be the primary Rust installation.
342025-12-03T15:05:28.466Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-12-03T15:05:28.466Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-12-03T15:05:28.466Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-12-03T15:05:28.466Zwarn: or pass `-y' to ignore all ignorable checks.
382025-12-03T15:05:28.466Zerror: cannot install while Rust is installed
392025-12-03T15:05:28.466Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-12-03T15:05:28.491Zinfo: profile set to 'default'
412025-12-03T15:05:28.491Zinfo: default host triple is x86_64-unknown-illumos
422025-12-03T15:05:28.491Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-12-03T15:05:28.612Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-12-03T15:05:28.612Zinfo: downloading component 'cargo'
452025-12-03T15:05:30.524Zinfo: downloading component 'clippy'
462025-12-03T15:05:30.919Zinfo: downloading component 'rust-docs'
472025-12-03T15:05:34.084Zinfo: downloading component 'rust-std'
482025-12-03T15:05:38.469Zinfo: downloading component 'rustc'
492025-12-03T15:06:01.488Zinfo: downloading component 'rustfmt'
502025-12-03T15:06:02.186Zinfo: installing component 'cargo'
512025-12-03T15:06:03.411Zinfo: installing component 'clippy'
522025-12-03T15:06:03.884Zinfo: installing component 'rust-docs'
532025-12-03T15:06:07.099Zinfo: installing component 'rust-std'
542025-12-03T15:06:09.380Zinfo: installing component 'rustc'
552025-12-03T15:06:17.726Zinfo: installing component 'rustfmt'
562025-12-03T15:06:18.120Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-12-03T15:06:18.120Z
582025-12-03T15:06:18.295Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-12-03T15:06:18.295Z
602025-12-03T15:06:18.295Z
612025-12-03T15:06:18.295ZRust is installed now. Great!
622025-12-03T15:06:18.295Z
632025-12-03T15:06:18.295ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-12-03T15:06:18.295Zenvironment variable. This has not been done automatically.
652025-12-03T15:06:18.295Z
662025-12-03T15:06:18.295ZTo configure your current shell, you need to source
672025-12-03T15:06:18.295Zthe corresponding env file under $HOME/.cargo.
682025-12-03T15:06:18.295Z
692025-12-03T15:06:18.295ZThis is usually done by running one of the following (note the leading DOT):
702025-12-03T15:06:18.320Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-12-03T15:06:18.320Zsource "$HOME/.cargo/env.fish" # For fish
722025-12-03T15:06:18.320Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-12-03T15:06:18.413Z+ rustup --version
742025-12-03T15:06:18.437Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-12-03T15:06:18.437Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-12-03T15:06:18.566Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-12-03T15:06:18.590Z+ cargo --version
782025-12-03T15:06:18.686Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-12-03T15:06:18.711Z+ rustc --version
802025-12-03T15:06:18.817Zrustc 1.89.0 (29483883e 2025-08-04)
812025-12-03T15:06:18.841Zprocess exited: duration 53556 ms, exit code 0
 
822025-12-03T15:06:18.893Zstarting task 2: "authentication"
832025-12-03T15:06:18.952Zprocess exited: duration 61 ms, exit code 0
 
842025-12-03T15:06:19.002Zstarting task 3: "clone repository"
852025-12-03T15:06:19.027Z+ mkdir -p /work/oxidecomputer/omicron
862025-12-03T15:06:19.027Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-12-03T15:06:19.051ZCloning into '/work/oxidecomputer/omicron'...
882025-12-03T15:06:29.750Z+ cd /work/oxidecomputer/omicron
892025-12-03T15:06:29.750Z+ git fetch origin 3569914af03123cc59bc4c1b7fc9eb6057faab5d
902025-12-03T15:06:30.252ZFrom https://github.com/oxidecomputer/omicron
912025-12-03T15:06:30.252Z * branch 3569914af03123cc59bc4c1b7fc9eb6057faab5d -> FETCH_HEAD
922025-12-03T15:06:30.277Z+ [[ -n hotplug ]]
932025-12-03T15:06:30.277Z++ git branch --show-current
942025-12-03T15:06:30.277Z+ current=main
952025-12-03T15:06:30.277Z+ [[ main != hotplug ]]
962025-12-03T15:06:30.277Z+ git branch -f hotplug 3569914af03123cc59bc4c1b7fc9eb6057faab5d
972025-12-03T15:06:30.301Z+ git checkout -f hotplug
982025-12-03T15:06:30.701ZSwitched to branch 'hotplug'
992025-12-03T15:06:30.725Z+ git reset --hard 3569914af03123cc59bc4c1b7fc9eb6057faab5d
1002025-12-03T15:06:30.749ZHEAD is now at 3569914af make hakari hakahappy
1012025-12-03T15:06:30.750Zprocess exited: duration 11732 ms, exit code 0
 
1022025-12-03T15:06:30.799Zstarting task 4: "build"
1032025-12-03T15:06:30.824Z+ source ./env.sh
1042025-12-03T15:06:30.824Z++ OLD_SHELL_OPTS=ehxB
1052025-12-03T15:06:30.824Z++ set -o xtrace
1062025-12-03T15:06:30.824Z++++ dirname ./env.sh
1072025-12-03T15:06:30.824Z+++ readlink -f .
1082025-12-03T15:06:30.824Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-12-03T15:06:30.824Z++ 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-12-03T15:06:30.824Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-12-03T15:06:30.824Z++ 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-12-03T15:06:30.824Z++ 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-12-03T15:06:30.824Z++ 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-12-03T15:06:30.824Z++ 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-12-03T15:06:30.824Z++ 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-12-03T15:06:30.824Z++ 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-12-03T15:06:30.824Z++ case $OLD_SHELL_OPTS in
1182025-12-03T15:06:30.824Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-12-03T15:06:30.824Z+ source .github/buildomat/ci-env.sh
1202025-12-03T15:06:30.824Z++ export CARGO_TERM_COLOR=always
1212025-12-03T15:06:30.824Z++ CARGO_TERM_COLOR=always
1222025-12-03T15:06:30.824Z+ target_os=illumos
1232025-12-03T15:06:30.824Z+ NEXTEST_VERSION=0.9.110
1242025-12-03T15:06:30.824Z+ cargo --version
1252025-12-03T15:06:30.915Zcargo 1.89.0 (c24e10642 2025-06-23)
1262025-12-03T15:06:30.940Z+ rustc --version
1272025-12-03T15:06:31.034Zrustc 1.89.0 (29483883e 2025-08-04)
1282025-12-03T15:06:31.059Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.110/illumos
1292025-12-03T15:06:31.059Z+ gunzip
1302025-12-03T15:06:31.059Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-12-03T15:06:33.375Zx cargo-nextest, 19358360 bytes, 37810 tape blocks
1322025-12-03T15:06:33.400Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-12-03T15:06:33.400Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-12-03T15:06:33.400Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-12-03T15:06:33.400Z+ mkdir /var/tmp/omicron_tmp
1362025-12-03T15:06:33.400Z+ OUTPUT_DIR=/work
1372025-12-03T15:06:33.400Z+ echo 'tests will store non-ephemeral output in /work'
1382025-12-03T15:06:33.400Ztests will store non-ephemeral output in /work
1392025-12-03T15:06:33.400Z+ mkdir -p /work
1402025-12-03T15:06:33.400Z+ banner prerequisites
1412025-12-03T15:06:33.400Z
1422025-12-03T15:06:33.400Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-12-03T15:06:33.400Z # # # # # # # # # # # # # # #
1442025-12-03T15:06:33.400Z # # # # ##### # # ##### # # # # # #### #
1452025-12-03T15:06:33.400Z ##### ##### # ##### # # # # # # # # #
1462025-12-03T15:06:33.400Z # # # # # # # # # # # # # # #
1472025-12-03T15:06:33.400Z # # # ###### # # ###### ### # #### # #### #
1482025-12-03T15:06:33.400Z
1492025-12-03T15:06:33.400Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-12-03T15:06:55.924Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-12-03T15:07:06.974Z Startup: Caching catalogs ... Done
1522025-12-03T15:07:25.551ZPlanning: Solver setup ... Done (16.834s)
1532025-12-03T15:07:25.681ZPlanning: Running solver ... Done (0.130s)
1542025-12-03T15:07:25.808ZPlanning: Finding local manifests ... Done (0.002s)
1552025-12-03T15:07:25.886ZPlanning: Fetching manifests: 0/4 0% complete
1562025-12-03T15:07:26.267ZPlanning: Fetching manifests: 4/4 100% complete
1572025-12-03T15:07:26.339ZPlanning: Package planning ... Done (0.073s)
1582025-12-03T15:07:26.402ZPlanning: Merging actions ... Done (0.062s)
1592025-12-03T15:07:26.739ZPlanning: Checking for conflicting actions ... Done (0.337s)
1602025-12-03T15:07:26.763ZPlanning: Consolidating action changes ... Done (0.014s)
1612025-12-03T15:07:27.458ZPlanning: Evaluating mediators ... Done (0.704s)
1622025-12-03T15:07:27.482ZPlanning: Planning completed in 20.38 seconds
1632025-12-03T15:07:27.506Z Packages to install: 4
1642025-12-03T15:07:27.506Z Mediators to change: 2
1652025-12-03T15:07:27.506Z Services to change: 1
1662025-12-03T15:07:27.506Z Estimated space available: 154.97 GB
1672025-12-03T15:07:27.506ZEstimated space to be consumed: 1.76 GB
1682025-12-03T15:07:27.506Z Create boot environment: No
1692025-12-03T15:07:27.506ZCreate backup boot environment: No
1702025-12-03T15:07:27.506Z Rebuild boot archive: No
1712025-12-03T15:07:27.506Z
1722025-12-03T15:07:27.506ZChanged mediators:
1732025-12-03T15:07:27.506Z mediator clang:
1742025-12-03T15:07:27.507Z version: None -> 15 (system default)
1752025-12-03T15:07:27.507Z
1762025-12-03T15:07:27.507Z mediator llvm:
1772025-12-03T15:07:27.507Z version: 14 (system default) -> 15 (system default)
1782025-12-03T15:07:27.507Z
1792025-12-03T15:07:27.507ZChanged packages:
1802025-12-03T15:07:27.507Zhelios-dev
1812025-12-03T15:07:27.507Z developer/build-essential
1822025-12-03T15:07:27.507Z None -> 11-2.0
1832025-12-03T15:07:27.507Z library/libxmlsec1
1842025-12-03T15:07:27.507Z None -> 1.2.35-2.0
1852025-12-03T15:07:27.507Z ooce/developer/clang-15
1862025-12-03T15:07:27.507Z None -> 15.0.7-2.0
1872025-12-03T15:07:27.507Z ooce/developer/llvm-15
1882025-12-03T15:07:27.507Z None -> 15.0.7-2.0
1892025-12-03T15:07:27.507Z
1902025-12-03T15:07:27.507ZServices:
1912025-12-03T15:07:27.507Z restart_fmri:
1922025-12-03T15:07:27.507Z svc:/system/update-man-index:default
1932025-12-03T15:07:27.555Z
1942025-12-03T15:07:27.555ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-12-03T15:07:32.561ZDownload: 1198/3290 items 83.4/212.6MB 39% complete (17.8M/s)
1962025-12-03T15:07:37.787ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (12.9M/s)
1972025-12-03T15:07:42.806ZDownload: 3288/3290 items 211.4/212.6MB 99% complete (12.7M/s)
1982025-12-03T15:07:43.318ZDownload: Completed 212.60 MB in 15.76 seconds (13.5M/s)
1992025-12-03T15:07:43.509Z Actions: 1/3689 actions (Installing new actions)
2002025-12-03T15:07:48.869Z Actions: 2527/3689 actions (Installing new actions)
2012025-12-03T15:07:49.682Z Actions: Completed 3689 actions in 6.17 seconds.
2022025-12-03T15:07:50.343Z Done (0.655s)
2032025-12-03T15:07:50.343Z Done (0.000s)
2042025-12-03T15:07:51.575Z Done (1.232s)
2052025-12-03T15:07:57.347Z Done (5.461s)
2062025-12-03T15:07:57.454Z Done (0.022s)
2072025-12-03T15:07:57.478Z Done (0.000s)
2082025-12-03T15:07:57.636Z Done (0.000s)
2092025-12-03T15:07:58.729ZPlanning: Evaluating mediator changes ... Done
2102025-12-03T15:07:59.019ZPlanning: Checking for conflicting actions ... Done
2112025-12-03T15:07:59.049ZPlanning: Consolidating action changes ... Done
2122025-12-03T15:07:59.385ZPlanning: Evaluating mediators ... Done
2132025-12-03T15:07:59.413ZPlanning: Planning completed in 0.66 seconds
2142025-12-03T15:07:59.444Z Mediators to change: 2
2152025-12-03T15:07:59.445Z Create boot environment: No
2162025-12-03T15:07:59.445ZCreate backup boot environment: No
2172025-12-03T15:07:59.494Z Done
2182025-12-03T15:07:59.494Z Done
2192025-12-03T15:08:00.569Z Done
2202025-12-03T15:08:05.876Z Done
2212025-12-03T15:08:05.975Z Done
2222025-12-03T15:08:05.975Z Done
2232025-12-03T15:08:06.039Z Done
2242025-12-03T15:08:06.845ZPlanning: Evaluating mediator changes ... Done
2252025-12-03T15:08:06.871ZPlanning: Merging actions ... Done
2262025-12-03T15:08:07.097ZPlanning: Checking for conflicting actions ... Done
2272025-12-03T15:08:07.122ZPlanning: Consolidating action changes ... Done
2282025-12-03T15:08:07.448ZPlanning: Evaluating mediators ... Done
2292025-12-03T15:08:07.523ZPlanning: Planning completed in 1.00 seconds
2302025-12-03T15:08:07.566Z Packages to change: 1
2312025-12-03T15:08:07.567Z Mediators to change: 1
2322025-12-03T15:08:07.567Z Services to change: 1
2332025-12-03T15:08:07.567Z Create boot environment: No
2342025-12-03T15:08:07.567ZCreate backup boot environment: Yes
2352025-12-03T15:08:09.606Z Actions: 1/6 actions (Updating modified actions)
2362025-12-03T15:08:09.631Z Actions: Completed 6 actions in 0.00 seconds.
2372025-12-03T15:08:09.631Z Done
2382025-12-03T15:08:09.631Z Done
2392025-12-03T15:08:09.858Z Done
2402025-12-03T15:08:14.697Z Done
2412025-12-03T15:08:14.804Z Done
2422025-12-03T15:08:14.804Z Done
2432025-12-03T15:08:14.855Z Done
2442025-12-03T15:08:15.467ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2452025-12-03T15:08:15.467Zclang system 15 system
2462025-12-03T15:08:15.467Zcsh system system illumos
2472025-12-03T15:08:15.467Zctags system system illumos
2482025-12-03T15:08:15.467Zfile system system illumos
2492025-12-03T15:08:15.467Zgcc vendor 12 vendor
2502025-12-03T15:08:15.467Zgcc system 10 system
2512025-12-03T15:08:15.467Zgcc system 7 system
2522025-12-03T15:08:15.467Zgo system 1.20 system
2532025-12-03T15:08:15.467Zgo system 1.19 system
2542025-12-03T15:08:15.467Zllvm system 15 system
2552025-12-03T15:08:15.467Zllvm system 14 system
2562025-12-03T15:08:15.467Zmariadb system 10.6 system
2572025-12-03T15:08:15.467Zmta vendor vendor dma
2582025-12-03T15:08:15.467Zopenjdk system 17 system
2592025-12-03T15:08:15.467Zopenjdk system 11 system
2602025-12-03T15:08:15.467Zopenjdk system 1.8 system
2612025-12-03T15:08:15.467Zopenssl vendor 3 vendor
2622025-12-03T15:08:15.467Zperl system 5.36 system
2632025-12-03T15:08:15.467Zpostgresql system 15 system
2642025-12-03T15:08:15.467Zpostgresql system 13 system
2652025-12-03T15:08:15.467Zpython vendor 3 vendor
2662025-12-03T15:08:15.467Zpython system 2 system
2672025-12-03T15:08:15.467Zpython3 system 3.11 system
2682025-12-03T15:08:15.467Zruby system 3.0 system
2692025-12-03T15:08:15.467Zwords vendor vendor american-english
2702025-12-03T15:08:15.468Zwords system system australian-english
2712025-12-03T15:08:15.468Zwords system system british-english
2722025-12-03T15:08:15.468Zwords system system canadian-english
2732025-12-03T15:08:15.468Zwords system system french
2742025-12-03T15:08:15.468Zwords system system italian
2752025-12-03T15:08:15.468Zwords system system ngerman
2762025-12-03T15:08:15.468Zwords system system ogerman
2772025-12-03T15:08:15.468Zwords system system spanish
2782025-12-03T15:08:15.930ZPUBLISHER TYPE STATUS P LOCATION
2792025-12-03T15:08:15.930Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2802025-12-03T15:08:23.179ZFMRI IFO
2812025-12-03T15:08:23.179Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2822025-12-03T15:08:23.179Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2832025-12-03T15:08:23.179Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2842025-12-03T15:08:23.180Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2852025-12-03T15:08:23.180Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2862025-12-03T15:08:23.180Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2872025-12-03T15:08:23.180Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2882025-12-03T15:08:23.180Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2892025-12-03T15:08:23.180Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2902025-12-03T15:08:23.180Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2912025-12-03T15:08:23.180Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2922025-12-03T15:08:23.180Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2932025-12-03T15:08:23.180Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2942025-12-03T15:08:23.180Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2952025-12-03T15:08:23.180Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2962025-12-03T15:08:23.180Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2972025-12-03T15:08:24.444Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2982025-12-03T15:08:24.926Z Updating crates.io index
2992025-12-03T15:08:24.950Z Updating git repository `https://github.com/oxidecomputer/lldp`
3002025-12-03T15:08:25.468Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3012025-12-03T15:08:26.306Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3022025-12-03T15:08:26.713Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3032025-12-03T15:08:27.107Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3042025-12-03T15:08:27.717Z Updating git repository `https://github.com/oxidecomputer/propolis`
3052025-12-03T15:08:29.105Z Updating git repository `https://github.com/oxidecomputer/crucible`
3062025-12-03T15:08:31.895Z Updating git repository `https://github.com/oxidecomputer/opte`
3072025-12-03T15:08:33.125Z Updating git repository `https://github.com/oxidecomputer/tofino`
3082025-12-03T15:08:33.491Z Updating git repository `https://github.com/oxidecomputer/falcon`
3092025-12-03T15:08:34.505Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3102025-12-03T15:08:35.430Z Updating git repository `https://github.com/oxidecomputer/clickward`
3112025-12-03T15:08:35.883Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3122025-12-03T15:08:36.391Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3132025-12-03T15:08:37.457Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3142025-12-03T15:08:38.171Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152025-12-03T15:08:38.583Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3162025-12-03T15:08:39.004Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3172025-12-03T15:08:39.526Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3182025-12-03T15:08:39.938Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3192025-12-03T15:08:40.303Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3202025-12-03T15:08:40.736Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3212025-12-03T15:08:41.250Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3222025-12-03T15:08:41.852Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3232025-12-03T15:08:42.310Z Updating git repository `https://github.com/oxidecomputer/ispf`
3242025-12-03T15:08:42.707Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3252025-12-03T15:08:43.288Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3262025-12-03T15:08:43.975Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3272025-12-03T15:08:44.580Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282025-12-03T15:08:45.003Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292025-12-03T15:08:45.621Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
3302025-12-03T15:08:46.057Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3312025-12-03T15:08:46.505Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322025-12-03T15:08:46.886Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332025-12-03T15:08:47.308Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342025-12-03T15:08:47.711Z Updating git repository `https://github.com/oxidecomputer/omicron`
3352025-12-03T15:09:01.423Z Updating git repository `https://github.com/illumos/smf-rs`
3362025-12-03T15:09:03.228Z Downloading crates ...
3372025-12-03T15:09:03.303Z Downloaded dof v0.3.0
3382025-12-03T15:09:03.340Z Downloaded anstyle-parse v0.2.5
3392025-12-03T15:09:03.340Z Downloaded idna_adapter v1.2.0
3402025-12-03T15:09:03.340Z Downloaded cargo_metadata v0.21.0
3412025-12-03T15:09:03.341Z Downloaded anyhow v1.0.99
3422025-12-03T15:09:03.341Z Downloaded toml_datetime v0.6.11
3432025-12-03T15:09:03.341Z Downloaded crypto-common v0.1.6
3442025-12-03T15:09:03.341Z Downloaded icu_provider_macros v1.5.0
3452025-12-03T15:09:03.341Z Downloaded typenum v1.17.0
3462025-12-03T15:09:03.341Z Downloaded thiserror v1.0.69
3472025-12-03T15:09:03.341Z Downloaded write16 v1.0.0
3482025-12-03T15:09:03.341Z Downloaded getrandom v0.3.4
3492025-12-03T15:09:03.385Z Downloaded yoke-derive v0.7.4
3502025-12-03T15:09:03.385Z Downloaded utf8parse v0.2.2
3512025-12-03T15:09:03.385Z Downloaded scroll_derive v0.12.0
3522025-12-03T15:09:03.385Z Downloaded typeid v1.0.3
3532025-12-03T15:09:03.385Z Downloaded usdt-macro v0.5.0
3542025-12-03T15:09:03.385Z Downloaded tinystr v0.7.6
3552025-12-03T15:09:03.385Z Downloaded usdt v0.5.0
3562025-12-03T15:09:03.385Z Downloaded unicode-xid v0.2.6
3572025-12-03T15:09:03.385Z Downloaded version_check v0.9.5
3582025-12-03T15:09:03.386Z Downloaded writeable v0.5.5
3592025-12-03T15:09:03.386Z Downloaded zerovec-derive v0.10.3
3602025-12-03T15:09:03.386Z Downloaded utf8_iter v1.0.4
3612025-12-03T15:09:03.386Z Downloaded utf16_iter v1.0.5
3622025-12-03T15:09:03.386Z Downloaded toml_write v0.1.2
3632025-12-03T15:09:03.386Z Downloaded percent-encoding v2.3.2
3642025-12-03T15:09:03.386Z Downloaded unicode-linebreak v0.1.5
3652025-12-03T15:09:03.386Z Downloaded thread-id v4.2.2
3662025-12-03T15:09:03.386Z Downloaded toml_edit v0.22.27
3672025-12-03T15:09:03.386Z Downloaded zerofrom-derive v0.1.4
3682025-12-03T15:09:03.386Z Downloaded serde-value v0.7.0
3692025-12-03T15:09:03.386Z Downloaded proc-macro-error-attr v1.0.4
3702025-12-03T15:09:03.423Z Downloaded itoa v1.0.11
3712025-12-03T15:09:03.423Z Downloaded semver v1.0.27
3722025-12-03T15:09:03.424Z Downloaded is_terminal_polyfill v1.70.1
3732025-12-03T15:09:03.424Z Downloaded ordered-float v2.10.1
3742025-12-03T15:09:03.424Z Downloaded swrite v0.1.0
3752025-12-03T15:09:03.424Z Downloaded plain v0.2.3
3762025-12-03T15:09:03.424Z Downloaded yoke v0.7.4
3772025-12-03T15:09:03.424Z Downloaded zerocopy-derive v0.7.35
3782025-12-03T15:09:03.424Z Downloaded terminal_size v0.4.0
3792025-12-03T15:09:03.424Z Downloaded unicode-ident v1.0.19
3802025-12-03T15:09:03.424Z Downloaded memmap v0.7.0
3812025-12-03T15:09:03.425Z Downloaded pest_generator v2.8.2
3822025-12-03T15:09:03.425Z Downloaded usdt-impl v0.5.0
3832025-12-03T15:09:03.425Z Downloaded pretty-hex v0.4.1
3842025-12-03T15:09:03.425Z Downloaded usdt-attr-macro v0.5.0
3852025-12-03T15:09:03.425Z Downloaded thiserror v2.0.17
3862025-12-03T15:09:03.425Z Downloaded ucd-trie v0.1.7
3872025-12-03T15:09:03.425Z Downloaded serde_spanned v0.6.9
3882025-12-03T15:09:03.425Z Downloaded textwrap v0.16.2
3892025-12-03T15:09:03.453Z Downloaded generic-array v0.14.7
3902025-12-03T15:09:03.453Z Downloaded smawk v0.3.2
3912025-12-03T15:09:03.453Z Downloaded heck v0.4.1
3922025-12-03T15:09:03.453Z Downloaded proc-macro-error v1.0.4
3932025-12-03T15:09:03.453Z Downloaded zerovec v0.10.4
3942025-12-03T15:09:03.453Z Downloaded url v2.5.4
3952025-12-03T15:09:03.453Z Downloaded litemap v0.7.3
3962025-12-03T15:09:03.454Z Downloaded icu_locid_transform_data v1.5.0
3972025-12-03T15:09:03.454Z Downloaded tabled_derive v0.7.0
3982025-12-03T15:09:03.454Z Downloaded synstructure v0.13.1
3992025-12-03T15:09:03.454Z Downloaded strsim v0.11.1
4002025-12-03T15:09:03.454Z Downloaded heck v0.5.0
4012025-12-03T15:09:03.454Z Downloaded stable_deref_trait v1.2.0
4022025-12-03T15:09:03.483Z Downloaded serde-untagged v0.1.7
4032025-12-03T15:09:03.484Z Downloaded toml v0.8.23
4042025-12-03T15:09:03.484Z Downloaded memchr v2.7.4
4052025-12-03T15:09:03.484Z Downloaded thiserror-impl v1.0.69
4062025-12-03T15:09:03.484Z Downloaded tabled v0.15.0
4072025-12-03T15:09:03.528Z Downloaded zerocopy v0.7.35
4082025-12-03T15:09:03.528Z Downloaded winnow v0.7.13
4092025-12-03T15:09:03.528Z Downloaded sha2 v0.10.9
4102025-12-03T15:09:03.528Z Downloaded pest_derive v2.8.2
4112025-12-03T15:09:03.528Z Downloaded pest_meta v2.8.2
4122025-12-03T15:09:03.528Z Downloaded quote v1.0.40
4132025-12-03T15:09:03.557Z Downloaded unicode-width v0.2.0
4142025-12-03T15:09:03.557Z Downloaded once_cell v1.21.3
4152025-12-03T15:09:03.558Z Downloaded indexmap v2.11.4
4162025-12-03T15:09:03.558Z Downloaded serde v1.0.226
4172025-12-03T15:09:03.558Z Downloaded unicode-width v0.1.14
4182025-12-03T15:09:03.558Z Downloaded serde_tokenstream v0.2.2
4192025-12-03T15:09:03.558Z Downloaded smallvec v1.15.1
4202025-12-03T15:09:03.558Z Downloaded macaddr v1.0.1
4212025-12-03T15:09:03.594Z Downloaded icu_normalizer_data v1.5.0
4222025-12-03T15:09:03.594Z Downloaded form_urlencoded v1.2.2
4232025-12-03T15:09:03.594Z Downloaded log v0.4.27
4242025-12-03T15:09:03.594Z Downloaded zerofrom v0.1.4
4252025-12-03T15:09:03.595Z Downloaded proc-macro2 v1.0.101
4262025-12-03T15:09:03.595Z Downloaded scroll v0.12.0
4272025-12-03T15:09:03.595Z Downloaded icu_locid_transform v1.5.0
4282025-12-03T15:09:03.595Z Downloaded icu_locid v1.5.0
4292025-12-03T15:09:03.595Z Downloaded fs-err v3.1.1
4302025-12-03T15:09:03.595Z Downloaded num-traits v0.2.19
4312025-12-03T15:09:03.595Z Downloaded fnv v1.0.7
4322025-12-03T15:09:03.595Z Downloaded errno v0.3.12
4332025-12-03T15:09:03.595Z Downloaded cargo_toml v0.21.0
4342025-12-03T15:09:03.624Z Downloaded camino-tempfile v1.4.1
4352025-12-03T15:09:03.624Z Downloaded byteorder v1.5.0
4362025-12-03T15:09:03.625Z Downloaded bytecount v0.6.8
4372025-12-03T15:09:03.625Z Downloaded thiserror-impl v2.0.17
4382025-12-03T15:09:03.625Z Downloaded papergrid v0.11.0
4392025-12-03T15:09:03.625Z Downloaded icu_provider v1.5.0
4402025-12-03T15:09:03.625Z Downloaded tempfile v3.20.0
4412025-12-03T15:09:03.625Z Downloaded fastrand v2.1.1
4422025-12-03T15:09:03.625Z Downloaded erased-serde v0.4.6
4432025-12-03T15:09:03.625Z Downloaded icu_properties v1.5.1
4442025-12-03T15:09:03.625Z Downloaded equivalent v1.0.2
4452025-12-03T15:09:03.626Z Downloaded dtrace-parser v0.2.0
4462025-12-03T15:09:03.626Z Downloaded displaydoc v0.2.5
4472025-12-03T15:09:03.626Z Downloaded ryu v1.0.18
4482025-12-03T15:09:03.626Z Downloaded cpufeatures v0.2.14
4492025-12-03T15:09:03.670Z Downloaded clap_derive v4.5.47
4502025-12-03T15:09:03.671Z Downloaded serde_derive v1.0.226
4512025-12-03T15:09:03.671Z Downloaded icu_normalizer v1.5.0
4522025-12-03T15:09:03.671Z Downloaded cfg-if v1.0.4
4532025-12-03T15:09:03.671Z Downloaded cargo-platform v0.2.0
4542025-12-03T15:09:03.671Z Downloaded camino v1.2.0
4552025-12-03T15:09:03.671Z Downloaded cargo-util-schemas v0.8.2
4562025-12-03T15:09:03.671Z Downloaded bitflags v2.9.4
4572025-12-03T15:09:03.671Z Downloaded anstream v0.6.18
4582025-12-03T15:09:03.671Z Downloaded digest v0.10.7
4592025-12-03T15:09:03.672Z Downloaded colorchoice v1.0.2
4602025-12-03T15:09:03.672Z Downloaded clap_lex v0.7.4
4612025-12-03T15:09:03.672Z Downloaded clap_builder v4.5.48
4622025-12-03T15:09:03.672Z Downloaded clap v4.5.48
4632025-12-03T15:09:03.672Z Downloaded serde_core v1.0.226
4642025-12-03T15:09:03.699Z Downloaded icu_collections v1.5.0
4652025-12-03T15:09:03.699Z Downloaded block-buffer v0.10.4
4662025-12-03T15:09:03.699Z Downloaded autocfg v1.4.0
4672025-12-03T15:09:03.699Z Downloaded anstyle-query v1.1.1
4682025-12-03T15:09:03.699Z Downloaded anstyle v1.0.11
4692025-12-03T15:09:03.727Z Downloaded hashbrown v0.15.4
4702025-12-03T15:09:03.752Z Downloaded pest v2.8.2
4712025-12-03T15:09:03.752Z Downloaded idna v1.0.3
4722025-12-03T15:09:03.778Z Downloaded serde_json v1.0.145
4732025-12-03T15:09:03.829Z Downloaded icu_properties_data v1.5.0
4742025-12-03T15:09:03.855Z Downloaded goblin v0.8.2
4752025-12-03T15:09:03.879Z Downloaded syn v1.0.109
4762025-12-03T15:09:03.905Z Downloaded syn v2.0.106
4772025-12-03T15:09:03.934Z Downloaded rustix v0.38.37
4782025-12-03T15:09:03.961Z Downloaded rustix v1.0.7
4792025-12-03T15:09:04.001Z Downloaded libc v0.2.174
4802025-12-03T15:09:04.112Z Compiling proc-macro2 v1.0.101
4812025-12-03T15:09:04.112Z Compiling unicode-ident v1.0.19
4822025-12-03T15:09:04.112Z Compiling serde_core v1.0.226
4832025-12-03T15:09:04.136Z Compiling version_check v0.9.5
4842025-12-03T15:09:04.136Z Compiling serde v1.0.226
4852025-12-03T15:09:04.136Z Compiling libc v0.2.174
4862025-12-03T15:09:04.136Z Compiling memchr v2.7.4
4872025-12-03T15:09:04.136Z Compiling stable_deref_trait v1.2.0
4882025-12-03T15:09:04.427Z Compiling thiserror v2.0.17
4892025-12-03T15:09:04.458Z Compiling itoa v1.0.11
4902025-12-03T15:09:04.707Z Compiling autocfg v1.4.0
4912025-12-03T15:09:04.868Z Compiling writeable v0.5.5
4922025-12-03T15:09:05.055Z Compiling litemap v0.7.3
4932025-12-03T15:09:05.478Z Compiling ucd-trie v0.1.7
4942025-12-03T15:09:05.507Z Compiling ryu v1.0.18
4952025-12-03T15:09:05.663Z Compiling thiserror v1.0.69
4962025-12-03T15:09:05.719Z Compiling icu_locid_transform_data v1.5.0
4972025-12-03T15:09:05.865Z Compiling byteorder v1.5.0
4982025-12-03T15:09:06.381Z Compiling bitflags v2.9.4
4992025-12-03T15:09:06.381Z Compiling quote v1.0.40
5002025-12-03T15:09:06.410Z Compiling errno v0.3.12
5012025-12-03T15:09:06.449Z Compiling icu_properties_data v1.5.0
5022025-12-03T15:09:06.497Z Compiling serde_json v1.0.145
5032025-12-03T15:09:06.631Z Compiling num-traits v0.2.19
5042025-12-03T15:09:06.690Z Compiling typeid v1.0.3
5052025-12-03T15:09:06.793Z Compiling syn v2.0.106
5062025-12-03T15:09:06.903Z Compiling utf16_iter v1.0.5
5072025-12-03T15:09:06.933Z Compiling rustix v0.38.37
5082025-12-03T15:09:06.964Z Compiling hashbrown v0.15.4
5092025-12-03T15:09:07.131Z Compiling smallvec v1.15.1
5102025-12-03T15:09:07.131Z Compiling write16 v1.0.0
5112025-12-03T15:09:07.315Z Compiling equivalent v1.0.2
5122025-12-03T15:09:07.455Z Compiling icu_normalizer_data v1.5.0
5132025-12-03T15:09:07.511Z Compiling utf8_iter v1.0.4
5142025-12-03T15:09:07.723Z Compiling usdt-impl v0.5.0
5152025-12-03T15:09:07.790Z Compiling proc-macro-error-attr v1.0.4
5162025-12-03T15:09:07.968Z Compiling indexmap v2.11.4
5172025-12-03T15:09:07.994Z Compiling winnow v0.7.13
5182025-12-03T15:09:08.069Z Compiling syn v1.0.109
5192025-12-03T15:09:08.097Z Compiling toml_write v0.1.2
5202025-12-03T15:09:08.250Z Compiling thread-id v4.2.2
5212025-12-03T15:09:08.725Z Compiling proc-macro-error v1.0.4
5222025-12-03T15:09:09.096Z Compiling getrandom v0.3.4
5232025-12-03T15:09:09.250Z Compiling rustix v1.0.7
5242025-12-03T15:09:10.023Z Compiling percent-encoding v2.3.2
5252025-12-03T15:09:10.132Z Compiling log v0.4.27
5262025-12-03T15:09:10.194Z Compiling utf8parse v0.2.2
5272025-12-03T15:09:10.412Z Compiling plain v0.2.3
5282025-12-03T15:09:10.439Z Compiling camino v1.2.0
5292025-12-03T15:09:10.542Z Compiling anstyle-parse v0.2.5
5302025-12-03T15:09:10.579Z Compiling form_urlencoded v1.2.2
5312025-12-03T15:09:10.648Z Compiling ordered-float v2.10.1
5322025-12-03T15:09:10.950Z Compiling terminal_size v0.4.0
5332025-12-03T15:09:11.287Z Compiling colorchoice v1.0.2
5342025-12-03T15:09:11.319Z Compiling cfg-if v1.0.4
5352025-12-03T15:09:11.439Z Compiling pretty-hex v0.4.1
5362025-12-03T15:09:11.481Z Compiling is_terminal_polyfill v1.70.1
5372025-12-03T15:09:11.508Z Compiling anstyle v1.0.11
5382025-12-03T15:09:11.574Z Compiling anstyle-query v1.1.1
5392025-12-03T15:09:11.849Z Compiling anstream v0.6.18
5402025-12-03T15:09:11.949Z Compiling semver v1.0.27
5412025-12-03T15:09:12.411Z Compiling fs-err v3.1.1
5422025-12-03T15:09:12.460Z Compiling fnv v1.0.7
5432025-12-03T15:09:12.565Z Compiling heck v0.4.1
5442025-12-03T15:09:12.592Z Compiling fastrand v2.1.1
5452025-12-03T15:09:12.630Z Compiling once_cell v1.21.3
5462025-12-03T15:09:12.711Z Compiling strsim v0.11.1
5472025-12-03T15:09:12.975Z Compiling synstructure v0.13.1
5482025-12-03T15:09:13.010Z Compiling unicode-xid v0.2.6
5492025-12-03T15:09:13.074Z Compiling heck v0.5.0
5502025-12-03T15:09:13.216Z Compiling anyhow v1.0.99
5512025-12-03T15:09:13.360Z Compiling bytecount v0.6.8
5522025-12-03T15:09:13.520Z Compiling unicode-width v0.1.14
5532025-12-03T15:09:13.743Z Compiling clap_lex v0.7.4
5542025-12-03T15:09:13.996Z Compiling papergrid v0.11.0
5552025-12-03T15:09:14.151Z Compiling clap_builder v4.5.48
5562025-12-03T15:09:14.184Z Compiling tempfile v3.20.0
5572025-12-03T15:09:14.208Z Compiling memmap v0.7.0
5582025-12-03T15:09:14.400Z Compiling smawk v0.3.2
5592025-12-03T15:09:14.515Z Compiling unicode-width v0.2.0
5602025-12-03T15:09:14.626Z Compiling unicode-linebreak v0.1.5
5612025-12-03T15:09:14.969Z Compiling camino-tempfile v1.4.1
5622025-12-03T15:09:15.045Z Compiling textwrap v0.16.2
5632025-12-03T15:09:15.668Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5642025-12-03T15:09:15.835Z Compiling tabled_derive v0.7.0
5652025-12-03T15:09:16.006Z Compiling swrite v0.1.0
5662025-12-03T15:09:16.655Z Compiling serde_derive v1.0.226
5672025-12-03T15:09:16.687Z Compiling zerofrom-derive v0.1.4
5682025-12-03T15:09:16.717Z Compiling yoke-derive v0.7.4
5692025-12-03T15:09:16.750Z Compiling zerovec-derive v0.10.3
5702025-12-03T15:09:16.798Z Compiling thiserror-impl v2.0.17
5712025-12-03T15:09:17.156Z Compiling displaydoc v0.2.5
5722025-12-03T15:09:18.426Z Compiling thiserror-impl v1.0.69
5732025-12-03T15:09:18.749Z Compiling icu_provider_macros v1.5.0
5742025-12-03T15:09:18.935Z Compiling zerocopy-derive v0.7.35
5752025-12-03T15:09:19.598Z Compiling pest v2.8.2
5762025-12-03T15:09:19.627Z Compiling zerofrom v0.1.4
5772025-12-03T15:09:19.673Z Compiling scroll_derive v0.12.0
5782025-12-03T15:09:19.927Z Compiling yoke v0.7.4
5792025-12-03T15:09:20.283Z Compiling zerovec v0.10.4
5802025-12-03T15:09:20.718Z Compiling zerocopy v0.7.35
5812025-12-03T15:09:20.958Z Compiling scroll v0.12.0
5822025-12-03T15:09:21.141Z Compiling clap_derive v4.5.47
5832025-12-03T15:09:21.294Z Compiling tabled v0.15.0
5842025-12-03T15:09:21.408Z Compiling goblin v0.8.2
5852025-12-03T15:09:21.896Z Compiling tinystr v0.7.6
5862025-12-03T15:09:22.015Z Compiling pest_meta v2.8.2
5872025-12-03T15:09:22.185Z Compiling icu_collections v1.5.0
5882025-12-03T15:09:22.317Z Compiling icu_locid v1.5.0
5892025-12-03T15:09:23.401Z Compiling icu_provider v1.5.0
5902025-12-03T15:09:23.636Z Compiling pest_generator v2.8.2
5912025-12-03T15:09:23.671Z Compiling serde_spanned v0.6.9
5922025-12-03T15:09:23.929Z Compiling toml_datetime v0.6.11
5932025-12-03T15:09:24.126Z Compiling icu_locid_transform v1.5.0
5942025-12-03T15:09:24.322Z Compiling toml_edit v0.22.27
5952025-12-03T15:09:24.419Z Compiling dof v0.3.0
5962025-12-03T15:09:24.797Z Compiling erased-serde v0.4.6
5972025-12-03T15:09:25.202Z Compiling serde_tokenstream v0.2.2
5982025-12-03T15:09:25.308Z Compiling serde-value v0.7.0
5992025-12-03T15:09:25.777Z Compiling icu_properties v1.5.1
6002025-12-03T15:09:25.869Z Compiling pest_derive v2.8.2
6012025-12-03T15:09:25.967Z Compiling serde-untagged v0.1.7
6022025-12-03T15:09:26.136Z Compiling cargo-platform v0.2.0
6032025-12-03T15:09:26.324Z Compiling clap v4.5.48
6042025-12-03T15:09:26.472Z Compiling macaddr v1.0.1
6052025-12-03T15:09:26.607Z Compiling dtrace-parser v0.2.0
6062025-12-03T15:09:27.611Z Compiling toml v0.8.23
6072025-12-03T15:09:28.459Z Compiling usdt-macro v0.5.0
6082025-12-03T15:09:28.519Z Compiling usdt-attr-macro v0.5.0
6092025-12-03T15:09:28.787Z Compiling cargo_toml v0.21.0
6102025-12-03T15:09:29.112Z Compiling icu_normalizer v1.5.0
6112025-12-03T15:09:29.644Z Compiling usdt v0.5.0
6122025-12-03T15:09:29.981Z Compiling idna_adapter v1.2.0
6132025-12-03T15:09:30.166Z Compiling idna v1.0.3
6142025-12-03T15:09:30.707Z Compiling url v2.5.4
6152025-12-03T15:09:31.886Z Compiling cargo-util-schemas v0.8.2
6162025-12-03T15:09:33.785Z Compiling cargo_metadata v0.21.0
6172025-12-03T15:09:35.907Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6182025-12-03T15:09:40.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
6192025-12-03T15:09:40.501Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6202025-12-03T15:09:41.534Z Downloading crates ...
6212025-12-03T15:09:41.737Z Downloaded critical-section v1.1.3
6222025-12-03T15:09:41.761Z Downloaded bit-set v0.5.3
6232025-12-03T15:09:41.761Z Downloaded atomic-waker v1.1.2
6242025-12-03T15:09:41.761Z Downloaded atomicwrites v0.4.4
6252025-12-03T15:09:41.761Z Downloaded async-trait v0.1.89
6262025-12-03T15:09:41.761Z Downloaded half v1.8.3
6272025-12-03T15:09:41.786Z Downloaded lzss v0.8.2
6282025-12-03T15:09:41.786Z Downloaded hash32 v0.3.1
6292025-12-03T15:09:41.786Z Downloaded bitfield-struct v0.6.2
6302025-12-03T15:09:41.786Z Downloaded hex v0.4.3
6312025-12-03T15:09:41.786Z Downloaded buf-list v1.0.3
6322025-12-03T15:09:41.786Z Downloaded bcs v0.1.6
6332025-12-03T15:09:41.786Z Downloaded base64ct v1.6.0
6342025-12-03T15:09:41.810Z Downloaded heapless v0.8.0
6352025-12-03T15:09:41.810Z Downloaded heck v0.3.3
6362025-12-03T15:09:41.810Z Downloaded hashbrown v0.12.3
6372025-12-03T15:09:41.810Z Downloaded cfg_aliases v0.2.1
6382025-12-03T15:09:41.810Z Downloaded hashbrown v0.16.0
6392025-12-03T15:09:41.810Z Downloaded instability v0.3.2
6402025-12-03T15:09:41.835Z Downloaded blake2 v0.10.6
6412025-12-03T15:09:41.835Z Downloaded bcrypt-pbkdf v0.10.0
6422025-12-03T15:09:41.835Z Downloaded ciborium-io v0.2.2
6432025-12-03T15:09:41.835Z Downloaded array-init v0.0.4
6442025-12-03T15:09:41.835Z Downloaded hex-literal v0.4.1
6452025-12-03T15:09:41.835Z Downloaded hash32 v0.2.1
6462025-12-03T15:09:41.835Z Downloaded ident_case v1.0.1
6472025-12-03T15:09:41.835Z Downloaded hubpack_derive v0.1.1
6482025-12-03T15:09:41.835Z Downloaded bitfield-macros v0.19.2
6492025-12-03T15:09:41.835Z Downloaded bit-set v0.8.0
6502025-12-03T15:09:41.860Z Downloaded crc8 v0.1.1
6512025-12-03T15:09:41.860Z Downloaded http-range v0.1.5
6522025-12-03T15:09:41.860Z Downloaded arc-swap v1.7.1
6532025-12-03T15:09:41.860Z Downloaded crossbeam-epoch v0.9.18
6542025-12-03T15:09:41.860Z Downloaded bitflags v1.3.2
6552025-12-03T15:09:41.860Z Downloaded bb8 v0.8.5
6562025-12-03T15:09:41.860Z Downloaded atty v0.2.14
6572025-12-03T15:09:41.860Z Downloaded aes-gcm v0.10.3
6582025-12-03T15:09:41.884Z Downloaded aes v0.8.4
6592025-12-03T15:09:41.884Z Downloaded http-body v1.0.1
6602025-12-03T15:09:41.884Z Downloaded base64 v0.13.1
6612025-12-03T15:09:41.884Z Downloaded linear-map v1.2.0
6622025-12-03T15:09:41.884Z Downloaded highway v1.3.0
6632025-12-03T15:09:41.885Z Downloaded headers-core v0.3.0
6642025-12-03T15:09:41.885Z Downloaded blowfish v0.9.1
6652025-12-03T15:09:41.885Z Downloaded async-bb8-diesel v0.2.1
6662025-12-03T15:09:41.909Z Downloaded async-recursion v1.1.1
6672025-12-03T15:09:41.909Z Downloaded is_ci v1.2.0
6682025-12-03T15:09:41.909Z Downloaded fxhash v0.2.1
6692025-12-03T15:09:41.909Z Downloaded cfg_aliases v0.1.1
6702025-12-03T15:09:41.909Z Downloaded ascii-canvas v3.0.0
6712025-12-03T15:09:41.909Z Downloaded allocator-api2 v0.2.21
6722025-12-03T15:09:41.909Z Downloaded ahash v0.8.12
6732025-12-03T15:09:41.909Z Downloaded async-stream v0.3.6
6742025-12-03T15:09:41.909Z Downloaded assert_matches v1.5.0
6752025-12-03T15:09:41.934Z Downloaded arrayvec v0.7.6
6762025-12-03T15:09:41.934Z Downloaded argon2 v0.5.3
6772025-12-03T15:09:41.934Z Downloaded md5 v0.7.0
6782025-12-03T15:09:41.934Z Downloaded adler2 v2.0.0
6792025-12-03T15:09:41.934Z Downloaded async-stream-impl v0.3.6
6802025-12-03T15:09:41.934Z Downloaded arrayref v0.3.9
6812025-12-03T15:09:41.934Z Downloaded aead v0.5.2
6822025-12-03T15:09:41.934Z Downloaded addr2line v0.24.2
6832025-12-03T15:09:41.934Z Downloaded cargo_metadata v0.19.2
6842025-12-03T15:09:41.934Z Downloaded block-padding v0.3.3
6852025-12-03T15:09:41.934Z Downloaded match_cfg v0.1.0
6862025-12-03T15:09:41.959Z Downloaded cbc v0.1.2
6872025-12-03T15:09:41.959Z Downloaded convert_case v0.7.1
6882025-12-03T15:09:41.959Z Downloaded cargo-platform v0.1.8
6892025-12-03T15:09:41.959Z Downloaded chacha20 v0.9.1
6902025-12-03T15:09:41.984Z Downloaded constant_time_eq v0.3.1
6912025-12-03T15:09:41.984Z Downloaded cexpr v0.6.0
6922025-12-03T15:09:41.984Z Downloaded impl-trait-for-tuples v0.2.2
6932025-12-03T15:09:41.984Z Downloaded camino-tempfile-ext v0.3.2
6942025-12-03T15:09:41.984Z Downloaded hostname v0.4.0
6952025-12-03T15:09:41.984Z Downloaded cobs v0.2.3
6962025-12-03T15:09:41.984Z Downloaded crc v3.2.1
6972025-12-03T15:09:41.984Z Downloaded indent_write v2.2.0
6982025-12-03T15:09:42.008Z Downloaded convert_case v0.4.0
6992025-12-03T15:09:42.008Z Downloaded rustc_version v0.1.7
7002025-12-03T15:09:42.008Z Downloaded cookie_store v0.21.1
7012025-12-03T15:09:42.033Z Downloaded base16ct v0.2.0
7022025-12-03T15:09:42.057Z Downloaded structmeta v0.3.0
7032025-12-03T15:09:42.057Z Downloaded is-terminal v0.4.13
7042025-12-03T15:09:42.057Z Downloaded indoc v2.0.6
7052025-12-03T15:09:42.057Z Downloaded cancel-safe-futures v0.1.5
7062025-12-03T15:09:42.057Z Downloaded internet-checksum v0.2.1
7072025-12-03T15:09:42.057Z Downloaded indoc v1.0.9
7082025-12-03T15:09:42.081Z Downloaded signal-hook-mio v0.2.4
7092025-12-03T15:09:42.081Z Downloaded lazycell v1.3.0
7102025-12-03T15:09:42.081Z Downloaded aho-corasick v1.1.3
7112025-12-03T15:09:42.081Z Downloaded hyper-tls v0.6.0
7122025-12-03T15:09:42.106Z Downloaded bit-vec v0.6.3
7132025-12-03T15:09:42.106Z Downloaded ipnetwork v0.21.1
7142025-12-03T15:09:42.106Z Downloaded bitfield v0.19.2
7152025-12-03T15:09:42.106Z Downloaded http-body-util v0.1.3
7162025-12-03T15:09:42.106Z Downloaded cipher v0.4.4
7172025-12-03T15:09:42.106Z Downloaded cmake v0.1.51
7182025-12-03T15:09:42.131Z Downloaded castaway v0.2.3
7192025-12-03T15:09:42.131Z Downloaded lockfree-object-pool v0.1.6
7202025-12-03T15:09:42.131Z Downloaded libz-rs-sys v0.5.1
7212025-12-03T15:09:42.131Z Downloaded corncobs v0.1.4
7222025-12-03T15:09:42.131Z Downloaded ref-cast v1.0.24
7232025-12-03T15:09:42.131Z Downloaded lru v0.12.5
7242025-12-03T15:09:42.155Z Downloaded quick-error v1.2.3
7252025-12-03T15:09:42.156Z Downloaded proc-macro-error-attr2 v2.0.0
7262025-12-03T15:09:42.156Z Downloaded progenitor v0.10.0
7272025-12-03T15:09:42.156Z Downloaded inout v0.1.3
7282025-12-03T15:09:42.156Z Downloaded tabwriter v1.4.0
7292025-12-03T15:09:42.156Z Downloaded maybe-uninit v2.0.0
7302025-12-03T15:09:42.156Z Downloaded ref-cast-impl v1.0.24
7312025-12-03T15:09:42.156Z Downloaded cassowary v0.3.0
7322025-12-03T15:09:42.156Z Downloaded scopeguard v1.2.0
7332025-12-03T15:09:42.156Z Downloaded serde_plain v1.0.2
7342025-12-03T15:09:42.156Z Downloaded progenitor v0.8.0
7352025-12-03T15:09:42.180Z Downloaded proc-macro-crate v1.3.1
7362025-12-03T15:09:42.180Z Downloaded schemars_derive v0.8.22
7372025-12-03T15:09:42.180Z Downloaded md-5 v0.10.6
7382025-12-03T15:09:42.180Z Downloaded console v0.16.0
7392025-12-03T15:09:42.181Z Downloaded ciborium v0.2.2
7402025-12-03T15:09:42.181Z Downloaded quinn-udp v0.5.5
7412025-12-03T15:09:42.181Z Downloaded scroll v0.13.0
7422025-12-03T15:09:42.181Z Downloaded lazy_static v1.5.0
7432025-12-03T15:09:42.181Z Downloaded lru-cache v0.1.2
7442025-12-03T15:09:42.205Z Downloaded libscf-sys v1.1.0
7452025-12-03T15:09:42.205Z Downloaded libefi-sys v0.1.0
7462025-12-03T15:09:42.205Z Downloaded maplit v1.0.2
7472025-12-03T15:09:42.205Z Downloaded hubpack v0.1.2
7482025-12-03T15:09:42.205Z Downloaded rustls-pemfile v1.0.4
7492025-12-03T15:09:42.205Z Downloaded rustc_version v0.4.1
7502025-12-03T15:09:42.205Z Downloaded lalrpop-util v0.19.12
7512025-12-03T15:09:42.205Z Downloaded ingot v0.1.1
7522025-12-03T15:09:42.205Z Downloaded kstat-rs v0.2.4
7532025-12-03T15:09:42.205Z Downloaded keccak v0.1.5
7542025-12-03T15:09:42.206Z Downloaded r2d2 v0.8.10
7552025-12-03T15:09:42.230Z Downloaded managed v0.8.0
7562025-12-03T15:09:42.230Z Downloaded humantime v2.2.0
7572025-12-03T15:09:42.230Z Downloaded home v0.5.9
7582025-12-03T15:09:42.231Z Downloaded bzip2 v0.5.2
7592025-12-03T15:09:42.231Z Downloaded colored v2.2.0
7602025-12-03T15:09:42.231Z Downloaded console v0.15.10
7612025-12-03T15:09:42.231Z Downloaded hyper-rustls v0.27.7
7622025-12-03T15:09:42.231Z Downloaded bit-vec v0.8.0
7632025-12-03T15:09:42.255Z Downloaded bzip2 v0.4.4
7642025-12-03T15:09:42.255Z Downloaded group v0.13.0
7652025-12-03T15:09:42.255Z Downloaded hostname v0.3.1
7662025-12-03T15:09:42.255Z Downloaded gethostname v0.5.0
7672025-12-03T15:09:42.255Z Downloaded crc-catalog v2.4.0
7682025-12-03T15:09:42.255Z Downloaded heapless v0.7.17
7692025-12-03T15:09:42.255Z Downloaded sqlformat v0.3.5
7702025-12-03T15:09:42.279Z Downloaded rfc6979 v0.4.0
7712025-12-03T15:09:42.280Z Downloaded signal-hook-tokio v0.3.1
7722025-12-03T15:09:42.280Z Downloaded signature v2.2.0
7732025-12-03T15:09:42.280Z Downloaded libsw v3.5.0
7742025-12-03T15:09:42.304Z Downloaded libsw-core v0.3.1
7752025-12-03T15:09:42.304Z Downloaded xshell-macros v0.2.7
7762025-12-03T15:09:42.304Z Downloaded void v1.0.2
7772025-12-03T15:09:42.304Z Downloaded serde_repr v0.1.19
7782025-12-03T15:09:42.328Z Downloaded smf v0.2.3
7792025-12-03T15:09:42.328Z Downloaded signal-hook-registry v1.4.2
7802025-12-03T15:09:42.328Z Downloaded hyper-staticfile v0.10.1
7812025-12-03T15:09:42.328Z Downloaded strip-ansi-escapes v0.2.0
7822025-12-03T15:09:42.328Z Downloaded const_format_proc_macros v0.2.34
7832025-12-03T15:09:42.328Z Downloaded subtle v2.6.1
7842025-12-03T15:09:42.353Z Downloaded slog-scope v4.4.0
7852025-12-03T15:09:42.353Z Downloaded backoff v0.4.0
7862025-12-03T15:09:42.353Z Downloaded slog-bunyan v2.5.0
7872025-12-03T15:09:42.353Z Downloaded httparse v1.9.5
7882025-12-03T15:09:42.353Z Downloaded jobserver v0.1.32
7892025-12-03T15:09:42.377Z Downloaded progenitor v0.11.2
7902025-12-03T15:09:42.377Z Downloaded proc-macro-error2 v2.0.1
7912025-12-03T15:09:42.377Z Downloaded getrandom v0.2.15
7922025-12-03T15:09:42.377Z Downloaded libloading v0.8.5
7932025-12-03T15:09:42.377Z Downloaded ingot-macros v0.1.1
7942025-12-03T15:09:42.402Z Downloaded ingot-types v0.1.2
7952025-12-03T15:09:42.402Z Downloaded ipnet v2.11.0
7962025-12-03T15:09:42.402Z Downloaded linked-hash-map v0.5.6
7972025-12-03T15:09:42.402Z Downloaded ciborium-ll v0.2.2
7982025-12-03T15:09:42.427Z Downloaded const-oid v0.9.6
7992025-12-03T15:09:42.427Z Downloaded difflib v0.4.0
8002025-12-03T15:09:42.427Z Downloaded dsl_auto_type v0.1.2
8012025-12-03T15:09:42.451Z Downloaded number_prefix v0.4.0
8022025-12-03T15:09:42.451Z Downloaded num_threads v0.1.7
8032025-12-03T15:09:42.451Z Downloaded oso-derive v0.27.3
8042025-12-03T15:09:42.451Z Downloaded instant v0.1.13
8052025-12-03T15:09:42.475Z Downloaded lock_api v0.4.12
8062025-12-03T15:09:42.475Z Downloaded rustls-native-certs v0.8.1
8072025-12-03T15:09:42.475Z Downloaded hickory-client v0.25.2
8082025-12-03T15:09:42.500Z Downloaded typify-macro v0.2.0
8092025-12-03T15:09:42.525Z Downloaded universal-hash v0.5.1
8102025-12-03T15:09:42.549Z Downloaded utf-8 v0.7.6
8112025-12-03T15:09:42.549Z Downloaded xattr v1.3.1
8122025-12-03T15:09:42.573Z Downloaded headers v0.4.1
8132025-12-03T15:09:42.573Z Downloaded clang-sys v1.8.1
8142025-12-03T15:09:42.573Z Downloaded pretty-hex v0.2.1
8152025-12-03T15:09:42.573Z Downloaded progenitor-client v0.11.2
8162025-12-03T15:09:42.573Z Downloaded crc-any v2.5.0
8172025-12-03T15:09:42.598Z Downloaded serde_bytes v0.11.19
8182025-12-03T15:09:42.598Z Downloaded subprocess v0.2.9
8192025-12-03T15:09:42.622Z Downloaded zstd v0.13.3
8202025-12-03T15:09:42.622Z Downloaded pbkdf2 v0.12.2
8212025-12-03T15:09:42.647Z Downloaded hmac v0.12.1
8222025-12-03T15:09:42.647Z Downloaded vergen-lib v0.1.6
8232025-12-03T15:09:42.647Z Downloaded zone v0.3.1
8242025-12-03T15:09:42.647Z Downloaded ctr v0.9.2
8252025-12-03T15:09:42.647Z Downloaded debug-ignore v1.0.5
8262025-12-03T15:09:42.647Z Downloaded crc32fast v1.4.2
8272025-12-03T15:09:42.671Z Downloaded cookie v0.18.1
8282025-12-03T15:09:42.671Z Downloaded ignore v0.4.23
8292025-12-03T15:09:42.671Z Downloaded indexmap v1.9.3
8302025-12-03T15:09:42.671Z Downloaded half v2.4.1
8312025-12-03T15:09:42.696Z Downloaded iana-time-zone v0.1.63
8322025-12-03T15:09:42.696Z Downloaded dunce v1.0.5
8332025-12-03T15:09:42.720Z Downloaded embedded-io v0.6.1
8342025-12-03T15:09:42.721Z Downloaded dtrace-parser v0.3.0
8352025-12-03T15:09:42.745Z Downloaded litrs v0.4.1
8362025-12-03T15:09:42.745Z Downloaded num_enum v0.5.11
8372025-12-03T15:09:42.745Z Downloaded new_debug_unreachable v1.0.6
8382025-12-03T15:09:42.745Z Downloaded futures-macro v0.3.31
8392025-12-03T15:09:42.745Z Downloaded fd-lock v4.0.2
8402025-12-03T15:09:42.745Z Downloaded fs-err v2.11.0
8412025-12-03T15:09:42.770Z Downloaded futures-sink v0.3.31
8422025-12-03T15:09:42.770Z Downloaded nibble_vec v0.1.0
8432025-12-03T15:09:42.770Z Downloaded fs_extra v1.3.0
8442025-12-03T15:09:42.770Z Downloaded tinyvec_macros v0.1.1
8452025-12-03T15:09:42.770Z Downloaded take_mut v0.2.2
8462025-12-03T15:09:42.770Z Downloaded num-derive v0.4.2
8472025-12-03T15:09:42.770Z Downloaded num_enum_derive v0.5.11
8482025-12-03T15:09:42.770Z Downloaded newtype_derive v0.1.6
8492025-12-03T15:09:42.770Z Downloaded futures-io v0.3.31
8502025-12-03T15:09:42.770Z Downloaded float-cmp v0.10.0
8512025-12-03T15:09:42.770Z Downloaded flagset v0.4.6
8522025-12-03T15:09:42.799Z Downloaded indicatif v0.17.11
8532025-12-03T15:09:42.823Z Downloaded tokio-rustls v0.25.0
8542025-12-03T15:09:42.823Z Downloaded usdt v0.6.0
8552025-12-03T15:09:42.848Z Downloaded phf_shared v0.12.1
8562025-12-03T15:09:42.848Z Downloaded vergen-gitcl v1.0.8
8572025-12-03T15:09:42.848Z Downloaded parse-display v0.10.0
8582025-12-03T15:09:42.848Z Downloaded crossbeam-deque v0.8.5
8592025-12-03T15:09:42.872Z Downloaded bytes v1.10.1
8602025-12-03T15:09:42.901Z Downloaded parking_lot_core v0.9.10
8612025-12-03T15:09:42.926Z Downloaded peg v0.8.5
8622025-12-03T15:09:42.926Z Downloaded oxide-tokio-rt v0.1.2
8632025-12-03T15:09:42.926Z Downloaded pkcs8 v0.10.2
8642025-12-03T15:09:42.950Z Downloaded zone_cfg_derive v0.3.0
8652025-12-03T15:09:42.951Z Downloaded tokio-rustls v0.26.0
8662025-12-03T15:09:42.951Z Downloaded progenitor-client v0.10.0
8672025-12-03T15:09:42.951Z Downloaded curve25519-dalek-derive v0.1.1
8682025-12-03T15:09:42.975Z Downloaded resolv-conf v0.7.0
8692025-12-03T15:09:42.999Z Downloaded sct v0.7.1
8702025-12-03T15:09:42.999Z Downloaded sec1 v0.7.3
8712025-12-03T15:09:42.999Z Downloaded xshell v0.2.7
8722025-12-03T15:09:43.024Z Downloaded zone_cfg_derive v0.1.2
8732025-12-03T15:09:43.024Z Downloaded slog-term v2.9.2
8742025-12-03T15:09:43.024Z Downloaded crunchy v0.2.2
8752025-12-03T15:09:43.024Z Downloaded compact_str v0.8.0
8762025-12-03T15:09:43.048Z Downloaded dirs-next v2.0.0
8772025-12-03T15:09:43.048Z Downloaded rand_core v0.9.3
8782025-12-03T15:09:43.048Z Downloaded embedded-io v0.4.0
8792025-12-03T15:09:43.049Z Downloaded rand_core v0.6.4
8802025-12-03T15:09:43.049Z Downloaded foreign-types v0.5.0
8812025-12-03T15:09:43.049Z Downloaded derive_builder_macro v0.20.2
8822025-12-03T15:09:43.073Z Downloaded const_format v0.2.34
8832025-12-03T15:09:43.073Z Downloaded chacha20poly1305 v0.10.1
8842025-12-03T15:09:43.073Z Downloaded slab v0.4.9
8852025-12-03T15:09:43.097Z Downloaded tinyvec v1.8.0
8862025-12-03T15:09:43.097Z Downloaded structmeta-derive v0.3.0
8872025-12-03T15:09:43.097Z Downloaded httpdate v1.0.3
8882025-12-03T15:09:43.122Z Downloaded derive_builder v0.20.2
8892025-12-03T15:09:43.122Z Downloaded des v0.8.1
8902025-12-03T15:09:43.122Z Downloaded indicatif v0.18.0
8912025-12-03T15:09:43.122Z Downloaded multer v3.1.0
8922025-12-03T15:09:43.122Z Downloaded memmap2 v0.9.8
8932025-12-03T15:09:43.146Z Downloaded static_assertions v1.1.0
8942025-12-03T15:09:43.146Z Downloaded strum_macros v0.27.2
8952025-12-03T15:09:43.170Z Downloaded env_logger v0.11.8
8962025-12-03T15:09:43.170Z Downloaded tls_codec v0.4.1
8972025-12-03T15:09:43.170Z Downloaded opaque-debug v0.3.1
8982025-12-03T15:09:43.170Z Downloaded toml_writer v1.0.2
8992025-12-03T15:09:43.194Z Downloaded thread_local v1.1.8
9002025-12-03T15:09:43.194Z Downloaded termtree v0.5.1
9012025-12-03T15:09:43.194Z Downloaded termios v0.3.3
9022025-12-03T15:09:43.218Z Downloaded unarray v0.1.4
9032025-12-03T15:09:43.218Z Downloaded ron v0.8.1
9042025-12-03T15:09:43.243Z Downloaded toml v0.9.5
9052025-12-03T15:09:43.243Z Downloaded owo-colors v4.2.2
9062025-12-03T15:09:43.243Z Downloaded powerfmt v0.2.0
9072025-12-03T15:09:43.243Z Downloaded unicase v2.8.1
9082025-12-03T15:09:43.243Z Downloaded postgres-types v0.2.9
9092025-12-03T15:09:43.267Z Downloaded precomputed-hash v0.1.1
9102025-12-03T15:09:43.267Z Downloaded tracing-attributes v0.1.27
9112025-12-03T15:09:43.267Z Downloaded backtrace v0.3.74
9122025-12-03T15:09:43.267Z Downloaded newtype-uuid-macros v0.1.0
9132025-12-03T15:09:43.292Z Downloaded normalize-line-endings v0.3.0
9142025-12-03T15:09:43.292Z Downloaded bumpalo v3.16.0
9152025-12-03T15:09:43.316Z Downloaded xz2 v0.1.7
9162025-12-03T15:09:43.316Z Downloaded progenitor-client v0.8.0
9172025-12-03T15:09:43.340Z Downloaded socket2 v0.5.10
9182025-12-03T15:09:43.340Z Downloaded ron v0.7.1
9192025-12-03T15:09:43.340Z Downloaded walkdir v2.5.0
9202025-12-03T15:09:43.365Z Downloaded daft v0.1.4
9212025-12-03T15:09:43.365Z Downloaded der_derive v0.7.3
9222025-12-03T15:09:43.365Z Downloaded sigpipe v0.1.3
9232025-12-03T15:09:43.365Z Downloaded serde_urlencoded v0.7.1
9242025-12-03T15:09:43.365Z Downloaded base64 v0.21.7
9252025-12-03T15:09:43.389Z Downloaded trait-variant v0.1.2
9262025-12-03T15:09:43.389Z Downloaded time-core v0.1.6
9272025-12-03T15:09:43.413Z Downloaded dyn-clone v1.0.20
9282025-12-03T15:09:43.413Z Downloaded dof v0.4.0
9292025-12-03T15:09:43.414Z Downloaded foreign-types-macros v0.2.3
9302025-12-03T15:09:43.414Z Downloaded filetime v0.2.26
9312025-12-03T15:09:43.414Z Downloaded snafu-derive v0.8.5
9322025-12-03T15:09:43.414Z Downloaded base64 v0.22.1
9332025-12-03T15:09:43.438Z Downloaded tar v0.4.44
9342025-12-03T15:09:43.438Z Downloaded hickory-resolver v0.25.2
9352025-12-03T15:09:43.438Z Downloaded rand_xorshift v0.4.0
9362025-12-03T15:09:43.462Z Downloaded derive-where v1.5.0
9372025-12-03T15:09:43.462Z Downloaded nanorand v0.7.0
9382025-12-03T15:09:43.487Z Downloaded simd-adler32 v0.3.7
9392025-12-03T15:09:43.487Z Downloaded usdt-macro v0.6.0
9402025-12-03T15:09:43.487Z Downloaded env_filter v0.1.2
9412025-12-03T15:09:43.511Z Downloaded fixedbitset v0.5.7
9422025-12-03T15:09:43.511Z Downloaded oso v0.27.3
9432025-12-03T15:09:43.511Z Downloaded ff v0.13.0
9442025-12-03T15:09:43.511Z Downloaded futures-channel v0.3.31
9452025-12-03T15:09:43.511Z Downloaded typify v0.2.0
9462025-12-03T15:09:43.536Z Downloaded memoffset v0.9.1
9472025-12-03T15:09:43.536Z Downloaded globwalk v0.9.1
9482025-12-03T15:09:43.536Z Downloaded strum v0.26.3
9492025-12-03T15:09:43.536Z Downloaded nodrop v0.1.14
9502025-12-03T15:09:43.536Z Downloaded pin-project v1.1.6
9512025-12-03T15:09:43.560Z Downloaded topological-sort v0.2.2
9522025-12-03T15:09:43.560Z Downloaded vte v0.11.1
9532025-12-03T15:09:43.560Z Downloaded hashbrown v0.13.2
9542025-12-03T15:09:43.560Z Downloaded usdt-impl v0.6.0
9552025-12-03T15:09:43.560Z Downloaded quinn v0.11.5
9562025-12-03T15:09:43.584Z Downloaded foreign-types-shared v0.3.1
9572025-12-03T15:09:43.585Z Downloaded schemars v1.0.4
9582025-12-03T15:09:43.585Z Downloaded secrecy v0.8.0
9592025-12-03T15:09:43.609Z Downloaded schemars v0.8.22
9602025-12-03T15:09:43.609Z Downloaded tower-service v0.3.3
9612025-12-03T15:09:43.609Z Downloaded shlex v1.3.0
9622025-12-03T15:09:43.609Z Downloaded support-bundle-viewer v0.1.2
9632025-12-03T15:09:43.609Z Downloaded data-encoding v2.9.0
9642025-12-03T15:09:43.633Z Downloaded serde_cbor v0.11.2
9652025-12-03T15:09:43.633Z Downloaded pbkdf2 v0.11.0
9662025-12-03T15:09:43.633Z Downloaded zeroize_derive v1.4.2
9672025-12-03T15:09:43.633Z Downloaded path-slash v0.1.5
9682025-12-03T15:09:43.633Z Downloaded rustls-pki-types v1.10.0
9692025-12-03T15:09:43.633Z Downloaded crossbeam-channel v0.5.15
9702025-12-03T15:09:43.658Z Downloaded darling_macro v0.21.0
9712025-12-03T15:09:43.658Z Downloaded dropshot-api-manager-types v0.2.3
9722025-12-03T15:09:43.658Z Downloaded darling_macro v0.20.10
9732025-12-03T15:09:43.658Z Downloaded psl-types v2.0.11
9742025-12-03T15:09:43.658Z Downloaded cc v1.2.30
9752025-12-03T15:09:43.658Z Downloaded float-ord v0.3.2
9762025-12-03T15:09:43.658Z Downloaded endian-type v0.1.2
9772025-12-03T15:09:43.658Z Downloaded rand_seeder v0.4.0
9782025-12-03T15:09:43.658Z Downloaded ssh-cipher v0.2.0
9792025-12-03T15:09:43.683Z Downloaded diff v0.1.13
9802025-12-03T15:09:43.707Z Downloaded jiff-static v0.2.15
9812025-12-03T15:09:43.707Z Downloaded num-conv v0.1.0
9822025-12-03T15:09:43.707Z Downloaded hickory-resolver v0.24.4
9832025-12-03T15:09:43.707Z Downloaded num v0.4.3
9842025-12-03T15:09:43.707Z Downloaded multimap v0.10.1
9852025-12-03T15:09:43.707Z Downloaded tokio-stream v0.1.17
9862025-12-03T15:09:43.740Z Downloaded nu-ansi-term v0.50.1
9872025-12-03T15:09:43.740Z Downloaded serde-hex v0.1.0
9882025-12-03T15:09:43.740Z Downloaded salsa20 v0.10.2
9892025-12-03T15:09:43.740Z Downloaded zeroize v1.8.1
9902025-12-03T15:09:43.740Z Downloaded flate2 v1.1.2
9912025-12-03T15:09:43.740Z Downloaded dropshot_endpoint v0.16.4
9922025-12-03T15:09:43.764Z Downloaded thread-id v5.0.0
9932025-12-03T15:09:43.764Z Downloaded peg-macros v0.8.5
9942025-12-03T15:09:43.764Z Downloaded scroll_derive v0.13.1
9952025-12-03T15:09:43.765Z Downloaded toml v0.7.8
9962025-12-03T15:09:43.765Z Downloaded peg-runtime v0.8.5
9972025-12-03T15:09:43.789Z Downloaded tabled_derive v0.10.0
9982025-12-03T15:09:43.789Z Downloaded hyper-util v0.1.17
9992025-12-03T15:09:43.789Z Downloaded uuid v1.18.1
10002025-12-03T15:09:43.789Z Downloaded http v1.3.1
10012025-12-03T15:09:43.813Z Downloaded uzers v0.12.1
10022025-12-03T15:09:43.813Z Downloaded sqlparser_derive v0.2.2
10032025-12-03T15:09:43.813Z Downloaded unsafe-libyaml v0.2.11
10042025-12-03T15:09:43.838Z Downloaded progenitor-impl v0.8.0
10052025-12-03T15:09:43.838Z Downloaded unit-prefix v0.5.1
10062025-12-03T15:09:43.838Z Downloaded supports-color v3.0.2
10072025-12-03T15:09:43.838Z Downloaded try-lock v0.2.5
10082025-12-03T15:09:43.838Z Downloaded tower-layer v0.3.3
10092025-12-03T15:09:43.838Z Downloaded crucible-workspace-hack v0.1.0
10102025-12-03T15:09:43.862Z Downloaded foreign-types-shared v0.1.1
10112025-12-03T15:09:43.886Z Downloaded zip v0.6.6
10122025-12-03T15:09:43.886Z Downloaded funty v2.0.0
10132025-12-03T15:09:43.886Z Downloaded term v1.1.0
10142025-12-03T15:09:43.911Z Downloaded smallvec v0.6.14
10152025-12-03T15:09:43.911Z Downloaded parse-display-derive v0.10.0
10162025-12-03T15:09:43.911Z Downloaded cstr-argument v0.1.2
10172025-12-03T15:09:43.911Z Downloaded rcgen v0.12.1
10182025-12-03T15:09:43.935Z Downloaded want v0.3.1
10192025-12-03T15:09:43.935Z Downloaded waitgroup v0.1.2
10202025-12-03T15:09:43.935Z Downloaded which v4.4.2
10212025-12-03T15:09:43.935Z Downloaded diesel_table_macro_syntax v0.2.0
10222025-12-03T15:09:43.935Z Downloaded mime_guess v2.0.5
10232025-12-03T15:09:43.935Z Downloaded openssl-probe v0.1.5
10242025-12-03T15:09:43.935Z Downloaded newline-converter v0.3.0
10252025-12-03T15:09:43.935Z Downloaded parse-size v1.1.0
10262025-12-03T15:09:43.959Z Downloaded pem v3.0.5
10272025-12-03T15:09:43.959Z Downloaded pem-rfc7468 v0.7.0
10282025-12-03T15:09:43.959Z Downloaded derive_more v0.99.20
10292025-12-03T15:09:43.959Z Downloaded primeorder v0.13.6
10302025-12-03T15:09:43.960Z Downloaded rustls-pemfile v2.2.0
10312025-12-03T15:09:43.960Z Downloaded openssl-sys v0.9.109
10322025-12-03T15:09:43.984Z Downloaded serde_with_macros v3.14.0
10332025-12-03T15:09:43.984Z Downloaded darling_core v0.21.0
10342025-12-03T15:09:43.984Z Downloaded paste v1.0.15
10352025-12-03T15:09:44.008Z Downloaded socket2 v0.6.1
10362025-12-03T15:09:44.008Z Downloaded parking_lot v0.11.2
10372025-12-03T15:09:44.008Z Downloaded snafu v0.8.5
10382025-12-03T15:09:44.033Z Downloaded tracing-core v0.1.32
10392025-12-03T15:09:44.033Z Downloaded rustversion v1.0.22
10402025-12-03T15:09:44.033Z Downloaded slog-async v2.8.0
10412025-12-03T15:09:44.033Z Downloaded hickory-server v0.25.2
10422025-12-03T15:09:44.057Z Downloaded minimal-lexical v0.2.1
10432025-12-03T15:09:44.057Z Downloaded value-bag v1.9.0
10442025-12-03T15:09:44.082Z Downloaded scrypt v0.11.0
10452025-12-03T15:09:44.082Z Downloaded sha1 v0.10.6
10462025-12-03T15:09:44.082Z Downloaded siphasher v0.3.11
10472025-12-03T15:09:44.082Z Downloaded tap v1.0.1
10482025-12-03T15:09:44.106Z Downloaded tokio-dtrace v0.1.0
10492025-12-03T15:09:44.106Z Downloaded pkcs5 v0.7.1
10502025-12-03T15:09:44.106Z Downloaded crossbeam-utils v0.8.21
10512025-12-03T15:09:44.106Z Downloaded tokio-macros v2.6.0
10522025-12-03T15:09:44.106Z Downloaded ssh-encoding v0.2.0
10532025-12-03T15:09:44.106Z Downloaded slog-envlogger v2.2.0
10542025-12-03T15:09:44.106Z Downloaded itertools v0.10.5
10552025-12-03T15:09:44.131Z Downloaded yasna v0.5.2
10562025-12-03T15:09:44.131Z Downloaded tungstenite v0.21.0
10572025-12-03T15:09:44.131Z Downloaded tagptr v0.2.0
10582025-12-03T15:09:44.131Z Downloaded diesel-dtrace v0.4.2
10592025-12-03T15:09:44.131Z Downloaded der v0.7.10
10602025-12-03T15:09:44.155Z Downloaded ecdsa v0.16.9
10612025-12-03T15:09:44.155Z Downloaded signal-hook v0.3.18
10622025-12-03T15:09:44.155Z Downloaded pkcs1 v0.7.5
10632025-12-03T15:09:44.155Z Downloaded glob v0.3.2
10642025-12-03T15:09:44.182Z Downloaded packed_struct v0.10.1
10652025-12-03T15:09:44.206Z Downloaded enum-as-inner v0.6.1
10662025-12-03T15:09:44.206Z Downloaded ena v0.14.3
10672025-12-03T15:09:44.206Z Downloaded defmt-parser v0.3.4
10682025-12-03T15:09:44.232Z Downloaded futures-core v0.3.31
10692025-12-03T15:09:44.232Z Downloaded newtype-uuid v1.3.2
10702025-12-03T15:09:44.257Z Downloaded predicates-tree v1.0.12
10712025-12-03T15:09:44.257Z Downloaded openssl-macros v0.1.1
10722025-12-03T15:09:44.257Z Downloaded goblin v0.10.2
10732025-12-03T15:09:44.281Z Downloaded predicates-core v1.0.8
10742025-12-03T15:09:44.281Z Downloaded crypto-bigint v0.5.5
10752025-12-03T15:09:44.281Z Downloaded postcard v1.0.10
10762025-12-03T15:09:44.305Z Downloaded unicode-segmentation v1.12.0
10772025-12-03T15:09:44.329Z Downloaded rustc-hash v1.1.0
10782025-12-03T15:09:44.329Z Downloaded progenitor-macro v0.11.2
10792025-12-03T15:09:44.329Z Downloaded unicode-properties v0.1.3
10802025-12-03T15:09:44.329Z Downloaded progenitor-macro v0.10.0
10812025-12-03T15:09:44.416Z Downloaded term v0.7.0
10822025-12-03T15:09:44.440Z Downloaded libm v0.2.8
10832025-12-03T15:09:44.440Z Downloaded serde_path_to_error v0.1.17
10842025-12-03T15:09:44.440Z Downloaded darling_core v0.20.10
10852025-12-03T15:09:44.464Z Downloaded parking_lot v0.12.3
10862025-12-03T15:09:44.464Z Downloaded sync_wrapper v1.0.1
10872025-12-03T15:09:44.464Z Downloaded untrusted v0.7.1
10882025-12-03T15:09:44.464Z Downloaded slog-json v2.6.1
10892025-12-03T15:09:44.464Z Downloaded poly1305 v0.8.0
10902025-12-03T15:09:44.489Z Downloaded prefix-trie v0.7.0
10912025-12-03T15:09:44.489Z Downloaded typify-macro v0.4.3
10922025-12-03T15:09:44.513Z Downloaded iri-string v0.7.8
10932025-12-03T15:09:44.537Z Downloaded ssh-key v0.6.6
10942025-12-03T15:09:44.537Z Downloaded wyz v0.5.1
10952025-12-03T15:09:44.537Z Downloaded tui-tree-widget v0.23.1
10962025-12-03T15:09:44.537Z Downloaded defmt-macros v0.3.9
10972025-12-03T15:09:44.537Z Downloaded csv-core v0.1.11
10982025-12-03T15:09:44.537Z Downloaded num-rational v0.4.2
10992025-12-03T15:09:44.561Z Downloaded olpc-cjson v0.1.4
11002025-12-03T15:09:44.561Z Downloaded radium v0.7.0
11012025-12-03T15:09:44.585Z Downloaded string_cache v0.8.9
11022025-12-03T15:09:44.586Z Downloaded ed25519 v2.2.3
11032025-12-03T15:09:44.586Z Downloaded display-error-chain v0.2.2
11042025-12-03T15:09:44.586Z Downloaded thiserror-no-std v2.0.2
11052025-12-03T15:09:44.586Z Downloaded tokio-native-tls v0.3.1
11062025-12-03T15:09:44.610Z Downloaded samael v0.0.19
11072025-12-03T15:09:44.634Z Downloaded omicron-zone-package v0.12.2
11082025-12-03T15:09:44.634Z Downloaded libxml v0.3.3
11092025-12-03T15:09:44.634Z Downloaded pin-project-internal v1.1.6
11102025-12-03T15:09:44.658Z Downloaded rtoolbox v0.0.2
11112025-12-03T15:09:44.659Z Downloaded ghash v0.5.1
11122025-12-03T15:09:44.659Z Downloaded pin-project-lite v0.2.14
11132025-12-03T15:09:44.659Z Downloaded oxnet v0.1.3
11142025-12-03T15:09:44.659Z Downloaded tokio-rustls v0.24.1
11152025-12-03T15:09:44.659Z Downloaded siphasher v1.0.1
11162025-12-03T15:09:44.659Z Downloaded same-file v1.0.6
11172025-12-03T15:09:44.659Z Downloaded strum_macros v0.26.4
11182025-12-03T15:09:44.683Z Downloaded phf_shared v0.11.2
11192025-12-03T15:09:44.683Z Downloaded testing_table v0.3.0
11202025-12-03T15:09:44.683Z Downloaded serde_spanned v1.0.0
11212025-12-03T15:09:44.715Z Downloaded iddqd v0.3.16
11222025-12-03T15:09:44.740Z Downloaded tracing v0.1.40
11232025-12-03T15:09:44.764Z Downloaded rustc-demangle v0.1.24
11242025-12-03T15:09:44.764Z Downloaded russh-cryptovec v0.7.3
11252025-12-03T15:09:44.788Z Downloaded password-hash v0.4.2
11262025-12-03T15:09:44.812Z Downloaded serde_yaml v0.9.34+deprecated
11272025-12-03T15:09:44.812Z Downloaded spki v0.7.3
11282025-12-03T15:09:44.812Z Downloaded hyper v1.7.0
11292025-12-03T15:09:44.837Z Downloaded dirs-sys-next v0.1.2
11302025-12-03T15:09:44.837Z Downloaded progenitor-impl v0.10.0
11312025-12-03T15:09:44.874Z Downloaded num-derive v0.3.3
11322025-12-03T15:09:44.899Z Downloaded slog-dtrace v0.3.0
11332025-12-03T15:09:44.899Z Downloaded rustc-hash v2.1.1
11342025-12-03T15:09:44.899Z Downloaded pin-utils v0.1.0
11352025-12-03T15:09:44.899Z Downloaded vsss-rs v3.3.4
11362025-12-03T15:09:44.924Z Downloaded futures v0.3.31
11372025-12-03T15:09:44.924Z Downloaded tokio-tungstenite v0.21.0
11382025-12-03T15:09:44.948Z Downloaded futures-task v0.3.31
11392025-12-03T15:09:44.948Z Downloaded rusty-fork v0.3.0
11402025-12-03T15:09:44.948Z Downloaded num-iter v0.1.45
11412025-12-03T15:09:44.973Z Downloaded phf v0.11.2
11422025-12-03T15:09:44.973Z Downloaded untrusted v0.9.0
11432025-12-03T15:09:44.973Z Downloaded usdt-attr-macro v0.6.0
11442025-12-03T15:09:44.997Z Downloaded strum_macros v0.24.3
11452025-12-03T15:09:44.997Z Downloaded foreign-types v0.3.2
11462025-12-03T15:09:44.997Z Downloaded prettyplease v0.2.36
11472025-12-03T15:09:44.997Z Downloaded russh-keys v0.45.0
11482025-12-03T15:09:44.997Z Downloaded password-hash v0.5.0
11492025-12-03T15:09:44.997Z Downloaded unicode-truncate v1.1.0
11502025-12-03T15:09:45.022Z Downloaded phf v0.12.1
11512025-12-03T15:09:45.022Z Downloaded itertools v0.14.0
11522025-12-03T15:09:45.046Z Downloaded thiserror-impl-no-std v2.0.2
11532025-12-03T15:09:45.046Z Downloaded strum v0.27.2
11542025-12-03T15:09:45.046Z Downloaded itertools v0.12.1
11552025-12-03T15:09:45.071Z Downloaded vte_generate_state_changes v0.1.2
11562025-12-03T15:09:45.071Z Downloaded serde_derive_internals v0.29.1
11572025-12-03T15:09:45.095Z Downloaded scheduled-thread-pool v0.2.7
11582025-12-03T15:09:45.095Z Downloaded sapling-renderdag v0.1.0
11592025-12-03T15:09:45.095Z Downloaded twox-hash v2.1.0
11602025-12-03T15:09:45.095Z Downloaded num-complex v0.4.6
11612025-12-03T15:09:45.120Z Downloaded rand_chacha v0.3.1
11622025-12-03T15:09:45.120Z Downloaded deranged v0.5.3
11632025-12-03T15:09:45.120Z Downloaded diesel_derives v2.2.3
11642025-12-03T15:09:45.144Z Downloaded daft-derive v0.1.4
11652025-12-03T15:09:45.144Z Downloaded either v1.15.0
11662025-12-03T15:09:45.144Z Downloaded drift v0.1.1
11672025-12-03T15:09:45.144Z Downloaded vergen-git2 v1.0.7
11682025-12-03T15:09:45.168Z Downloaded tokio-tungstenite v0.23.1
11692025-12-03T15:09:45.168Z Downloaded mime v0.3.17
11702025-12-03T15:09:45.169Z Downloaded sync-ptr v0.1.4
11712025-12-03T15:09:45.169Z Downloaded futures-executor v0.3.31
11722025-12-03T15:09:45.169Z Downloaded unicode-bidi v0.3.17
11732025-12-03T15:09:45.193Z Downloaded progenitor-macro v0.8.0
11742025-12-03T15:09:45.193Z Downloaded pkg-config v0.3.31
11752025-12-03T15:09:45.193Z Downloaded serde-big-array v0.5.1
11762025-12-03T15:09:45.193Z Downloaded derive-ex v0.1.8
11772025-12-03T15:09:45.217Z Downloaded qorb v0.4.1
11782025-12-03T15:09:45.217Z Downloaded fatfs v0.3.6
11792025-12-03T15:09:45.217Z Downloaded crossterm v0.28.1
11802025-12-03T15:09:45.217Z Downloaded derive_more v2.0.1
11812025-12-03T15:09:45.242Z Downloaded wait-timeout v0.2.0
11822025-12-03T15:09:45.242Z Downloaded publicsuffix v2.3.0
11832025-12-03T15:09:45.242Z Downloaded whoami v1.5.2
11842025-12-03T15:09:45.242Z Downloaded foldhash v0.2.0
11852025-12-03T15:09:45.242Z Downloaded document-features v0.2.11
11862025-12-03T15:09:45.242Z Downloaded toml_parser v1.0.2
11872025-12-03T15:09:45.242Z Downloaded semver v0.1.20
11882025-12-03T15:09:45.242Z Downloaded secrecy v0.10.3
11892025-12-03T15:09:45.242Z Downloaded packed_struct_codegen v0.10.1
11902025-12-03T15:09:45.267Z Downloaded derive_more-impl v2.0.1
11912025-12-03T15:09:45.267Z Downloaded fixedbitset v0.4.2
11922025-12-03T15:09:45.267Z Downloaded tls_codec_derive v0.4.1
11932025-12-03T15:09:45.267Z Downloaded itertools v0.13.0
11942025-12-03T15:09:45.267Z Downloaded zstd-safe v7.2.3
11952025-12-03T15:09:45.267Z Downloaded spin v0.9.8
11962025-12-03T15:09:45.291Z Downloaded hkdf v0.12.4
11972025-12-03T15:09:45.291Z Downloaded time v0.3.43
11982025-12-03T15:09:45.316Z Downloaded foldhash v0.1.5
11992025-12-03T15:09:45.316Z Downloaded polyval v0.6.2
12002025-12-03T15:09:45.316Z Downloaded toml_datetime v0.7.0
12012025-12-03T15:09:45.340Z Downloaded darling v0.20.10
12022025-12-03T15:09:45.340Z Downloaded fallible-iterator v0.2.0
12032025-12-03T15:09:45.340Z Downloaded tokio-postgres v0.7.13
12042025-12-03T15:09:45.364Z Downloaded blake3 v1.5.4
12052025-12-03T15:09:45.364Z Downloaded native-tls v0.2.12
12062025-12-03T15:09:45.364Z Downloaded num-integer v0.1.46
12072025-12-03T15:09:45.364Z Downloaded globset v0.4.15
12082025-12-03T15:09:45.364Z Downloaded reedline v0.40.0
12092025-12-03T15:09:45.389Z Downloaded tower-http v0.6.6
12102025-12-03T15:09:45.389Z Downloaded tiny-keccak v2.0.2
12112025-12-03T15:09:45.414Z Downloaded unicode_categories v0.1.1
12122025-12-03T15:09:45.414Z Downloaded p256 v0.13.2
12132025-12-03T15:09:45.414Z Downloaded flume v0.11.1
12142025-12-03T15:09:45.414Z Downloaded predicates v3.1.3
12152025-12-03T15:09:45.443Z Downloaded postgres-protocol v0.6.8
12162025-12-03T15:09:45.467Z Downloaded ppv-lite86 v0.2.20
12172025-12-03T15:09:45.467Z Downloaded slog-stdlog v4.1.1
12182025-12-03T15:09:45.467Z Downloaded rand_chacha v0.9.0
12192025-12-03T15:09:45.467Z Downloaded shell-words v1.1.0
12202025-12-03T15:09:45.491Z Downloaded nom v7.1.3
12212025-12-03T15:09:45.515Z Downloaded parking_lot_core v0.8.6
12222025-12-03T15:09:45.516Z Downloaded tabled_derive v0.11.0
12232025-12-03T15:09:45.540Z Downloaded time-macros v0.2.24
12242025-12-03T15:09:45.540Z Downloaded schemars v0.9.0
12252025-12-03T15:09:45.564Z Downloaded zone v0.1.8
12262025-12-03T15:09:45.564Z Downloaded vergen v9.0.6
12272025-12-03T15:09:45.564Z Downloaded stringprep v0.1.5
12282025-12-03T15:09:45.564Z Downloaded typify v0.4.3
12292025-12-03T15:09:45.564Z Downloaded bindgen v0.69.5
12302025-12-03T15:09:45.590Z Downloaded derive_builder_core v0.20.2
12312025-12-03T15:09:45.591Z Downloaded slog v2.7.0
12322025-12-03T15:09:45.615Z Downloaded darling v0.21.0
12332025-12-03T15:09:45.615Z Downloaded papergrid v0.14.0
12342025-12-03T15:09:45.615Z Downloaded defmt v0.3.8
12352025-12-03T15:09:45.640Z Downloaded aws-lc-rs v1.12.4
12362025-12-03T15:09:45.640Z Downloaded dropshot-api-manager v0.2.3
12372025-12-03T15:09:45.640Z Downloaded h2 v0.4.6
12382025-12-03T15:09:45.664Z Downloaded zopfli v0.8.1
12392025-12-03T15:09:45.664Z Downloaded unicode-normalization v0.1.24
12402025-12-03T15:09:45.664Z Downloaded miniz_oxide v0.8.5
12412025-12-03T15:09:45.664Z Downloaded quinn-proto v0.11.8
12422025-12-03T15:09:45.664Z Downloaded zip v4.2.0
12432025-12-03T15:09:45.688Z Downloaded pretty_assertions v1.4.1
12442025-12-03T15:09:45.688Z Downloaded papergrid v0.17.0
12452025-12-03T15:09:45.688Z Downloaded rsa v0.9.8
12462025-12-03T15:09:45.688Z Downloaded elliptic-curve v0.13.8
12472025-12-03T15:09:45.713Z Downloaded steno v0.4.1
12482025-12-03T15:09:45.713Z Downloaded quick-xml v0.37.2
12492025-12-03T15:09:45.713Z Downloaded zerocopy v0.6.6
12502025-12-03T15:09:45.713Z Downloaded bitvec v1.0.1
12512025-12-03T15:09:45.737Z Downloaded tower v0.5.2
12522025-12-03T15:09:45.737Z Downloaded progenitor-impl v0.11.2
12532025-12-03T15:09:45.761Z Downloaded regex v1.11.3
12542025-12-03T15:09:45.790Z Downloaded ed25519-dalek v2.1.1
12552025-12-03T15:09:45.814Z Downloaded crossterm v0.29.0
12562025-12-03T15:09:45.838Z Downloaded p521 v0.13.3
12572025-12-03T15:09:45.838Z Downloaded yansi v1.0.1
12582025-12-03T15:09:45.838Z Downloaded test-strategy v0.4.3
12592025-12-03T15:09:45.862Z Downloaded rayon-core v1.12.1
12602025-12-03T15:09:45.863Z Downloaded reqwest v0.12.24
12612025-12-03T15:09:45.863Z Downloaded zerocopy-derive v0.8.27
12622025-12-03T15:09:45.887Z Downloaded x509-cert v0.2.5
12632025-12-03T15:09:45.887Z Downloaded mio v1.0.2
12642025-12-03T15:09:45.887Z Downloaded rpassword v7.4.0
12652025-12-03T15:09:45.951Z Downloaded serde_with v3.14.0
12662025-12-03T15:09:46.003Z Downloaded rustls-webpki v0.101.7
12672025-12-03T15:09:46.045Z Downloaded salty v0.3.0
12682025-12-03T15:09:46.070Z Downloaded tough v0.20.0
12692025-12-03T15:09:46.070Z Downloaded rand v0.9.2
12702025-12-03T15:09:46.094Z Downloaded lalrpop v0.19.12
12712025-12-03T15:09:46.094Z Downloaded similar v2.7.0
12722025-12-03T15:09:46.094Z Downloaded rustyline v14.0.0
12732025-12-03T15:09:46.119Z Downloaded rand v0.8.5
12742025-12-03T15:09:46.119Z Downloaded num-bigint-dig v0.8.4
12752025-12-03T15:09:46.119Z Downloaded winnow v0.6.26
12762025-12-03T15:09:46.143Z Downloaded expectorate v1.2.0
12772025-12-03T15:09:46.143Z Downloaded bindgen v0.71.1
12782025-12-03T15:09:46.143Z Downloaded chrono v0.4.42
12792025-12-03T15:09:46.167Z Downloaded tungstenite v0.23.0
12802025-12-03T15:09:46.201Z Downloaded toml_edit v0.19.15
12812025-12-03T15:09:46.225Z Downloaded rayon v1.10.0
12822025-12-03T15:09:46.249Z Downloaded winnow v0.5.40
12832025-12-03T15:09:46.249Z Downloaded tokio-util v0.7.15
12842025-12-03T15:09:46.290Z Downloaded portable-atomic v1.11.0
12852025-12-03T15:09:46.314Z Downloaded petname v2.0.2
12862025-12-03T15:09:46.315Z Downloaded russh v0.45.0
12872025-12-03T15:09:46.339Z Downloaded typed-path v0.9.3
12882025-12-03T15:09:46.339Z Downloaded webpki-roots v1.0.1
12892025-12-03T15:09:46.384Z Downloaded zlib-rs v0.5.1
12902025-12-03T15:09:46.408Z Downloaded vcpkg v0.2.15
12912025-12-03T15:09:46.440Z Downloaded num-bigint v0.4.6
12922025-12-03T15:09:46.464Z Downloaded tabled v0.20.0
12932025-12-03T15:09:46.488Z Downloaded radix_trie v0.2.1
12942025-12-03T15:09:46.565Z Downloaded rustls-webpki v0.102.8
12952025-12-03T15:09:46.593Z Downloaded hickory-proto v0.25.2
12962025-12-03T15:09:46.617Z Downloaded smoltcp v0.9.1
12972025-12-03T15:09:46.641Z Downloaded nix v0.28.0
12982025-12-03T15:09:46.665Z Downloaded p384 v0.13.1
12992025-12-03T15:09:46.665Z Downloaded futures-util v0.3.31
13002025-12-03T15:09:46.690Z Downloaded rustls v0.21.12
13012025-12-03T15:09:46.714Z Downloaded sqlparser v0.45.0
13022025-12-03T15:09:46.714Z Downloaded git2 v0.20.2
13032025-12-03T15:09:46.749Z Downloaded zerocopy v0.8.27
13042025-12-03T15:09:46.782Z Downloaded proptest v1.7.0
13052025-12-03T15:09:46.807Z Downloaded tabled v0.18.0
13062025-12-03T15:09:46.831Z Downloaded curve25519-dalek v4.1.3
13072025-12-03T15:09:46.831Z Downloaded hickory-proto v0.24.4
13082025-12-03T15:09:46.855Z Downloaded gimli v0.31.1
13092025-12-03T15:09:46.880Z Downloaded nix v0.29.0
13102025-12-03T15:09:46.880Z Downloaded openssl v0.10.73
13112025-12-03T15:09:46.904Z Downloaded nix v0.27.1
13122025-12-03T15:09:46.928Z Downloaded object v0.30.4
13132025-12-03T15:09:46.929Z Downloaded rustls v0.22.4
13142025-12-03T15:09:46.953Z Downloaded bstr v1.10.0
13152025-12-03T15:09:46.977Z Downloaded rustls v0.23.19
13162025-12-03T15:09:46.977Z Downloaded polar-core v0.27.3
13172025-12-03T15:09:47.001Z Downloaded moka v0.12.10
13182025-12-03T15:09:47.026Z Downloaded regex-syntax v0.6.29
13192025-12-03T15:09:47.026Z Downloaded dropshot v0.16.4
13202025-12-03T15:09:47.056Z Downloaded openapiv3 v2.2.0
13212025-12-03T15:09:47.152Z Downloaded regress v0.10.4
13222025-12-03T15:09:47.176Z Downloaded smoltcp v0.11.0
13232025-12-03T15:09:47.202Z Downloaded nix v0.30.1
13242025-12-03T15:09:47.669Z Downloaded diesel v2.2.12
13252025-12-03T15:09:47.669Z Downloaded regex-syntax v0.8.5
13262025-12-03T15:09:47.669Z Downloaded object v0.36.5
13272025-12-03T15:09:47.669Z Downloaded typify-impl v0.4.3
13282025-12-03T15:09:47.669Z Downloaded sled v0.34.7
13292025-12-03T15:09:47.669Z Downloaded typify-impl v0.2.0
13302025-12-03T15:09:47.669Z Downloaded bzip2-sys v0.1.13+1.0.8
13312025-12-03T15:09:47.669Z Downloaded zerocopy-derive v0.6.6
13322025-12-03T15:09:47.669Z Downloaded chrono-tz v0.10.4
13332025-12-03T15:09:47.669Z Downloaded ratatui v0.29.0
13342025-12-03T15:09:47.722Z Downloaded petgraph v0.6.5
13352025-12-03T15:09:47.746Z Downloaded jiff v0.2.15
13362025-12-03T15:09:47.770Z Downloaded sha3 v0.10.8
13372025-12-03T15:09:47.794Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
13382025-12-03T15:09:47.839Z Downloaded lzma-sys v0.1.20
13392025-12-03T15:09:47.878Z Downloaded regex-automata v0.4.11
13402025-12-03T15:09:47.903Z Downloaded petgraph v0.8.2
13412025-12-03T15:09:47.929Z Downloaded libz-sys v1.1.20
13422025-12-03T15:09:48.041Z Downloaded tokio v1.48.0
13432025-12-03T15:09:48.139Z Downloaded csv v1.3.1
13442025-12-03T15:09:48.534Z Downloaded encoding_rs v0.8.34
13452025-12-03T15:09:48.610Z Downloaded ring v0.17.14
13462025-12-03T15:09:48.690Z Downloaded libgit2-sys v0.18.2+1.9.1
13472025-12-03T15:09:49.952Z Downloaded aws-lc-sys v0.26.0
13482025-12-03T15:09:50.419Z Compiling value-bag v1.9.0
13492025-12-03T15:09:50.420Z Compiling lock_api v0.4.12
13502025-12-03T15:09:50.420Z Compiling scopeguard v1.2.0
13512025-12-03T15:09:50.444Z Compiling shlex v1.3.0
13522025-12-03T15:09:50.444Z Compiling typenum v1.17.0
13532025-12-03T15:09:50.444Z Compiling syn v2.0.106
13542025-12-03T15:09:50.444Z Compiling getrandom v0.2.15
13552025-12-03T15:09:50.444Z Compiling jobserver v0.1.32
13562025-12-03T15:09:50.697Z Compiling generic-array v0.14.7
13572025-12-03T15:09:50.904Z Compiling log v0.4.27
13582025-12-03T15:09:50.976Z Compiling cc v1.2.30
13592025-12-03T15:09:51.010Z Compiling rand_core v0.6.4
13602025-12-03T15:09:51.034Z Compiling smallvec v1.15.1
13612025-12-03T15:09:51.365Z Compiling subtle v2.6.1
13622025-12-03T15:09:51.389Z Compiling portable-atomic v1.11.0
13632025-12-03T15:09:51.435Z Compiling const-oid v0.9.6
13642025-12-03T15:09:51.517Z Compiling critical-section v1.1.3
13652025-12-03T15:09:51.589Z Compiling pkg-config v0.3.31
13662025-12-03T15:09:51.696Z Compiling spin v0.9.8
13672025-12-03T15:09:51.720Z Compiling serde_json v1.0.145
13682025-12-03T15:09:52.012Z Compiling parking_lot_core v0.9.10
13692025-12-03T15:09:52.050Z Compiling pin-project-lite v0.2.14
13702025-12-03T15:09:52.205Z Compiling regex-syntax v0.8.5
13712025-12-03T15:09:52.394Z Compiling getrandom v0.3.4
13722025-12-03T15:09:52.550Z Compiling rustix v0.38.37
13732025-12-03T15:09:53.261Z Compiling once_cell v1.21.3
13742025-12-03T15:09:53.387Z Compiling signal-hook-registry v1.4.2
13752025-12-03T15:09:53.491Z Compiling libm v0.2.8
13762025-12-03T15:09:53.658Z Compiling parking_lot v0.12.3
13772025-12-03T15:09:53.833Z Compiling mio v1.0.2
13782025-12-03T15:09:54.035Z Compiling num-traits v0.2.19
13792025-12-03T15:09:54.093Z Compiling futures-core v0.3.31
13802025-12-03T15:09:54.297Z Compiling allocator-api2 v0.2.21
13812025-12-03T15:09:54.442Z Compiling lazy_static v1.5.0
13822025-12-03T15:09:54.620Z Compiling aho-corasick v1.1.3
13832025-12-03T15:09:54.686Z Compiling socket2 v0.6.1
13842025-12-03T15:09:54.851Z Compiling slab v0.4.9
13852025-12-03T15:09:55.065Z Compiling foldhash v0.1.5
13862025-12-03T15:09:55.162Z Compiling percent-encoding v2.3.2
13872025-12-03T15:09:55.271Z Compiling cpufeatures v0.2.14
13882025-12-03T15:09:55.422Z Compiling hashbrown v0.15.4
13892025-12-03T15:09:55.666Z Compiling futures-sink v0.3.31
13902025-12-03T15:09:55.725Z Compiling either v1.15.0
13912025-12-03T15:09:55.756Z Compiling glob v0.3.2
13922025-12-03T15:09:55.892Z Compiling futures-channel v0.3.31
13932025-12-03T15:09:56.319Z Compiling prettyplease v0.2.36
13942025-12-03T15:09:56.423Z Compiling futures-task v0.3.31
13952025-12-03T15:09:56.553Z Compiling regex-automata v0.4.11
13962025-12-03T15:09:56.626Z Compiling clang-sys v1.8.1
13972025-12-03T15:09:56.650Z Compiling pin-utils v0.1.0
13982025-12-03T15:09:56.709Z Compiling futures-io v0.3.31
13992025-12-03T15:09:56.788Z Compiling minimal-lexical v0.2.1
14002025-12-03T15:09:56.975Z Compiling libloading v0.8.5
14012025-12-03T15:09:57.006Z Compiling synstructure v0.13.1
14022025-12-03T15:09:57.149Z Compiling nom v7.1.3
14032025-12-03T15:09:57.254Z Compiling bindgen v0.69.5
14042025-12-03T15:09:57.285Z Compiling base64ct v1.6.0
14052025-12-03T15:09:57.341Z Compiling home v0.5.9
14062025-12-03T15:09:57.832Z Compiling pem-rfc7468 v0.7.0
14072025-12-03T15:09:58.189Z Compiling indexmap v2.11.4
14082025-12-03T15:09:58.390Z Compiling itertools v0.12.1
14092025-12-03T15:09:58.415Z Compiling rustc-hash v1.1.0
14102025-12-03T15:09:58.572Z Compiling lazycell v1.3.0
14112025-12-03T15:09:58.741Z Compiling flagset v0.4.6
14122025-12-03T15:09:58.947Z Compiling form_urlencoded v1.2.2
14132025-12-03T15:09:59.219Z Compiling rand_core v0.9.3
14142025-12-03T15:09:59.464Z Compiling cmake v0.1.51
14152025-12-03T15:09:59.693Z Compiling cexpr v0.6.0
14162025-12-03T15:09:59.832Z Compiling fs_extra v1.3.0
14172025-12-03T15:10:00.202Z Compiling dunce v1.0.5
14182025-12-03T15:10:00.347Z Compiling paste v1.0.15
14192025-12-03T15:10:00.371Z Compiling rustc_version v0.4.1
14202025-12-03T15:10:00.522Z Compiling ident_case v1.0.1
14212025-12-03T15:10:00.711Z Compiling iana-time-zone v0.1.63
14222025-12-03T15:10:00.864Z Compiling rustversion v1.0.22
14232025-12-03T15:10:00.888Z Compiling vcpkg v0.2.15
14242025-12-03T15:10:01.025Z Compiling darling_core v0.20.10
14252025-12-03T15:10:01.069Z Compiling ring v0.17.14
14262025-12-03T15:10:01.108Z Compiling serde_derive v1.0.226
14272025-12-03T15:10:01.465Z Compiling zeroize_derive v1.4.2
14282025-12-03T15:10:01.855Z Compiling zerofrom-derive v0.1.4
14292025-12-03T15:10:01.964Z Compiling yoke-derive v0.7.4
14302025-12-03T15:10:02.336Z Compiling zerocopy-derive v0.7.35
14312025-12-03T15:10:02.648Z Compiling zeroize v1.8.1
14322025-12-03T15:10:03.959Z Compiling zerovec-derive v0.10.3
14332025-12-03T15:10:04.103Z Compiling zerocopy v0.7.35
14342025-12-03T15:10:04.204Z Compiling crypto-common v0.1.6
14352025-12-03T15:10:04.443Z Compiling block-buffer v0.10.4
14362025-12-03T15:10:04.680Z Compiling digest v0.10.7
14372025-12-03T15:10:04.708Z Compiling zerofrom v0.1.4
14382025-12-03T15:10:05.000Z Compiling yoke v0.7.4
14392025-12-03T15:10:05.198Z Compiling displaydoc v0.2.5
14402025-12-03T15:10:05.341Z Compiling tokio-macros v2.6.0
14412025-12-03T15:10:05.366Z Compiling icu_provider_macros v1.5.0
14422025-12-03T15:10:05.432Z Compiling hmac v0.12.1
14432025-12-03T15:10:05.695Z Compiling thiserror-impl v2.0.17
14442025-12-03T15:10:06.015Z Compiling zerovec v0.10.4
14452025-12-03T15:10:06.039Z Compiling block-padding v0.3.3
14462025-12-03T15:10:06.271Z Compiling futures-macro v0.3.31
14472025-12-03T15:10:06.300Z Compiling inout v0.1.3
14482025-12-03T15:10:06.324Z Compiling ppv-lite86 v0.2.20
14492025-12-03T15:10:06.507Z Compiling regex v1.11.3
14502025-12-03T15:10:06.572Z Compiling cipher v0.4.4
14512025-12-03T15:10:06.708Z Compiling sha2 v0.10.9
14522025-12-03T15:10:07.026Z Compiling der_derive v0.7.3
14532025-12-03T15:10:07.056Z Compiling salsa20 v0.10.2
14542025-12-03T15:10:07.135Z Compiling serde v1.0.226
14552025-12-03T15:10:07.285Z Compiling pbkdf2 v0.12.2
14562025-12-03T15:10:07.358Z Compiling aes v0.8.4
14572025-12-03T15:10:07.469Z Compiling scrypt v0.11.0
14582025-12-03T15:10:07.762Z Compiling tinystr v0.7.6
14592025-12-03T15:10:07.788Z Compiling icu_collections v1.5.0
14602025-12-03T15:10:07.937Z Compiling futures-util v0.3.31
14612025-12-03T15:10:08.134Z Compiling bitflags v2.9.4
14622025-12-03T15:10:08.175Z Compiling bytes v1.10.1
14632025-12-03T15:10:08.295Z Compiling icu_locid v1.5.0
14642025-12-03T15:10:08.882Z Compiling thiserror v2.0.17
14652025-12-03T15:10:08.908Z Compiling der v0.7.10
14662025-12-03T15:10:09.046Z Compiling pest v2.8.2
14672025-12-03T15:10:09.239Z Compiling tokio v1.48.0
14682025-12-03T15:10:09.432Z Compiling icu_provider v1.5.0
14692025-12-03T15:10:09.475Z Compiling http v1.3.1
14702025-12-03T15:10:10.083Z Compiling chrono v0.4.42
14712025-12-03T15:10:10.366Z Compiling icu_locid_transform v1.5.0
14722025-12-03T15:10:11.440Z Compiling icu_properties v1.5.1
14732025-12-03T15:10:11.486Z Compiling spki v0.7.3
14742025-12-03T15:10:11.634Z Compiling which v4.4.2
14752025-12-03T15:10:11.834Z Compiling pest_meta v2.8.2
14762025-12-03T15:10:12.284Z Compiling uuid v1.18.1
14772025-12-03T15:10:12.471Z Compiling cbc v0.1.2
14782025-12-03T15:10:12.634Z Compiling rand_chacha v0.9.0
14792025-12-03T15:10:12.704Z Compiling openssl-sys v0.9.109
14802025-12-03T15:10:13.607Z Compiling rand v0.9.2
14812025-12-03T15:10:13.780Z Compiling pest_generator v2.8.2
14822025-12-03T15:10:14.089Z Compiling pkcs5 v0.7.1
14832025-12-03T15:10:14.248Z Compiling darling_macro v0.20.10
14842025-12-03T15:10:15.067Z Compiling icu_normalizer v1.5.0
14852025-12-03T15:10:15.093Z Compiling tracing-attributes v0.1.27
14862025-12-03T15:10:15.217Z Compiling tracing-core v0.1.32
14872025-12-03T15:10:15.271Z Compiling aws-lc-rs v1.12.4
14882025-12-03T15:10:15.386Z Compiling adler2 v2.0.0
14892025-12-03T15:10:15.495Z Compiling rustix v1.0.7
14902025-12-03T15:10:15.639Z Compiling miniz_oxide v0.8.5
14912025-12-03T15:10:15.693Z Compiling pest_derive v2.8.2
14922025-12-03T15:10:16.091Z Compiling idna_adapter v1.2.0
14932025-12-03T15:10:16.322Z Compiling idna v1.0.3
14942025-12-03T15:10:16.399Z Compiling darling v0.20.10
14952025-12-03T15:10:16.495Z Compiling pkcs8 v0.10.2
14962025-12-03T15:10:16.528Z Compiling http-body v1.0.1
14972025-12-03T15:10:16.783Z Compiling tokio-util v0.7.15
14982025-12-03T15:10:16.859Z Compiling thiserror-impl v1.0.69
14992025-12-03T15:10:17.069Z Compiling url v2.5.4
15002025-12-03T15:10:17.642Z Compiling scroll_derive v0.12.0
15012025-12-03T15:10:17.766Z Compiling tracing v0.1.40
15022025-12-03T15:10:18.272Z Compiling serde_derive_internals v0.29.1
15032025-12-03T15:10:18.572Z Compiling schemars v0.8.22
15042025-12-03T15:10:18.865Z Compiling rustls-pki-types v1.10.0
15052025-12-03T15:10:18.924Z Compiling httparse v1.9.5
15062025-12-03T15:10:18.973Z Compiling zerocopy v0.8.27
15072025-12-03T15:10:19.443Z Compiling base64 v0.22.1
15082025-12-03T15:10:19.580Z Compiling tinyvec_macros v0.1.1
15092025-12-03T15:10:19.696Z Compiling tinyvec v1.8.0
15102025-12-03T15:10:19.805Z Compiling thiserror v1.0.69
15112025-12-03T15:10:19.963Z Compiling scroll v0.12.0
15122025-12-03T15:10:20.143Z Compiling zerocopy-derive v0.8.27
15132025-12-03T15:10:20.336Z Compiling schemars_derive v0.8.22
15142025-12-03T15:10:20.461Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15152025-12-03T15:10:21.009Z Compiling bzip2-sys v0.1.13+1.0.8
15162025-12-03T15:10:21.087Z Compiling untrusted v0.7.1
15172025-12-03T15:10:21.137Z Compiling untrusted v0.9.0
15182025-12-03T15:10:21.648Z Compiling num-conv v0.1.0
15192025-12-03T15:10:21.648Z Compiling openssl-probe v0.1.5
15202025-12-03T15:10:21.648Z Compiling atomic-waker v1.1.2
15212025-12-03T15:10:21.648Z Compiling time-core v0.1.6
15222025-12-03T15:10:21.648Z Compiling powerfmt v0.2.0
15232025-12-03T15:10:21.648Z Compiling openssl v0.10.73
15242025-12-03T15:10:21.648Z Compiling try-lock v0.2.5
15252025-12-03T15:10:21.723Z Compiling tower-service v0.3.3
15262025-12-03T15:10:21.759Z Compiling dyn-clone v1.0.20
15272025-12-03T15:10:21.837Z Compiling foreign-types-shared v0.1.1
15282025-12-03T15:10:21.879Z Compiling deranged v0.5.3
15292025-12-03T15:10:21.946Z Compiling time-macros v0.2.24
15302025-12-03T15:10:21.982Z Compiling foreign-types v0.3.2
15312025-12-03T15:10:22.006Z Compiling want v0.3.1
15322025-12-03T15:10:22.101Z Compiling tempfile v3.20.0
15332025-12-03T15:10:22.279Z Compiling h2 v0.4.6
15342025-12-03T15:10:24.169Z Compiling goblin v0.8.2
15352025-12-03T15:10:25.530Z Compiling ipnet v2.11.0
15362025-12-03T15:10:25.920Z Compiling openssl-macros v0.1.1
15372025-12-03T15:10:26.028Z Compiling wait-timeout v0.2.0
15382025-12-03T15:10:26.500Z Compiling socket2 v0.5.10
15392025-12-03T15:10:26.543Z Compiling rustls v0.23.19
15402025-12-03T15:10:26.572Z Compiling bit-vec v0.8.0
15412025-12-03T15:10:26.620Z Compiling gimli v0.31.1
15422025-12-03T15:10:26.831Z Compiling httpdate v1.0.3
15432025-12-03T15:10:26.988Z Compiling num_threads v0.1.7
15442025-12-03T15:10:27.144Z Compiling quick-error v1.2.3
15452025-12-03T15:10:27.231Z Compiling crossbeam-utils v0.8.21
15462025-12-03T15:10:27.312Z Compiling native-tls v0.2.12
15472025-12-03T15:10:27.339Z Compiling syn v1.0.109
15482025-12-03T15:10:27.683Z Compiling rusty-fork v0.3.0
15492025-12-03T15:10:27.749Z Compiling time v0.3.43
15502025-12-03T15:10:27.954Z Compiling bit-set v0.8.0
15512025-12-03T15:10:28.235Z Compiling hyper v1.7.0
15522025-12-03T15:10:30.500Z Compiling addr2line v0.24.2
15532025-12-03T15:10:30.683Z Compiling dof v0.3.0
15542025-12-03T15:10:31.166Z Compiling unicode-normalization v0.1.24
15552025-12-03T15:10:31.259Z Compiling dtrace-parser v0.2.0
15562025-12-03T15:10:31.453Z Compiling derive_builder_core v0.20.2
15572025-12-03T15:10:31.806Z Compiling signature v2.2.0
15582025-12-03T15:10:32.020Z Compiling scroll_derive v0.13.1
15592025-12-03T15:10:32.096Z Compiling heapless v0.7.17
15602025-12-03T15:10:32.185Z Compiling rand_xorshift v0.4.0
15612025-12-03T15:10:32.460Z Compiling cookie v0.18.1
15622025-12-03T15:10:32.485Z Compiling object v0.36.5
15632025-12-03T15:10:32.750Z Compiling crc32fast v1.4.2
15642025-12-03T15:10:32.859Z Compiling zstd-safe v7.2.3
15652025-12-03T15:10:33.075Z Compiling slog v2.7.0
15662025-12-03T15:10:33.162Z Compiling signal-hook v0.3.18
15672025-12-03T15:10:33.215Z Compiling siphasher v0.3.11
15682025-12-03T15:10:33.431Z Compiling unarray v0.1.4
15692025-12-03T15:10:33.519Z Compiling unicode-bidi v0.3.17
15702025-12-03T15:10:33.544Z Compiling anyhow v1.0.99
15712025-12-03T15:10:33.572Z Compiling zlib-rs v0.5.1
15722025-12-03T15:10:33.615Z Compiling unicode-properties v0.1.3
15732025-12-03T15:10:33.978Z Compiling rustc-demangle v0.1.24
15742025-12-03T15:10:34.442Z Compiling stringprep v0.1.5
15752025-12-03T15:10:34.592Z Compiling proptest v1.7.0
15762025-12-03T15:10:34.761Z Compiling scroll v0.13.0
15772025-12-03T15:10:34.992Z Compiling phf_shared v0.11.2
15782025-12-03T15:10:35.375Z Compiling derive_builder_macro v0.20.2
15792025-12-03T15:10:35.608Z Compiling usdt-impl v0.5.0
15802025-12-03T15:10:35.949Z Compiling hyper-util v0.1.17
15812025-12-03T15:10:36.781Z Compiling ipnetwork v0.21.1
15822025-12-03T15:10:37.181Z Compiling vergen-lib v0.1.6
15832025-12-03T15:10:37.475Z Compiling serde_tokenstream v0.2.2
15842025-12-03T15:10:37.537Z Compiling serde_spanned v0.6.9
15852025-12-03T15:10:37.771Z Compiling toml_datetime v0.6.11
15862025-12-03T15:10:37.998Z Compiling rand_chacha v0.3.1
15872025-12-03T15:10:38.239Z Compiling backtrace v0.3.74
15882025-12-03T15:10:38.702Z Compiling md-5 v0.10.6
15892025-12-03T15:10:38.975Z Compiling libz-rs-sys v0.5.1
15902025-12-03T15:10:39.060Z Compiling curve25519-dalek v4.1.3
15912025-12-03T15:10:39.263Z Compiling num-integer v0.1.46
15922025-12-03T15:10:39.506Z Compiling sync_wrapper v1.0.1
15932025-12-03T15:10:39.654Z Compiling ff v0.13.0
15942025-12-03T15:10:39.686Z Compiling hash32 v0.2.1
15952025-12-03T15:10:39.856Z Compiling memoffset v0.9.1
15962025-12-03T15:10:39.915Z Compiling ref-cast v1.0.24
15972025-12-03T15:10:39.951Z Compiling litrs v0.4.1
15982025-12-03T15:10:40.079Z Compiling fallible-iterator v0.2.0
15992025-12-03T15:10:40.168Z Compiling tower-layer v0.3.3
16002025-12-03T15:10:40.364Z Compiling smoltcp v0.9.1
16012025-12-03T15:10:40.450Z Compiling psl-types v2.0.11
16022025-12-03T15:10:40.658Z Compiling base16ct v0.2.0
16032025-12-03T15:10:40.685Z Compiling cfg_aliases v0.2.1
16042025-12-03T15:10:40.709Z Compiling num-bigint-dig v0.8.4
16052025-12-03T15:10:40.802Z Compiling nix v0.29.0
16062025-12-03T15:10:40.921Z Compiling document-features v0.2.11
16072025-12-03T15:10:40.985Z Compiling sec1 v0.7.3
16082025-12-03T15:10:41.010Z Compiling postgres-protocol v0.6.8
16092025-12-03T15:10:41.072Z Compiling publicsuffix v2.3.0
16102025-12-03T15:10:41.371Z Compiling tower v0.5.2
16112025-12-03T15:10:41.726Z Compiling group v0.13.0
16122025-12-03T15:10:42.012Z Compiling newtype-uuid v1.3.2
16132025-12-03T15:10:42.038Z Compiling num-iter v0.1.45
16142025-12-03T15:10:42.213Z Compiling flate2 v1.1.2
16152025-12-03T15:10:42.343Z Compiling rand v0.8.5
16162025-12-03T15:10:42.492Z Compiling oxnet v0.1.3
16172025-12-03T15:10:42.652Z Compiling derive_builder v0.20.2
16182025-12-03T15:10:42.974Z Compiling tokio-native-tls v0.3.1
16192025-12-03T15:10:43.260Z Compiling goblin v0.10.2
16202025-12-03T15:10:43.932Z Compiling rustls-native-certs v0.8.1
16212025-12-03T15:10:43.956Z Compiling webpki-roots v1.0.1
16222025-12-03T15:10:44.006Z Compiling http-body-util v0.1.3
16232025-12-03T15:10:44.115Z Compiling vergen v9.0.6
16242025-12-03T15:10:44.168Z Compiling terminal_size v0.4.0
16252025-12-03T15:10:44.397Z Compiling cargo-platform v0.1.8
16262025-12-03T15:10:44.423Z Compiling hkdf v0.12.4
16272025-12-03T15:10:44.450Z Compiling crypto-bigint v0.5.5
16282025-12-03T15:10:44.474Z Compiling curve25519-dalek-derive v0.1.1
16292025-12-03T15:10:44.700Z Compiling strum_macros v0.27.2
16302025-12-03T15:10:44.865Z Compiling async-trait v0.1.89
16312025-12-03T15:10:45.681Z Compiling daft-derive v0.1.4
16322025-12-03T15:10:46.247Z Compiling hubpack_derive v0.1.1
16332025-12-03T15:10:47.090Z Compiling ref-cast-impl v1.0.24
16342025-12-03T15:10:47.119Z Compiling ahash v0.8.12
16352025-12-03T15:10:47.146Z Compiling fs-err v3.1.1
16362025-12-03T15:10:47.486Z Compiling managed v0.8.0
16372025-12-03T15:10:47.486Z Compiling simd-adler32 v0.3.7
16382025-12-03T15:10:47.928Z Compiling bitflags v1.3.2
16392025-12-03T15:10:48.047Z Compiling iri-string v0.7.8
16402025-12-03T15:10:48.074Z Compiling bumpalo v3.16.0
16412025-12-03T15:10:48.206Z Compiling winnow v0.5.40
16422025-12-03T15:10:48.539Z Compiling unicode-segmentation v1.12.0
16432025-12-03T15:10:48.713Z Compiling lockfree-object-pool v0.1.6
16442025-12-03T15:10:48.965Z Compiling usdt-impl v0.6.0
16452025-12-03T15:10:49.236Z Compiling buf-list v1.0.3
16462025-12-03T15:10:49.277Z Compiling zopfli v0.8.1
16472025-12-03T15:10:49.342Z Compiling strum v0.27.2
16482025-12-03T15:10:49.539Z Compiling dof v0.4.0
16492025-12-03T15:10:50.621Z Compiling tower-http v0.6.6
16502025-12-03T15:10:51.145Z Compiling toml_edit v0.19.15
16512025-12-03T15:10:51.393Z Compiling clap_builder v4.5.48
16522025-12-03T15:10:51.545Z Compiling hubpack v0.1.2
16532025-12-03T15:10:51.692Z Compiling daft v0.1.4
16542025-12-03T15:10:51.773Z Compiling elliptic-curve v0.13.8
16552025-12-03T15:10:52.216Z Compiling cargo_metadata v0.19.2
16562025-12-03T15:10:52.557Z Compiling hyper-tls v0.6.0
16572025-12-03T15:10:52.820Z Compiling cookie_store v0.21.1
16582025-12-03T15:10:52.926Z Compiling signal-hook-mio v0.2.4
16592025-12-03T15:10:54.064Z Compiling zstd v0.13.3
16602025-12-03T15:10:55.107Z Compiling postgres-types v0.2.9
16612025-12-03T15:10:55.262Z Compiling usdt-macro v0.5.0
16622025-12-03T15:10:56.154Z Compiling usdt-attr-macro v0.5.0
16632025-12-03T15:10:56.260Z Compiling phf v0.11.2
16642025-12-03T15:10:56.433Z Compiling ed25519 v2.2.3
16652025-12-03T15:10:56.535Z Compiling bzip2 v0.5.2
16662025-12-03T15:10:56.834Z Compiling bzip2 v0.4.4
16672025-12-03T15:10:56.896Z Compiling pkcs1 v0.7.5
16682025-12-03T15:10:57.190Z Compiling serde_with_macros v3.14.0
16692025-12-03T15:10:57.444Z Compiling dtrace-parser v0.3.0
16702025-12-03T15:10:57.672Z Compiling strum_macros v0.26.4
16712025-12-03T15:10:57.860Z Compiling serde_urlencoded v0.7.1
16722025-12-03T15:10:57.938Z Compiling serde-big-array v0.5.1
16732025-12-03T15:10:58.136Z Compiling rfc6979 v0.4.0
16742025-12-03T15:10:58.170Z Compiling bstr v1.10.0
16752025-12-03T15:10:58.328Z Compiling clap_derive v4.5.47
16762025-12-03T15:10:58.353Z Compiling enum-as-inner v0.6.1
16772025-12-03T15:10:59.008Z Compiling serde_repr v0.1.19
16782025-12-03T15:10:59.212Z Compiling float-cmp v0.10.0
16792025-12-03T15:10:59.269Z Compiling hashbrown v0.16.0
16802025-12-03T15:10:59.440Z Compiling env_filter v0.1.2
16812025-12-03T15:10:59.466Z Compiling thread-id v5.0.0
16822025-12-03T15:10:59.597Z Compiling encoding_rs v0.8.34
16832025-12-03T15:10:59.973Z Compiling foldhash v0.2.0
16842025-12-03T15:11:00.045Z Compiling precomputed-hash v0.1.1
16852025-12-03T15:11:00.186Z Compiling rustc-hash v2.1.1
16862025-12-03T15:11:00.354Z Compiling normalize-line-endings v0.3.0
16872025-12-03T15:11:00.388Z Compiling difflib v0.4.0
16882025-12-03T15:11:00.413Z Compiling predicates-core v1.0.8
16892025-12-03T15:11:00.507Z Compiling new_debug_unreachable v1.0.6
16902025-12-03T15:11:00.624Z Compiling mime v0.3.17
16912025-12-03T15:11:00.721Z Compiling jiff v0.2.15
16922025-12-03T15:11:01.079Z Compiling data-encoding v2.9.0
16932025-12-03T15:11:01.314Z Compiling static_assertions v1.1.0
16942025-12-03T15:11:01.427Z Compiling keccak v0.1.5
16952025-12-03T15:11:01.497Z Compiling fixedbitset v0.4.2
16962025-12-03T15:11:01.804Z Compiling whoami v1.5.2
16972025-12-03T15:11:01.889Z Compiling clap v4.5.48
16982025-12-03T15:11:02.008Z Compiling petgraph v0.6.5
16992025-12-03T15:11:02.288Z Compiling tokio-postgres v0.7.13
17002025-12-03T15:11:02.323Z Compiling sha3 v0.10.8
17012025-12-03T15:11:02.513Z Compiling hickory-proto v0.25.2
17022025-12-03T15:11:02.590Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032025-12-03T15:11:03.213Z Compiling strum v0.26.3
17042025-12-03T15:11:03.393Z Compiling predicates v3.1.3
17052025-12-03T15:11:03.662Z Compiling string_cache v0.8.9
17062025-12-03T15:11:04.037Z Compiling toml_edit v0.22.27
17072025-12-03T15:11:04.643Z Compiling iddqd v0.3.16
17082025-12-03T15:11:05.065Z Compiling env_logger v0.11.8
17092025-12-03T15:11:05.735Z Compiling usdt v0.5.0
17102025-12-03T15:11:06.668Z Compiling serde_with v3.14.0
17112025-12-03T15:11:06.932Z Compiling zip v4.2.0
17122025-12-03T15:11:07.275Z Compiling similar v2.7.0
17132025-12-03T15:11:08.344Z Compiling ecdsa v0.16.9
17142025-12-03T15:11:08.775Z Compiling rsa v0.9.8
17152025-12-03T15:11:08.996Z Compiling zip v0.6.6
17162025-12-03T15:11:09.074Z Compiling ed25519-dalek v2.1.1
17172025-12-03T15:11:10.120Z Compiling toml v0.7.8
17182025-12-03T15:11:10.282Z Compiling crossterm v0.28.1
17192025-12-03T15:11:11.272Z Compiling heck v0.4.1
17202025-12-03T15:11:11.323Z Compiling crossbeam-epoch v0.9.18
17212025-12-03T15:11:11.493Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222025-12-03T15:11:11.550Z Compiling tokio-stream v0.1.17
17232025-12-03T15:11:11.675Z Compiling x509-cert v0.2.5
17242025-12-03T15:11:11.880Z Compiling openapiv3 v2.2.0
17252025-12-03T15:11:11.928Z Compiling sha1 v0.10.6
17262025-12-03T15:11:12.292Z Compiling itertools v0.10.5
17272025-12-03T15:11:12.367Z Compiling itertools v0.13.0
17282025-12-03T15:11:12.421Z Compiling winnow v0.6.26
17292025-12-03T15:11:12.952Z Compiling peg-runtime v0.8.5
17302025-12-03T15:11:13.463Z Compiling lalrpop-util v0.19.12
17312025-12-03T15:11:13.787Z Compiling thread_local v1.1.8
17322025-12-03T15:11:14.222Z Compiling slog-async v2.8.0
17332025-12-03T15:11:14.426Z Compiling crossbeam-channel v0.5.15
17342025-12-03T15:11:14.740Z Compiling futures-executor v0.3.31
17352025-12-03T15:11:14.838Z Compiling xattr v1.3.1
17362025-12-03T15:11:14.898Z Compiling is-terminal v0.4.13
17372025-12-03T15:11:15.060Z Compiling filetime v0.2.26
17382025-12-03T15:11:15.086Z Compiling take_mut v0.2.2
17392025-12-03T15:11:15.133Z Compiling term v1.1.0
17402025-12-03T15:11:15.157Z Compiling futures v0.3.31
17412025-12-03T15:11:15.288Z Compiling tar v0.4.44
17422025-12-03T15:11:16.134Z Compiling slog-term v2.9.2
17432025-12-03T15:11:17.421Z Compiling aws-lc-sys v0.26.0
17442025-12-03T15:11:50.346Z Compiling rustls-webpki v0.102.8
17452025-12-03T15:11:56.804Z Compiling tokio-rustls v0.26.0
17462025-12-03T15:11:57.179Z Compiling hyper-rustls v0.27.7
17472025-12-03T15:11:57.563Z Compiling reqwest v0.12.24
17482025-12-03T15:12:02.585Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492025-12-03T15:12:03.017Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502025-12-03T15:12:09.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
17512025-12-03T15:12:09.443Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522025-12-03T15:12:09.533ZDec 03 15:12:08.712 INFO Starting download, target: Cockroach
17532025-12-03T15:12:09.533ZDec 03 15:12:08.714 INFO Starting download, target: Console
17542025-12-03T15:12:09.533ZDec 03 15:12:08.714 INFO Starting download, target: Clickhouse
17552025-12-03T15:12:09.533ZDec 03 15:12:08.714 INFO Starting download, target: DendriteStub
17562025-12-03T15:12:09.533ZDec 03 15:12:08.714 INFO Starting download, target: MaghemiteMgd
17572025-12-03T15:12:09.557ZDec 03 15:12:08.714 INFO Starting download, target: TransceiverControl
17582025-12-03T15:12:09.558ZDec 03 15:12:08.715 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592025-12-03T15:12:09.558ZDec 03 15:12:08.715 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602025-12-03T15:12:09.558ZDec 03 15:12:08.715 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612025-12-03T15:12:09.558ZDec 03 15:12:08.715 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622025-12-03T15:12:09.558ZDec 03 15:12:08.715 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632025-12-03T15:12:09.558ZDec 03 15:12:08.715 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642025-12-03T15:12:09.847ZDec 03 15:12:09.027 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652025-12-03T15:12:10.343ZDec 03 15:12:09.515 INFO Download complete, target: Console
17662025-12-03T15:12:12.390ZDec 03 15:12:11.571 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672025-12-03T15:12:14.533ZDec 03 15:12:13.714 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682025-12-03T15:12:15.126ZDec 03 15:12:14.304 INFO Download complete, target: TransceiverControl
17692025-12-03T15:12:16.571ZDec 03 15:12:15.752 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702025-12-03T15:12:17.476ZDec 03 15:12:16.657 INFO Download complete, target: DendriteStub
17712025-12-03T15:12:18.681ZDec 03 15:12:17.862 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722025-12-03T15:12:18.681ZDec 03 15:12:17.862 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732025-12-03T15:12:21.664ZDec 03 15:12:20.846 INFO Download complete, target: MaghemiteMgd
17742025-12-03T15:12:27.432ZDec 03 15:12:26.614 INFO Checking that binary works, target: Cockroach
17752025-12-03T15:12:27.629ZDec 03 15:12:26.810 INFO Download complete, target: Cockroach
17762025-12-03T15:13:28.681ZDec 03 15:13:27.863 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772025-12-03T15:13:41.150ZDec 03 15:13:40.333 INFO Checking that binary works, target: Clickhouse
17782025-12-03T15:13:41.336ZDec 03 15:13:40.518 INFO Download complete, target: Clickhouse
17792025-12-03T15:13:41.364ZAll builder prerequisites installed successfully, and PATH looks valid
17802025-12-03T15:13:41.389Z
17812025-12-03T15:13:41.389Zreal 7:07.984818906
17822025-12-03T15:13:41.389Zuser 16:27.376604012
17832025-12-03T15:13:41.389Zsys 2:48.377350034
17842025-12-03T15:13:41.389Ztrap 0.587055480
17852025-12-03T15:13:41.389Ztflt 0.502099285
17862025-12-03T15:13:41.389Zdflt 1.170587484
17872025-12-03T15:13:41.389Zkflt 0.010511734
17882025-12-03T15:13:41.389Zlock 1:00:12.029136036
17892025-12-03T15:13:41.389Zslp 1:03:06.256677189
17902025-12-03T15:13:41.389Zlat 1:17.566085298
17912025-12-03T15:13:41.389Zstop 3:02.643604686
17922025-12-03T15:13:41.389Z++ bmat factory name
17932025-12-03T15:13:41.389Z++ bmat factory private
17942025-12-03T15:13:41.414Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/50244 '{
17952025-12-03T15:13:41.414Z buildomat: {
17962025-12-03T15:13:41.414Z factory: {
17972025-12-03T15:13:41.414Z name: $bmat_factory_name,
17982025-12-03T15:13:41.414Z private: $bmat_factory_private,
17992025-12-03T15:13:41.414Z },
18002025-12-03T15:13:41.414Z },
18012025-12-03T15:13:41.414Z }'
18022025-12-03T15:13:41.438Z+ banner ls-apis
18032025-12-03T15:13:41.438Z
18042025-12-03T15:13:41.438Z # #### ## ##### # ####
18052025-12-03T15:13:41.438Z # # # # # # # #
18062025-12-03T15:13:41.438Z # #### ##### # # # # # ####
18072025-12-03T15:13:41.438Z # # ###### ##### # #
18082025-12-03T15:13:41.438Z # # # # # # # # #
18092025-12-03T15:13:41.438Z ###### #### # # # # ####
18102025-12-03T15:13:41.438Z
18112025-12-03T15:13:41.438Z+ source ./tools/include/force-git-over-https.sh
18122025-12-03T15:13:41.439Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18132025-12-03T15:13:41.439Z++ (( i = 0 ))
18142025-12-03T15:13:41.439Z++ (( i < 5 ))
18152025-12-03T15:13:41.439Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18162025-12-03T15:13:41.463Z++ (( i++ ))
18172025-12-03T15:13:41.463Z++ (( i < 5 ))
18182025-12-03T15:13:41.463Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18192025-12-03T15:13:41.463Z++ (( i++ ))
18202025-12-03T15:13:41.463Z++ (( i < 5 ))
18212025-12-03T15:13:41.463Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18222025-12-03T15:13:41.463Z++ (( i++ ))
18232025-12-03T15:13:41.463Z++ (( i < 5 ))
18242025-12-03T15:13:41.463Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18252025-12-03T15:13:41.463Z++ (( i++ ))
18262025-12-03T15:13:41.463Z++ (( i < 5 ))
18272025-12-03T15:13:41.463Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18282025-12-03T15:13:41.464Z++ (( i++ ))
18292025-12-03T15:13:41.464Z++ (( i < 5 ))
18302025-12-03T15:13:41.464Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18312025-12-03T15:13:41.464Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18322025-12-03T15:13:41.464Z+ ptime -m cargo xtask ls-apis apis
18332025-12-03T15:13:42.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
18342025-12-03T15:13:42.789Z Running `target/debug/xtask ls-apis apis`
18352025-12-03T15:13:44.622Z Compiling semver v0.1.20
18362025-12-03T15:13:44.646Z Compiling erased-serde v0.4.6
18372025-12-03T15:13:44.677Z Compiling ordered-float v2.10.1
18382025-12-03T15:13:44.678Z Compiling structmeta-derive v0.3.0
18392025-12-03T15:13:44.702Z Compiling toml v0.8.23
18402025-12-03T15:13:44.702Z Compiling cargo-platform v0.2.0
18412025-12-03T15:13:44.702Z Compiling fixedbitset v0.5.7
18422025-12-03T15:13:44.737Z Compiling indent_write v2.2.0
18432025-12-03T15:13:45.061Z Compiling rustc_version v0.1.7
18442025-12-03T15:13:45.266Z Compiling serde-value v0.7.0
18452025-12-03T15:13:45.293Z Compiling petgraph v0.8.2
18462025-12-03T15:13:45.471Z Compiling newtype_derive v0.1.6
18472025-12-03T15:13:45.613Z Compiling serde-untagged v0.1.7
18482025-12-03T15:13:46.003Z Compiling cargo-util-schemas v0.8.2
18492025-12-03T15:13:46.503Z Compiling structmeta v0.3.0
18502025-12-03T15:13:46.845Z Compiling parse-display-derive v0.10.0
18512025-12-03T15:13:47.945Z Compiling cargo_metadata v0.21.0
18522025-12-03T15:13:49.082Z Compiling parse-display v0.10.0
18532025-12-03T15:13:49.689Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18542025-12-03T15:13:56.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.36s
18552025-12-03T15:13:56.357Z Running `target/debug/ls-apis apis`
18562025-12-03T15:13:56.466Zloading metadata for workspace omicron from current workspace
18572025-12-03T15:14:12.427Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18582025-12-03T15:14:12.451Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18592025-12-03T15:14:12.451Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
18602025-12-03T15:14:12.451Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/3f1752e/Cargo.toml
18612025-12-03T15:14:12.451Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18622025-12-03T15:14:52.311Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
18632025-12-03T15:14:55.740Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18642025-12-03T15:14:55.769Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18652025-12-03T15:14:56.069ZBootstrap Agent (client: bootstrap-agent-client)
18662025-12-03T15:14:56.069Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18672025-12-03T15:14:56.069Z consumed by: wicketd (omicron/wicketd) via 2 paths
18682025-12-03T15:14:56.069Z
18692025-12-03T15:14:56.070ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18702025-12-03T15:14:56.070Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18712025-12-03T15:14:56.070Z
18722025-12-03T15:14:56.070ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18732025-12-03T15:14:56.070Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18742025-12-03T15:14:56.070Z
18752025-12-03T15:14:56.070ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18762025-12-03T15:14:56.070Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18772025-12-03T15:14:56.070Z
18782025-12-03T15:14:56.070ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18792025-12-03T15:14:56.070Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18802025-12-03T15:14:56.070Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18812025-12-03T15:14:56.070Z
18822025-12-03T15:14:56.070ZCrucible Agent (client: crucible-agent-client)
18832025-12-03T15:14:56.095Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18842025-12-03T15:14:56.095Z
18852025-12-03T15:14:56.095ZCrucible Control (for testing only) (client: crucible-control-client)
18862025-12-03T15:14:56.095Z
18872025-12-03T15:14:56.095ZCrucible Pantry (client: crucible-pantry-client)
18882025-12-03T15:14:56.095Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18892025-12-03T15:14:56.095Z
18902025-12-03T15:14:56.095ZMaghemite DDM Admin (client: ddm-admin-client)
18912025-12-03T15:14:56.095Z consumed by: installinator (omicron/installinator) via 1 path
18922025-12-03T15:14:56.095Z consumed by: mgd (maghemite/mgd) via 1 path
18932025-12-03T15:14:56.095Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18942025-12-03T15:14:56.095Z consumed by: wicketd (omicron/wicketd) via 1 path
18952025-12-03T15:14:56.095Z
18962025-12-03T15:14:56.095ZDNS Server (client: dns-service-client)
18972025-12-03T15:14:56.095Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18982025-12-03T15:14:56.095Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18992025-12-03T15:14:56.095Z
19002025-12-03T15:14:56.095ZDendrite DPD (client: dpd-client)
19012025-12-03T15:14:56.095Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19022025-12-03T15:14:56.095Z consumed by: lldpd (lldp/lldpd) via 2 paths
19032025-12-03T15:14:56.095Z consumed by: mgd (maghemite/mgd) via 1 path
19042025-12-03T15:14:56.095Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19052025-12-03T15:14:56.095Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19062025-12-03T15:14:56.095Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19072025-12-03T15:14:56.095Z consumed by: wicketd (omicron/wicketd) via 2 paths
19082025-12-03T15:14:56.095Z
19092025-12-03T15:14:56.095ZDownstairs Controller (debugging only) (client: dsc-client)
19102025-12-03T15:14:56.095Z
19112025-12-03T15:14:56.095ZManagement Gateway Service (client: gateway-client)
19122025-12-03T15:14:56.095Z consumed by: dpd (dendrite/dpd) via 1 path
19132025-12-03T15:14:56.095Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19142025-12-03T15:14:56.095Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19152025-12-03T15:14:56.095Z consumed by: wicketd (omicron/wicketd) via 3 paths
19162025-12-03T15:14:56.095Z
19172025-12-03T15:14:56.095ZWicketd Installinator (client: installinator-client)
19182025-12-03T15:14:56.096Z consumed by: installinator (omicron/installinator) via 1 path
19192025-12-03T15:14:56.096Z
19202025-12-03T15:14:56.096ZLLDP daemon (client: lldpd-client)
19212025-12-03T15:14:56.096Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19222025-12-03T15:14:56.096Z consumed by: tfportd (dendrite/tfportd) via 1 path
19232025-12-03T15:14:56.096Z
19242025-12-03T15:14:56.096ZMaghemite MG Admin (client: mg-admin-client)
19252025-12-03T15:14:56.145Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19262025-12-03T15:14:56.145Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19272025-12-03T15:14:56.145Z
19282025-12-03T15:14:56.145ZNexus Internal API (client: nexus-client)
19292025-12-03T15:14:56.169Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19302025-12-03T15:14:56.169Z consumed by: dpd (dendrite/dpd) via 1 path
19312025-12-03T15:14:56.170Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19322025-12-03T15:14:56.170Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19332025-12-03T15:14:56.170Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19342025-12-03T15:14:56.170Z
19352025-12-03T15:14:56.170ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19362025-12-03T15:14:56.170Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19372025-12-03T15:14:56.170Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19382025-12-03T15:14:56.170Z
19392025-12-03T15:14:56.170ZNTP Admin (client: ntp-admin-client)
19402025-12-03T15:14:56.170Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19412025-12-03T15:14:56.170Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19422025-12-03T15:14:56.170Z
19432025-12-03T15:14:56.170ZExternal API (client: oxide-client)
19442025-12-03T15:14:56.170Z
19452025-12-03T15:14:56.170ZOximeter (client: oximeter-client)
19462025-12-03T15:14:56.170Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19472025-12-03T15:14:56.170Z
19482025-12-03T15:14:56.170ZPropolis (client: propolis-client)
19492025-12-03T15:14:56.170Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19502025-12-03T15:14:56.170Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19512025-12-03T15:14:56.170Z
19522025-12-03T15:14:56.170ZCrucible Repair (client: repair-client)
19532025-12-03T15:14:56.170Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19542025-12-03T15:14:56.170Z
19552025-12-03T15:14:56.170ZRepo Depot API (client: repo-depot-client)
19562025-12-03T15:14:56.170Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19572025-12-03T15:14:56.170Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19582025-12-03T15:14:56.170Z
19592025-12-03T15:14:56.170ZSled Agent (client: sled-agent-client)
19602025-12-03T15:14:56.170Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19612025-12-03T15:14:56.170Z
19622025-12-03T15:14:56.170ZWicketd (client: wicketd-client)
19632025-12-03T15:14:56.170Z
19642025-12-03T15:14:56.234Z
19652025-12-03T15:14:56.234Zreal 1:14.740785323
19662025-12-03T15:14:56.234Zuser 48.739633215
19672025-12-03T15:14:56.234Zsys 20.867426360
19682025-12-03T15:14:56.234Ztrap 0.022873044
19692025-12-03T15:14:56.234Ztflt 0.025815897
19702025-12-03T15:14:56.234Zdflt 0.233293578
19712025-12-03T15:14:56.234Zkflt 0.000037163
19722025-12-03T15:14:56.234Zlock 1:33.623775213
19732025-12-03T15:14:56.234Zslp 7:01.729075816
19742025-12-03T15:14:56.234Zlat 3.014023033
19752025-12-03T15:14:56.234Zstop 2.785658134
19762025-12-03T15:14:56.258Z+ ptime -m cargo xtask ls-apis deployment-units
19772025-12-03T15:14:57.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
19782025-12-03T15:14:57.558Z Running `target/debug/xtask ls-apis deployment-units`
19792025-12-03T15:14:59.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
19802025-12-03T15:14:59.330Z Running `target/debug/ls-apis deployment-units`
19812025-12-03T15:14:59.400Zloading metadata for workspace omicron from current workspace
19822025-12-03T15:15:01.566Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
19832025-12-03T15:15:01.592Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
19842025-12-03T15:15:01.592Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
19852025-12-03T15:15:01.592Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/3f1752e/Cargo.toml
19862025-12-03T15:15:01.592Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
19872025-12-03T15:15:06.192Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
19882025-12-03T15:15:07.691Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19892025-12-03T15:15:07.720Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19902025-12-03T15:15:08.018ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19912025-12-03T15:15:08.019Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19922025-12-03T15:15:08.019Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19932025-12-03T15:15:08.019Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19942025-12-03T15:15:08.019Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19952025-12-03T15:15:08.065Z
19962025-12-03T15:15:08.065Z
19972025-12-03T15:15:08.065ZCockroach
19982025-12-03T15:15:08.065Z omicron-cockroach-admin (omicron/cockroach-admin)
19992025-12-03T15:15:08.065Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20002025-12-03T15:15:08.065Z
20012025-12-03T15:15:08.065Z
20022025-12-03T15:15:08.065ZCrucible
20032025-12-03T15:15:08.065Z crucible-agent (crucible/agent)
20042025-12-03T15:15:08.065Z exposes: Crucible Agent (client = crucible-agent-client)
20052025-12-03T15:15:08.065Z
20062025-12-03T15:15:08.065Z crucible-downstairs (crucible/downstairs)
20072025-12-03T15:15:08.065Z exposes: Crucible Repair (client = repair-client)
20082025-12-03T15:15:08.066Z consumes: repair-client
20092025-12-03T15:15:08.066Z
20102025-12-03T15:15:08.066Z
20112025-12-03T15:15:08.066ZCrucible Pantry
20122025-12-03T15:15:08.066Z crucible-pantry (crucible/pantry)
20132025-12-03T15:15:08.066Z exposes: Crucible Pantry (client = crucible-pantry-client)
20142025-12-03T15:15:08.066Z consumes: nexus-client
20152025-12-03T15:15:08.066Z
20162025-12-03T15:15:08.066Z
20172025-12-03T15:15:08.066ZDNS Server
20182025-12-03T15:15:08.066Z dns-server (omicron/dns-server)
20192025-12-03T15:15:08.066Z exposes: DNS Server (client = dns-service-client)
20202025-12-03T15:15:08.066Z
20212025-12-03T15:15:08.066Z
20222025-12-03T15:15:08.066ZHost OS
20232025-12-03T15:15:08.066Z ddmd (maghemite/ddmd)
20242025-12-03T15:15:08.066Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20252025-12-03T15:15:08.066Z consumes: dpd-client
20262025-12-03T15:15:08.066Z
20272025-12-03T15:15:08.066Z dpd (dendrite/dpd)
20282025-12-03T15:15:08.066Z exposes: Dendrite DPD (client = dpd-client)
20292025-12-03T15:15:08.066Z consumes: gateway-client
20302025-12-03T15:15:08.066Z consumes: nexus-client
20312025-12-03T15:15:08.066Z
20322025-12-03T15:15:08.066Z lldpd (lldp/lldpd)
20332025-12-03T15:15:08.066Z exposes: LLDP daemon (client = lldpd-client)
20342025-12-03T15:15:08.066Z consumes: dpd-client
20352025-12-03T15:15:08.066Z
20362025-12-03T15:15:08.066Z mgd (maghemite/mgd)
20372025-12-03T15:15:08.066Z exposes: Maghemite MG Admin (client = mg-admin-client)
20382025-12-03T15:15:08.066Z consumes: ddm-admin-client
20392025-12-03T15:15:08.066Z consumes: dpd-client
20402025-12-03T15:15:08.066Z
20412025-12-03T15:15:08.066Z omicron-gateway (omicron/gateway)
20422025-12-03T15:15:08.066Z exposes: Management Gateway Service (client = gateway-client)
20432025-12-03T15:15:08.066Z
20442025-12-03T15:15:08.066Z omicron-sled-agent (omicron/sled-agent)
20452025-12-03T15:15:08.066Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20462025-12-03T15:15:08.066Z exposes: Repo Depot API (client = repo-depot-client)
20472025-12-03T15:15:08.067Z exposes: Sled Agent (client = sled-agent-client)
20482025-12-03T15:15:08.067Z consumes: bootstrap-agent-client
20492025-12-03T15:15:08.067Z consumes: cockroach-admin-client
20502025-12-03T15:15:08.067Z consumes: ddm-admin-client
20512025-12-03T15:15:08.067Z consumes: dns-service-client
20522025-12-03T15:15:08.067Z consumes: dpd-client
20532025-12-03T15:15:08.067Z consumes: gateway-client
20542025-12-03T15:15:08.067Z consumes: mg-admin-client
20552025-12-03T15:15:08.067Z consumes: nexus-client
20562025-12-03T15:15:08.067Z consumes: nexus-lockstep-client
20572025-12-03T15:15:08.067Z consumes: ntp-admin-client
20582025-12-03T15:15:08.067Z consumes: propolis-client
20592025-12-03T15:15:08.067Z consumes: repo-depot-client
20602025-12-03T15:15:08.067Z
20612025-12-03T15:15:08.067Z propolis-server (propolis/bin/propolis-server)
20622025-12-03T15:15:08.067Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20632025-12-03T15:15:08.067Z exposes: Propolis (client = propolis-client)
20642025-12-03T15:15:08.067Z consumes: nexus-client
20652025-12-03T15:15:08.067Z
20662025-12-03T15:15:08.067Z tfportd (dendrite/tfportd)
20672025-12-03T15:15:08.092Z consumes: dpd-client
20682025-12-03T15:15:08.092Z consumes: lldpd-client
20692025-12-03T15:15:08.092Z
20702025-12-03T15:15:08.092Z wicketd (omicron/wicketd)
20712025-12-03T15:15:08.092Z exposes: Wicketd Installinator (client = installinator-client)
20722025-12-03T15:15:08.092Z exposes: Wicketd (client = wicketd-client)
20732025-12-03T15:15:08.092Z consumes: bootstrap-agent-client
20742025-12-03T15:15:08.092Z consumes: ddm-admin-client
20752025-12-03T15:15:08.092Z consumes: dpd-client
20762025-12-03T15:15:08.092Z consumes: gateway-client
20772025-12-03T15:15:08.092Z
20782025-12-03T15:15:08.092Z
20792025-12-03T15:15:08.092ZInstallinator
20802025-12-03T15:15:08.092Z installinator (omicron/installinator)
20812025-12-03T15:15:08.092Z consumes: ddm-admin-client
20822025-12-03T15:15:08.092Z consumes: installinator-client
20832025-12-03T15:15:08.093Z
20842025-12-03T15:15:08.093Z
20852025-12-03T15:15:08.093ZNTP
20862025-12-03T15:15:08.093Z omicron-ntp-admin (omicron/ntp-admin)
20872025-12-03T15:15:08.093Z exposes: NTP Admin (client = ntp-admin-client)
20882025-12-03T15:15:08.093Z
20892025-12-03T15:15:08.093Z
20902025-12-03T15:15:08.093ZNexus
20912025-12-03T15:15:08.093Z omicron-nexus (omicron/nexus)
20922025-12-03T15:15:08.093Z exposes: Nexus Internal API (client = nexus-client)
20932025-12-03T15:15:08.093Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
20942025-12-03T15:15:08.093Z exposes: External API (client = oxide-client)
20952025-12-03T15:15:08.093Z consumes: clickhouse-admin-keeper-client
20962025-12-03T15:15:08.093Z consumes: clickhouse-admin-server-client
20972025-12-03T15:15:08.093Z consumes: clickhouse-admin-single-client
20982025-12-03T15:15:08.093Z consumes: cockroach-admin-client
20992025-12-03T15:15:08.093Z consumes: crucible-agent-client
21002025-12-03T15:15:08.093Z consumes: crucible-pantry-client
21012025-12-03T15:15:08.093Z consumes: dns-service-client
21022025-12-03T15:15:08.093Z consumes: dpd-client
21032025-12-03T15:15:08.093Z consumes: gateway-client
21042025-12-03T15:15:08.093Z consumes: lldpd-client
21052025-12-03T15:15:08.093Z consumes: mg-admin-client
21062025-12-03T15:15:08.093Z consumes: ntp-admin-client
21072025-12-03T15:15:08.093Z consumes: oximeter-client
21082025-12-03T15:15:08.093Z consumes: propolis-client
21092025-12-03T15:15:08.093Z consumes: repo-depot-client
21102025-12-03T15:15:08.093Z consumes: sled-agent-client
21112025-12-03T15:15:08.093Z
21122025-12-03T15:15:08.093Z
21132025-12-03T15:15:08.093ZOximeter
21142025-12-03T15:15:08.093Z oximeter-collector (omicron/oximeter/collector)
21152025-12-03T15:15:08.093Z exposes: Oximeter (client = oximeter-client)
21162025-12-03T15:15:08.093Z consumes: nexus-client
21172025-12-03T15:15:08.093Z
21182025-12-03T15:15:08.093Z
21192025-12-03T15:15:08.181Z
21202025-12-03T15:15:08.181Zreal 11.911707910
21212025-12-03T15:15:08.181Zuser 8.965801484
21222025-12-03T15:15:08.205Zsys 4.798698638
21232025-12-03T15:15:08.205Ztrap 0.002794125
21242025-12-03T15:15:08.205Ztflt 0.000074256
21252025-12-03T15:15:08.205Zdflt 0.000248118
21262025-12-03T15:15:08.205Zkflt 0.000000000
21272025-12-03T15:15:08.205Zlock 0.560200120
21282025-12-03T15:15:08.206Zslp 38.548036367
21292025-12-03T15:15:08.206Zlat 0.055214077
21302025-12-03T15:15:08.206Zstop 0.012922338
21312025-12-03T15:15:08.206Z+ ptime -m cargo xtask ls-apis servers
21322025-12-03T15:15:09.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
21332025-12-03T15:15:09.553Z Running `target/debug/xtask ls-apis servers`
21342025-12-03T15:15:11.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
21352025-12-03T15:15:11.387Z Running `target/debug/ls-apis servers`
21362025-12-03T15:15:11.452Zloading metadata for workspace omicron from current workspace
21372025-12-03T15:15:13.502Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21382025-12-03T15:15:13.526Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21392025-12-03T15:15:13.527Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
21402025-12-03T15:15:13.527Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/3f1752e/Cargo.toml
21412025-12-03T15:15:13.527Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21422025-12-03T15:15:17.530Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
21432025-12-03T15:15:18.740Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21442025-12-03T15:15:18.768Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21452025-12-03T15:15:19.051Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21462025-12-03T15:15:19.051Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21472025-12-03T15:15:19.051Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21482025-12-03T15:15:19.051Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21492025-12-03T15:15:19.098Z
21502025-12-03T15:15:19.098Zomicron-cockroach-admin (omicron/cockroach-admin)
21512025-12-03T15:15:19.098Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21522025-12-03T15:15:19.098Z
21532025-12-03T15:15:19.098Zcrucible-agent (crucible/agent)
21542025-12-03T15:15:19.098Z exposes: Crucible Agent (client = crucible-agent-client)
21552025-12-03T15:15:19.098Z
21562025-12-03T15:15:19.098Zcrucible-downstairs (crucible/downstairs)
21572025-12-03T15:15:19.098Z exposes: Crucible Repair (client = repair-client)
21582025-12-03T15:15:19.098Z consumes: repair-client
21592025-12-03T15:15:19.098Z
21602025-12-03T15:15:19.098Zcrucible-pantry (crucible/pantry)
21612025-12-03T15:15:19.098Z exposes: Crucible Pantry (client = crucible-pantry-client)
21622025-12-03T15:15:19.098Z consumes: nexus-client
21632025-12-03T15:15:19.098Z
21642025-12-03T15:15:19.098Zdns-server (omicron/dns-server)
21652025-12-03T15:15:19.098Z exposes: DNS Server (client = dns-service-client)
21662025-12-03T15:15:19.098Z
21672025-12-03T15:15:19.098Zomicron-sled-agent (omicron/sled-agent)
21682025-12-03T15:15:19.098Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21692025-12-03T15:15:19.098Z exposes: Repo Depot API (client = repo-depot-client)
21702025-12-03T15:15:19.098Z exposes: Sled Agent (client = sled-agent-client)
21712025-12-03T15:15:19.098Z consumes: bootstrap-agent-client
21722025-12-03T15:15:19.098Z consumes: cockroach-admin-client
21732025-12-03T15:15:19.098Z consumes: ddm-admin-client
21742025-12-03T15:15:19.098Z consumes: dns-service-client
21752025-12-03T15:15:19.098Z consumes: dpd-client
21762025-12-03T15:15:19.098Z consumes: gateway-client
21772025-12-03T15:15:19.098Z consumes: mg-admin-client
21782025-12-03T15:15:19.098Z consumes: nexus-client
21792025-12-03T15:15:19.099Z consumes: nexus-lockstep-client
21802025-12-03T15:15:19.099Z consumes: ntp-admin-client
21812025-12-03T15:15:19.099Z consumes: propolis-client
21822025-12-03T15:15:19.099Z consumes: repo-depot-client
21832025-12-03T15:15:19.099Z
21842025-12-03T15:15:19.099Zpropolis-server (propolis/bin/propolis-server)
21852025-12-03T15:15:19.099Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21862025-12-03T15:15:19.099Z exposes: Propolis (client = propolis-client)
21872025-12-03T15:15:19.099Z consumes: nexus-client
21882025-12-03T15:15:19.099Z
21892025-12-03T15:15:19.099Zddmd (maghemite/ddmd)
21902025-12-03T15:15:19.099Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21912025-12-03T15:15:19.099Z consumes: dpd-client
21922025-12-03T15:15:19.099Z
21932025-12-03T15:15:19.099Zdpd (dendrite/dpd)
21942025-12-03T15:15:19.099Z exposes: Dendrite DPD (client = dpd-client)
21952025-12-03T15:15:19.099Z consumes: gateway-client
21962025-12-03T15:15:19.099Z consumes: nexus-client
21972025-12-03T15:15:19.099Z
21982025-12-03T15:15:19.099Zlldpd (lldp/lldpd)
21992025-12-03T15:15:19.099Z exposes: LLDP daemon (client = lldpd-client)
22002025-12-03T15:15:19.099Z consumes: dpd-client
22012025-12-03T15:15:19.099Z
22022025-12-03T15:15:19.099Zmgd (maghemite/mgd)
22032025-12-03T15:15:19.099Z exposes: Maghemite MG Admin (client = mg-admin-client)
22042025-12-03T15:15:19.099Z consumes: ddm-admin-client
22052025-12-03T15:15:19.099Z consumes: dpd-client
22062025-12-03T15:15:19.099Z
22072025-12-03T15:15:19.099Zomicron-gateway (omicron/gateway)
22082025-12-03T15:15:19.099Z exposes: Management Gateway Service (client = gateway-client)
22092025-12-03T15:15:19.099Z
22102025-12-03T15:15:19.099Ztfportd (dendrite/tfportd)
22112025-12-03T15:15:19.099Z consumes: dpd-client
22122025-12-03T15:15:19.099Z consumes: lldpd-client
22132025-12-03T15:15:19.099Z
22142025-12-03T15:15:19.099Zwicketd (omicron/wicketd)
22152025-12-03T15:15:19.099Z exposes: Wicketd Installinator (client = installinator-client)
22162025-12-03T15:15:19.099Z exposes: Wicketd (client = wicketd-client)
22172025-12-03T15:15:19.099Z consumes: bootstrap-agent-client
22182025-12-03T15:15:19.100Z consumes: ddm-admin-client
22192025-12-03T15:15:19.100Z consumes: dpd-client
22202025-12-03T15:15:19.100Z consumes: gateway-client
22212025-12-03T15:15:19.100Z
22222025-12-03T15:15:19.100Zinstallinator (omicron/installinator)
22232025-12-03T15:15:19.100Z consumes: ddm-admin-client
22242025-12-03T15:15:19.100Z consumes: installinator-client
22252025-12-03T15:15:19.100Z
22262025-12-03T15:15:19.100Zomicron-ntp-admin (omicron/ntp-admin)
22272025-12-03T15:15:19.100Z exposes: NTP Admin (client = ntp-admin-client)
22282025-12-03T15:15:19.125Z
22292025-12-03T15:15:19.125Zomicron-nexus (omicron/nexus)
22302025-12-03T15:15:19.125Z exposes: Nexus Internal API (client = nexus-client)
22312025-12-03T15:15:19.125Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22322025-12-03T15:15:19.125Z exposes: External API (client = oxide-client)
22332025-12-03T15:15:19.125Z consumes: clickhouse-admin-keeper-client
22342025-12-03T15:15:19.125Z consumes: clickhouse-admin-server-client
22352025-12-03T15:15:19.126Z consumes: clickhouse-admin-single-client
22362025-12-03T15:15:19.126Z consumes: cockroach-admin-client
22372025-12-03T15:15:19.126Z consumes: crucible-agent-client
22382025-12-03T15:15:19.126Z consumes: crucible-pantry-client
22392025-12-03T15:15:19.126Z consumes: dns-service-client
22402025-12-03T15:15:19.126Z consumes: dpd-client
22412025-12-03T15:15:19.126Z consumes: gateway-client
22422025-12-03T15:15:19.126Z consumes: lldpd-client
22432025-12-03T15:15:19.126Z consumes: mg-admin-client
22442025-12-03T15:15:19.126Z consumes: ntp-admin-client
22452025-12-03T15:15:19.126Z consumes: oximeter-client
22462025-12-03T15:15:19.126Z consumes: propolis-client
22472025-12-03T15:15:19.126Z consumes: repo-depot-client
22482025-12-03T15:15:19.126Z consumes: sled-agent-client
22492025-12-03T15:15:19.126Z
22502025-12-03T15:15:19.126Zoximeter-collector (omicron/oximeter/collector)
22512025-12-03T15:15:19.126Z exposes: Oximeter (client = oximeter-client)
22522025-12-03T15:15:19.126Z consumes: nexus-client
22532025-12-03T15:15:19.126Z
22542025-12-03T15:15:19.196Z
22552025-12-03T15:15:19.196Zreal 10.980488479
22562025-12-03T15:15:19.196Zuser 8.609767416
22572025-12-03T15:15:19.196Zsys 4.129097550
22582025-12-03T15:15:19.196Ztrap 0.002113009
22592025-12-03T15:15:19.196Ztflt 0.000212338
22602025-12-03T15:15:19.196Zdflt 0.000301614
22612025-12-03T15:15:19.196Zkflt 0.000002224
22622025-12-03T15:15:19.196Zlock 0.676530781
22632025-12-03T15:15:19.196Zslp 34.389377872
22642025-12-03T15:15:19.197Zlat 0.037270053
22652025-12-03T15:15:19.197Zstop 0.013293494
22662025-12-03T15:15:19.221Z+ ptime -m cargo xtask ls-apis check
22672025-12-03T15:15:20.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
22682025-12-03T15:15:20.249Z Running `target/debug/xtask ls-apis check`
22692025-12-03T15:15:21.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
22702025-12-03T15:15:21.813Z Running `target/debug/ls-apis check`
22712025-12-03T15:15:21.879Zloading metadata for workspace omicron from current workspace
22722025-12-03T15:15:23.908Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22732025-12-03T15:15:23.933Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22742025-12-03T15:15:23.933Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
22752025-12-03T15:15:23.933Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/3f1752e/Cargo.toml
22762025-12-03T15:15:23.933Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22772025-12-03T15:15:28.127Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
22782025-12-03T15:15:29.417Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22792025-12-03T15:15:29.445Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22802025-12-03T15:15:29.925Z
22812025-12-03T15:15:29.925Z
22822025-12-03T15:15:29.925ZServer-managed APIs:
22832025-12-03T15:15:29.925Z
22842025-12-03T15:15:29.925Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22852025-12-03T15:15:29.925Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22862025-12-03T15:15:29.925Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22872025-12-03T15:15:29.925Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22882025-12-03T15:15:29.925Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22892025-12-03T15:15:29.925Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22902025-12-03T15:15:29.925Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22912025-12-03T15:15:29.925Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22922025-12-03T15:15:29.925Z DNS Server (dns-service-client, exposed by dns-server)
22932025-12-03T15:15:29.925Z Dendrite DPD (dpd-client, exposed by dpd)
22942025-12-03T15:15:29.925Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22952025-12-03T15:15:29.925Z LLDP daemon (lldpd-client, exposed by lldpd)
22962025-12-03T15:15:29.925Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22972025-12-03T15:15:29.925Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22982025-12-03T15:15:29.925Z External API (oxide-client, exposed by omicron-nexus)
22992025-12-03T15:15:29.925Z Oximeter (oximeter-client, exposed by oximeter-collector)
23002025-12-03T15:15:29.925Z Propolis (propolis-client, exposed by propolis-server)
23012025-12-03T15:15:29.925Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23022025-12-03T15:15:29.925Z Wicketd (wicketd-client, exposed by wicketd)
23032025-12-03T15:15:29.925Z
23042025-12-03T15:15:29.925Z
23052025-12-03T15:15:29.926ZClient-managed API:
23062025-12-03T15:15:29.926Z
23072025-12-03T15:15:29.926Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23082025-12-03T15:15:29.926Z reason: depends on itself (i.e., instances call each other)
23092025-12-03T15:15:29.926Z Wicketd Installinator (installinator-client, exposed by wicketd)
23102025-12-03T15:15:29.926Z reason: client is provided implicitly by the operator
23112025-12-03T15:15:29.926Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23122025-12-03T15:15:29.926Z reason: Circular dependencies between Nexus and other services
23132025-12-03T15:15:29.926Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23142025-12-03T15:15:29.926Z reason: Circular dependencies between Nexus and other services
23152025-12-03T15:15:29.926Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23162025-12-03T15:15:29.926Z reason: depends on itself (i.e., instances call each other)
23172025-12-03T15:15:29.926Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23182025-12-03T15:15:29.926Z reason: depends on itself (i.e., instances call each other)
23192025-12-03T15:15:29.926Z
23202025-12-03T15:15:29.926Z
23212025-12-03T15:15:29.926ZAPIs with unknown version management: none
23222025-12-03T15:15:29.926Z
23232025-12-03T15:15:29.926Z
23242025-12-03T15:15:29.926ZAPIs that failed consumer checks: none
23252025-12-03T15:15:30.024Z
23262025-12-03T15:15:30.024Zreal 10.788414729
23272025-12-03T15:15:30.024Zuser 8.946894243
23282025-12-03T15:15:30.024Zsys 3.687217409
23292025-12-03T15:15:30.025Ztrap 0.001906670
23302025-12-03T15:15:30.025Ztflt 0.000061888
23312025-12-03T15:15:30.025Zdflt 0.000147135
23322025-12-03T15:15:30.025Zkflt 0.000000000
23332025-12-03T15:15:30.025Zlock 0.473694935
23342025-12-03T15:15:30.025Zslp 35.937219788
23352025-12-03T15:15:30.025Zlat 0.037532449
23362025-12-03T15:15:30.025Zstop 0.012810894
23372025-12-03T15:15:30.049Z+ ptime -m cargo xtask ls-apis adoc
23382025-12-03T15:15:31.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
23392025-12-03T15:15:31.102Z Running `target/debug/xtask ls-apis adoc`
23402025-12-03T15:15:32.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
23412025-12-03T15:15:32.723Z Running `target/debug/ls-apis adoc`
23422025-12-03T15:15:32.821Zloading metadata for workspace omicron from current workspace
23432025-12-03T15:15:34.914Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23442025-12-03T15:15:34.940Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
23452025-12-03T15:15:34.940Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23462025-12-03T15:15:34.941Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/3f1752e/Cargo.toml
23472025-12-03T15:15:34.941Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23482025-12-03T15:15:39.236Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
23492025-12-03T15:15:40.500Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23502025-12-03T15:15:40.529Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23512025-12-03T15:15:41.006Z
23522025-12-03T15:15:41.006Zreal 10.939909847
23532025-12-03T15:15:41.006Zuser 9.012063565
23542025-12-03T15:15:41.006Zsys 3.777696484
23552025-12-03T15:15:41.006Ztrap 0.001651894
23562025-12-03T15:15:41.006Ztflt 0.000075507
23572025-12-03T15:15:41.006Zdflt 0.000198047
23582025-12-03T15:15:41.006Zkflt 0.000000000
23592025-12-03T15:15:41.006Zlock 0.515535828
23602025-12-03T15:15:41.006Zslp 37.039514505
23612025-12-03T15:15:41.006Zlat 0.035627256
23622025-12-03T15:15:41.006Zstop 0.012867500
23632025-12-03T15:15:41.031Z+ banner build
23642025-12-03T15:15:41.031Z
23652025-12-03T15:15:41.031Z ##### # # # # #####
23662025-12-03T15:15:41.031Z # # # # # # # #
23672025-12-03T15:15:41.031Z ##### # # # # # #
23682025-12-03T15:15:41.031Z # # # # # # # #
23692025-12-03T15:15:41.031Z # # # # # # # #
23702025-12-03T15:15:41.031Z ##### #### # ###### #####
23712025-12-03T15:15:41.031Z
23722025-12-03T15:15:41.031Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23732025-12-03T15:15:41.031Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23742025-12-03T15:15:41.031Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23752025-12-03T15:15:41.031Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23762025-12-03T15:15:41.031Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23772025-12-03T15:15:41.031Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23782025-12-03T15:15:41.031Z+ export TMPDIR=/var/tmp/omicron_tmp
23792025-12-03T15:15:41.031Z+ TMPDIR=/var/tmp/omicron_tmp
23802025-12-03T15:15:41.031Z+ export RUST_BACKTRACE=1
23812025-12-03T15:15:41.031Z+ RUST_BACKTRACE=1
23822025-12-03T15:15:41.031Z+ export CARGO_INCREMENTAL=0
23832025-12-03T15:15:41.031Z+ CARGO_INCREMENTAL=0
23842025-12-03T15:15:41.031Z+ export RUSTC_BOOTSTRAP=1
23852025-12-03T15:15:41.031Z+ RUSTC_BOOTSTRAP=1
23862025-12-03T15:15:41.031Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
23872025-12-03T15:15:45.080Z Compiling proc-macro2 v1.0.101
23882025-12-03T15:15:45.080Z Compiling unicode-ident v1.0.19
23892025-12-03T15:15:45.126Z Compiling libc v0.2.174
23902025-12-03T15:15:45.127Z Compiling serde_core v1.0.226
23912025-12-03T15:15:45.127Z Compiling cfg-if v1.0.4
23922025-12-03T15:15:45.127Z Compiling serde v1.0.226
23932025-12-03T15:15:45.127Z Compiling autocfg v1.4.0
23942025-12-03T15:15:45.127Z Compiling memchr v2.7.4
23952025-12-03T15:15:45.127Z 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`
23962025-12-03T15:15:45.127Z 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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b623c6348c36c92d -C extra-filename=-d1301a780aeb509f --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-12-03T15:15:45.127Z 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.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("core", "rustc-dep-of-std"))' -C metadata=6300215ad54799d5 -C extra-filename=-18c66edcb07d8d9d --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`
23982025-12-03T15:15:45.127Z 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`
23992025-12-03T15:15:45.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/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`
24002025-12-03T15:15:45.162Z 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`
24012025-12-03T15:15:45.187Z 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`
24022025-12-03T15:15:45.187Z 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`
24032025-12-03T15:15:45.498Z Compiling value-bag v1.9.0
24042025-12-03T15:15:45.523Z Compiling smallvec v1.15.1
24052025-12-03T15:15:45.523Z 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`
24062025-12-03T15:15:45.554Z 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`
24072025-12-03T15:15:45.841Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-cc8cb5d9a5af991c/build-script-build`
24082025-12-03T15:15:45.890Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea/build-script-build`
24092025-12-03T15:15:46.001Z 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)'`
24102025-12-03T15:15:46.055Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-83fec2aa8f7e5f73/build-script-build`
24112025-12-03T15:15:46.105Z Compiling log v0.4.27
24122025-12-03T15:15:46.106Z 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`
24132025-12-03T15:15:46.132Z Compiling version_check v0.9.5
24142025-12-03T15:15:46.132Z 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`
24152025-12-03T15:15:46.173Z Compiling scopeguard v1.2.0
24162025-12-03T15:15:46.197Z 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`
24172025-12-03T15:15:46.225Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3/build-script-build`
24182025-12-03T15:15:46.344Z 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"))'`
24192025-12-03T15:15:46.390Z Compiling lock_api v0.4.12
24202025-12-03T15:15:46.415Z 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`
24212025-12-03T15:15:46.449Z Compiling itoa v1.0.11
24222025-12-03T15:15:46.493Z 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`
24232025-12-03T15:15:46.527Z 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=7aece9e2d6502e87 -C extra-filename=-7dafee5933b5879f --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-d1301a780aeb509f.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)'`
24242025-12-03T15:15:46.699Z Compiling ryu v1.0.18
24252025-12-03T15:15:46.724Z 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`
24262025-12-03T15:15:46.751Z Compiling libm v0.2.8
24272025-12-03T15:15:46.802Z 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`
24282025-12-03T15:15:46.827Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d/build-script-build`
24292025-12-03T15:15:46.859Z Compiling portable-atomic v1.11.0
24302025-12-03T15:15:46.883Z Compiling num-traits v0.2.19
24312025-12-03T15:15:46.883Z 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`
24322025-12-03T15:15:46.883Z 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`
24332025-12-03T15:15:47.064Z 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`
24342025-12-03T15:15:47.088Z Compiling critical-section v1.1.3
24352025-12-03T15:15:47.088Z 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`
24362025-12-03T15:15:47.195Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c/build-script-build`
24372025-12-03T15:15:47.265Z Compiling quote v1.0.40
24382025-12-03T15:15:47.289Z 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=688d680254a673b9 -C extra-filename=-fd73e0970fd64adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-12-03T15:15:47.314Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15/build-script-build`
24402025-12-03T15:15:47.338Z 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`
24412025-12-03T15:15:47.468Z Compiling getrandom v0.2.15
24422025-12-03T15:15:47.492Z 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=ee609090f2c71386 -C extra-filename=-3c560abcce835d65 --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-18c66edcb07d8d9d.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`
24432025-12-03T15:15:47.557Z Compiling getrandom v0.3.4
24442025-12-03T15:15:47.582Z 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=ede79a44993c4d72 -C extra-filename=-3ba2e28ae90ac688 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-3ba2e28ae90ac688 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452025-12-03T15:15:47.625Z Compiling serde_json v1.0.145
24462025-12-03T15:15:47.649Z 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="alloc"' --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=6dd9839081fed1fc -C extra-filename=-d7f542bbbf3546da --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-d7f542bbbf3546da -L 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-12-03T15:15:47.805Z Compiling syn v2.0.106
24482025-12-03T15:15:47.851Z 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=2d9a3dd415ef87db -C extra-filename=-fec2201208344043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-12-03T15:15:47.876Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279/build-script-build`
24502025-12-03T15:15:47.927Z Compiling stable_deref_trait v1.2.0
24512025-12-03T15:15:47.977Z Compiling allocator-api2 v0.2.21
24522025-12-03T15:15:47.977Z 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`
24532025-12-03T15:15:48.002Z 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`
24542025-12-03T15:15:48.030Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-d7f542bbbf3546da/build-script-build`
24552025-12-03T15:15:48.055Z 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"))'`
24562025-12-03T15:15:48.129Z Compiling fnv v1.0.7
24572025-12-03T15:15:48.153Z 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`
24582025-12-03T15:15:48.178Z Compiling rand_core v0.6.4
24592025-12-03T15:15:48.178Z 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=eadebf604cdff040 -C extra-filename=-76688458c072d092 --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-3c560abcce835d65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-12-03T15:15:48.327Z 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)'`
24612025-12-03T15:15:48.508Z Compiling errno v0.3.12
24622025-12-03T15:15:48.532Z 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`
24632025-12-03T15:15:48.670Z Compiling pin-project-lite v0.2.14
24642025-12-03T15:15:48.694Z 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`
24652025-12-03T15:15:48.738Z Compiling shlex v1.3.0
24662025-12-03T15:15:48.792Z 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`
24672025-12-03T15:15:48.830Z Compiling byteorder v1.5.0
24682025-12-03T15:15:48.830Z 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`
24692025-12-03T15:15:48.856Z Compiling regex-syntax v0.8.5
24702025-12-03T15:15:48.881Z 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`
24712025-12-03T15:15:48.980Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-3ba2e28ae90ac688/build-script-build`
24722025-12-03T15:15:49.038Z 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=e54739357fe68ee2 -C extra-filename=-005dc578924af1e4 --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-18c66edcb07d8d9d.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`
24732025-12-03T15:15:49.125Z Compiling once_cell v1.21.3
24742025-12-03T15:15:49.150Z 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`
24752025-12-03T15:15:49.236Z Compiling equivalent v1.0.2
24762025-12-03T15:15:49.277Z 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`
24772025-12-03T15:15:49.301Z Compiling parking_lot_core v0.9.10
24782025-12-03T15:15:49.327Z 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`
24792025-12-03T15:15:49.419Z Compiling jobserver v0.1.32
24802025-12-03T15:15:49.444Z 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`
24812025-12-03T15:15:49.468Z Compiling writeable v0.5.5
24822025-12-03T15:15:49.533Z 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`
24832025-12-03T15:15:49.559Z Compiling foldhash v0.1.5
24842025-12-03T15:15:49.559Z 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`
24852025-12-03T15:15:49.804Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7/build-script-build`
24862025-12-03T15:15:49.863Z Compiling litemap v0.7.3
24872025-12-03T15:15:49.888Z 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`
24882025-12-03T15:15:49.913Z Compiling percent-encoding v2.3.2
24892025-12-03T15:15:49.937Z 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`
24902025-12-03T15:15:50.015Z 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="alloc"' --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=731948d01554ae57 -C extra-filename=-4ea726dac10ed76f --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"))'`
24912025-12-03T15:15:50.094Z Compiling semver v1.0.27
24922025-12-03T15:15:50.119Z 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`
24932025-12-03T15:15:50.206Z 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=6218154f34f25560 -C extra-filename=-778146129e6bd7f9 --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-18c66edcb07d8d9d.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`
24942025-12-03T15:15:50.251Z Compiling cc v1.2.30
24952025-12-03T15:15:50.276Z 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`
24962025-12-03T15:15:50.313Z Compiling hashbrown v0.15.4
24972025-12-03T15:15:50.365Z 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`
24982025-12-03T15:15:50.389Z Compiling subtle v2.6.1
24992025-12-03T15:15:50.389Z 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`
25002025-12-03T15:15:50.743Z Compiling parking_lot v0.12.3
25012025-12-03T15:15:50.767Z 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=01d9da69164f109b -C extra-filename=-fc6fce1ce7a910d9 --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-778146129e6bd7f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022025-12-03T15:15:50.792Z Compiling icu_locid_transform_data v1.5.0
25032025-12-03T15:15:50.792Z 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`
25042025-12-03T15:15:50.847Z Compiling heck v0.5.0
25052025-12-03T15:15:50.872Z 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`
25062025-12-03T15:15:50.984Z Compiling icu_properties_data v1.5.0
25072025-12-03T15:15:51.009Z 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`
25082025-12-03T15:15:51.271Z Compiling write16 v1.0.0
25092025-12-03T15:15:51.296Z 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`
25102025-12-03T15:15:51.328Z Compiling utf8_iter v1.0.4
25112025-12-03T15:15:51.353Z 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`
25122025-12-03T15:15:51.472Z Compiling utf16_iter v1.0.5
25132025-12-03T15:15:51.496Z 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`
25142025-12-03T15:15:51.529Z Compiling icu_normalizer_data v1.5.0
25152025-12-03T15:15:51.529Z 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`
25162025-12-03T15:15:51.580Z Compiling form_urlencoded v1.2.2
25172025-12-03T15:15:51.646Z 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`
25182025-12-03T15:15:51.671Z Compiling signal-hook-registry v1.4.2
25192025-12-03T15:15:51.697Z 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`
25202025-12-03T15:15:51.735Z Compiling typenum v1.17.0
25212025-12-03T15:15:51.735Z 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`
25222025-12-03T15:15:51.760Z Compiling generic-array v0.14.7
25232025-12-03T15:15:51.760Z 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`
25242025-12-03T15:15:52.012Z Compiling aho-corasick v1.1.3
25252025-12-03T15:15:52.037Z 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`
25262025-12-03T15:15:52.172Z Compiling rustix v0.38.37
25272025-12-03T15:15:52.196Z 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`
25282025-12-03T15:15:52.327Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521/build-script-build`
25292025-12-03T15:15:52.451Z Compiling mio v1.0.2
25302025-12-03T15:15:52.475Z 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`
25312025-12-03T15:15:52.500Z Compiling futures-core v0.3.31
25322025-12-03T15:15:52.525Z 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`
25332025-12-03T15:15:52.625Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052/build-script-main`
25342025-12-03T15:15:52.805Z Compiling thiserror v2.0.17
25352025-12-03T15:15:52.830Z 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`
25362025-12-03T15:15:52.855Z 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`
25372025-12-03T15:15:52.905Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498/build-script-build`
25382025-12-03T15:15:53.216Z Compiling socket2 v0.6.1
25392025-12-03T15:15:53.241Z 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.1/src/lib.rs --error-format=json --json=diagnostic-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=e20a195e0e5be7d7 -C extra-filename=-237aa164626a2d46 --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`
25402025-12-03T15:15:53.430Z Compiling either v1.15.0
25412025-12-03T15:15:53.457Z 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`
25422025-12-03T15:15:53.502Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ad14d18b067c448/build-script-build`
25432025-12-03T15:15:53.691Z Compiling indexmap v2.11.4
25442025-12-03T15:15:53.715Z 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=bb2b21e3f4dfb28f -C extra-filename=-2a2f711cb9a5e0ed --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-d1c2964a6d83ae33.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`
25452025-12-03T15:15:53.879Z Compiling regex-automata v0.4.11
25462025-12-03T15:15:53.904Z 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`
25472025-12-03T15:15:53.904Z Compiling spin v0.9.8
25482025-12-03T15:15:53.929Z 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`
25492025-12-03T15:15:53.986Z Compiling thiserror v1.0.69
25502025-12-03T15:15:54.010Z 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`
25512025-12-03T15:15:54.064Z Compiling iana-time-zone v0.1.63
25522025-12-03T15:15:54.088Z 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`
25532025-12-03T15:15:54.117Z Compiling const-oid v0.9.6
25542025-12-03T15:15:54.141Z 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`
25552025-12-03T15:15:54.375Z Compiling synstructure v0.13.1
25562025-12-03T15:15:54.400Z 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=0b0f530b3218cdda -C extra-filename=-455e1b9d8be60797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-12-03T15:15:54.470Z Compiling futures-io v0.3.31
25582025-12-03T15:15:54.494Z 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`
25592025-12-03T15:15:54.665Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27/build-script-build`
25602025-12-03T15:15:54.839Z Compiling lazy_static v1.5.0
25612025-12-03T15:15:54.864Z 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`
25622025-12-03T15:15:55.019Z Compiling slab v0.4.9
25632025-12-03T15:15:55.043Z 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`
25642025-12-03T15:15:55.074Z Compiling pkg-config v0.3.31
25652025-12-03T15:15:55.099Z 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`
25662025-12-03T15:15:55.127Z Compiling syn v1.0.109
25672025-12-03T15:15:55.151Z 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`
25682025-12-03T15:15:55.455Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a/build-script-build`
25692025-12-03T15:15:55.665Z 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`
25702025-12-03T15:15:55.715Z Compiling strsim v0.11.1
25712025-12-03T15:15:55.741Z 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`
25722025-12-03T15:15:55.773Z Compiling cpufeatures v0.2.14
25732025-12-03T15:15:55.819Z 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`
25742025-12-03T15:15:55.844Z Compiling futures-sink v0.3.31
25752025-12-03T15:15:55.844Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a/build-script-build`
25762025-12-03T15:15:55.844Z 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`
25772025-12-03T15:15:55.938Z Compiling pin-utils v0.1.0
25782025-12-03T15:15:55.962Z 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`
25792025-12-03T15:15:56.035Z 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=cbfd917b56cd90b6 -C extra-filename=-9190c70fc659320f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
25802025-12-03T15:15:56.059Z Compiling serde_derive_internals v0.29.1
25812025-12-03T15:15:56.059Z 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=b5f825857e49631d -C extra-filename=-f0c7e86046ad459b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822025-12-03T15:15:56.088Z Compiling dyn-clone v1.0.20
25832025-12-03T15:15:56.135Z 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`
25842025-12-03T15:15:56.159Z Compiling schemars v0.8.22
25852025-12-03T15:15:56.159Z 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`
25862025-12-03T15:15:56.306Z Compiling futures-channel v0.3.31
25872025-12-03T15:15:56.331Z 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`
25882025-12-03T15:15:56.362Z Compiling futures-task v0.3.31
25892025-12-03T15:15:56.386Z 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`
25902025-12-03T15:15:56.431Z Compiling adler2 v2.0.0
25912025-12-03T15:15:56.455Z 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`
25922025-12-03T15:15:56.548Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac/build-script-build`
25932025-12-03T15:15:56.605Z Compiling tracing-core v0.1.32
25942025-12-03T15:15:56.630Z 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`
25952025-12-03T15:15:56.677Z Compiling miniz_oxide v0.8.5
25962025-12-03T15:15:56.703Z 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`
25972025-12-03T15:15:56.727Z Compiling glob v0.3.2
25982025-12-03T15:15:56.752Z 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`
25992025-12-03T15:15:56.777Z Compiling gimli v0.31.1
26002025-12-03T15:15:56.777Z 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`
26012025-12-03T15:15:57.552Z Compiling object v0.36.5
26022025-12-03T15:15:57.577Z 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`
26032025-12-03T15:15:57.762Z Compiling rustc-demangle v0.1.24
26042025-12-03T15:15:57.786Z 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`
26052025-12-03T15:15:58.011Z Compiling clang-sys v1.8.1
26062025-12-03T15:15:58.036Z Compiling paste v1.0.15
26072025-12-03T15:15:58.036Z 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`
26082025-12-03T15:15:58.036Z 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`
26092025-12-03T15:15:58.647Z Compiling minimal-lexical v0.2.1
26102025-12-03T15:15:58.671Z 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`
26112025-12-03T15:15:58.707Z Compiling crossbeam-utils v0.8.21
26122025-12-03T15:15:58.732Z 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`
26132025-12-03T15:15:58.760Z Compiling serde_derive v1.0.226
26142025-12-03T15:15:58.784Z 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=07382b447c792a2c -C extra-filename=-091f68a6f331aa7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152025-12-03T15:15:58.848Z Compiling zeroize_derive v1.4.2
26162025-12-03T15:15:58.872Z 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=1614964306ce6e95 -C extra-filename=-eeff4c45983a9892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-12-03T15:15:59.233Z Compiling zerofrom-derive v0.1.4
26182025-12-03T15:15:59.257Z 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=d0e2707819f7afde -C extra-filename=-5f250d8f83abeb78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-455e1b9d8be60797.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-12-03T15:15:59.384Z Compiling yoke-derive v0.7.4
26202025-12-03T15:15:59.409Z 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=997b3987da0bd414 -C extra-filename=-8c2cec18bc56597f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-455e1b9d8be60797.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-12-03T15:16:00.334Z Compiling zeroize v1.8.1
26222025-12-03T15:16:00.358Z 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=7bead1d370279a92 -C extra-filename=-d28098dda997853e --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-eeff4c45983a9892.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-12-03T15:16:00.750Z Compiling zerovec-derive v0.10.3
26242025-12-03T15:16:00.775Z 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=ff3683fabc5c7ad0 -C extra-filename=-81f008420930c08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-12-03T15:16:00.965Z Compiling displaydoc v0.2.5
26262025-12-03T15:16:00.989Z 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=dc9b02b18a29fbef -C extra-filename=-cb3b4863f708aa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-12-03T15:16:01.969Z Compiling icu_provider_macros v1.5.0
26282025-12-03T15:16:02.002Z 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=7828aca04fa75820 -C extra-filename=-7c7fd6146c567228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-12-03T15:16:02.481Z Compiling zerofrom v0.1.4
26302025-12-03T15:16:02.506Z 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=b073d8214b331579 -C extra-filename=-dc7b37d53ebb73a2 --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-5f250d8f83abeb78.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-12-03T15:16:02.575Z 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=935e99a19f62649a -C extra-filename=-ca70b95d6d1b1738 --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26322025-12-03T15:16:02.751Z Compiling yoke v0.7.4
26332025-12-03T15:16:02.775Z 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=f3135ef0d7f5e93b -C extra-filename=-671f63796dd98b35 --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-8c2cec18bc56597f.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342025-12-03T15:16:03.035Z Compiling thiserror-impl v2.0.17
26352025-12-03T15:16:03.060Z 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=81fcf5ed210c256f -C extra-filename=-866630e3b6990cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362025-12-03T15:16:03.084Z Compiling regex v1.11.3
26372025-12-03T15:16:03.108Z Compiling zerovec v0.10.4
26382025-12-03T15:16:03.108Z 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`
26392025-12-03T15:16:03.109Z 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=a05a57b3290e8ba7 -C extra-filename=-2bbe331078d9cbef --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-671f63796dd98b35.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-81f008420930c08e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-12-03T15:16:03.180Z Compiling tokio-macros v2.6.0
26412025-12-03T15:16:03.236Z 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.6.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=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_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdcfa9956fc9e94c -C extra-filename=-348f217decd15808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-12-03T15:16:03.834Z Compiling crypto-common v0.1.6
26432025-12-03T15:16:03.859Z 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=18760adeae5f4568 -C extra-filename=-109b3197536728af --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-ca70b95d6d1b1738.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.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`
26442025-12-03T15:16:03.925Z Compiling thiserror-impl v1.0.69
26452025-12-03T15:16:03.949Z 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=c444d871fd4dbebd -C extra-filename=-6fef895aa232aaa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462025-12-03T15:16:04.006Z Compiling zerocopy-derive v0.7.35
26472025-12-03T15:16:04.030Z 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=3fa30fda64feceab -C extra-filename=-2bf14ba1564513cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482025-12-03T15:16:04.145Z Compiling block-buffer v0.10.4
26492025-12-03T15:16:04.169Z 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=145b3af8f60a5426 -C extra-filename=-24f69d6d18aeaf99 --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-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502025-12-03T15:16:04.475Z Compiling digest v0.10.7
26512025-12-03T15:16:04.499Z 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=51e5bc5dfbc0b8aa -C extra-filename=-eb9a4462fc4e9ae5 --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-24f69d6d18aeaf99.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-109b3197536728af.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`
26522025-12-03T15:16:04.806Z Compiling schemars_derive v0.8.22
26532025-12-03T15:16:04.833Z 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=8ec0c3b8428962cc -C extra-filename=-930c3bd9417855c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f0c7e86046ad459b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-12-03T15:16:05.001Z Compiling tinystr v0.7.6
26552025-12-03T15:16:05.026Z 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=407ada8d5048a792 -C extra-filename=-8c43f65b35b83624 --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-cb3b4863f708aa76.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-12-03T15:16:05.123Z Compiling icu_collections v1.5.0
26572025-12-03T15:16:05.167Z 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=b54227c4cc9b1d2c -C extra-filename=-5733708e8187ce0f --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-cb3b4863f708aa76.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-671f63796dd98b35.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-12-03T15:16:05.209Z 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=5169132cf202a764 -C extra-filename=-a24067305a22db88 --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-091f68a6f331aa7f.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)'`
26592025-12-03T15:16:05.437Z Compiling icu_locid v1.5.0
26602025-12-03T15:16:05.461Z 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=ca68d732dc08431e -C extra-filename=-23ced4447c07f548 --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-cb3b4863f708aa76.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-77475923b5850dce.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612025-12-03T15:16:05.990Z 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=5e49e75ada7a52c6 -C extra-filename=-f0a082fe4f20d8a1 --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-866630e3b6990cb2.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)'`
26622025-12-03T15:16:06.032Z Compiling zerocopy v0.7.35
26632025-12-03T15:16:06.056Z 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=66f969526695a4d7 -C extra-filename=-43c6d02ec5fd8e89 --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-2bf14ba1564513cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-12-03T15:16:06.213Z Compiling futures-macro v0.3.31
26652025-12-03T15:16:06.238Z 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=2019e7304032a56c -C extra-filename=-c56fc685efb72938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-12-03T15:16:06.350Z Compiling bitflags v2.9.4
26672025-12-03T15:16:06.374Z 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=c20177d1b4b5d86d -C extra-filename=-7144a639a7938e22 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-12-03T15:16:06.403Z Compiling bytes v1.10.1
26692025-12-03T15:16:06.449Z 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=14464a331e51af2b -C extra-filename=-8201e5d6381aa56b --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-12-03T15:16:06.482Z Compiling chrono v0.4.42
26712025-12-03T15:16:06.507Z 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=cd7bc486b10f5d54 -C extra-filename=-1a84e413bcb1c25d --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-12-03T15:16:06.747Z Compiling icu_provider v1.5.0
26732025-12-03T15:16:06.774Z 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=61cdab31edfbfb28 -C extra-filename=-a536fa803d72c77a --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-cb3b4863f708aa76.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-23ced4447c07f548.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-7c7fd6146c567228.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-8c43f65b35b83624.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-671f63796dd98b35.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-12-03T15:16:06.804Z 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=992686b0bb527b3f -C extra-filename=-6751e857fb1c1f4f --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-7144a639a7938e22.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`
26752025-12-03T15:16:07.353Z 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=5c66b47797010797 -C extra-filename=-f0c476a230b66c95 --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-6fef895aa232aaa1.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)'`
26762025-12-03T15:16:07.904Z Compiling uuid v1.18.1
26772025-12-03T15:16:07.904Z 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=6808a8a55e7e5870 -C extra-filename=-654970438fb6261c --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-005dc578924af1e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782025-12-03T15:16:07.904Z Compiling icu_locid_transform v1.5.0
26792025-12-03T15:16:07.904Z 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=ab360b3448064662 -C extra-filename=-39f7b97f812d54af --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-cb3b4863f708aa76.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-23ced4447c07f548.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-a536fa803d72c77a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802025-12-03T15:16:07.904Z Compiling tokio v1.48.0
26812025-12-03T15:16:07.904Z 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.48.0/src/lib.rs --error-format=json --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_unstable)' --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-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=3f75eabad61c14ed -C extra-filename=-e5fcff599a608802 --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-8201e5d6381aa56b.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-fc6fce1ce7a910d9.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-237aa164626a2d46.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-348f217decd15808.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-12-03T15:16:07.905Z Compiling ppv-lite86 v0.2.20
26832025-12-03T15:16:07.905Z 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=fd9bdd2ade0b6c4a -C extra-filename=-d98c7599a376d9d4 --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-43c6d02ec5fd8e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-12-03T15:16:07.905Z Compiling tracing-attributes v0.1.27
26852025-12-03T15:16:07.905Z 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=59b2864f4627d455 -C extra-filename=-271b30a7fee3751a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862025-12-03T15:16:07.965Z Compiling futures-util v0.3.31
26872025-12-03T15:16:07.989Z 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=9cef2c36291548c0 -C extra-filename=-148fd712e6e6f9df --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-c56fc685efb72938.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`
26882025-12-03T15:16:08.382Z Compiling addr2line v0.24.2
26892025-12-03T15:16:08.406Z 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`
26902025-12-03T15:16:08.758Z Compiling icu_properties v1.5.1
26912025-12-03T15:16:08.783Z 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=73e53db9693fe328 -C extra-filename=-b16b565b6bb290f0 --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-cb3b4863f708aa76.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-5733708e8187ce0f.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-39f7b97f812d54af.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-a536fa803d72c77a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-12-03T15:16:08.995Z Compiling backtrace v0.3.74
26932025-12-03T15:16:09.037Z 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=9f3abd2f2850e7cf -C extra-filename=-68e5b11828eb4291 --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-18c66edcb07d8d9d.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`
26942025-12-03T15:16:09.507Z Compiling http v1.3.1
26952025-12-03T15:16:09.531Z 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=8001a3e9dde2eac0 -C extra-filename=-718670cf184476d0 --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-8201e5d6381aa56b.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`
26962025-12-03T15:16:09.556Z Compiling prettyplease v0.2.36
26972025-12-03T15:16:09.556Z 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`
26982025-12-03T15:16:10.023Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf/build-script-build`
26992025-12-03T15:16:10.084Z Compiling serde_tokenstream v0.2.2
27002025-12-03T15:16:10.108Z 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=c4ad4022d9e4c2cd -C extra-filename=-c6c6964af36c9039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012025-12-03T15:16:10.589Z Compiling tracing v0.1.40
27022025-12-03T15:16:10.613Z 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=79e1810f187d345f -C extra-filename=-d7b0e0feae062876 --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-271b30a7fee3751a.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`
27032025-12-03T15:16:10.643Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c/build-script-build`
27042025-12-03T15:16:10.703Z Compiling nom v7.1.3
27052025-12-03T15:16:10.727Z 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`
27062025-12-03T15:16:10.843Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d/build-script-build`
27072025-12-03T15:16:10.909Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61/build-script-build`
27082025-12-03T15:16:11.014Z 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"))'`
27092025-12-03T15:16:11.104Z 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)'`
27102025-12-03T15:16:11.470Z Compiling anyhow v1.0.99
27112025-12-03T15:16:11.494Z 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`
27122025-12-03T15:16:11.523Z Compiling libloading v0.8.5
27132025-12-03T15:16:11.548Z 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=c833ffbb9a27ec01 -C extra-filename=-6a323d18008824f4 --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-18c66edcb07d8d9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142025-12-03T15:16:11.945Z 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=de891ad60af9eb1f -C extra-filename=-5a56420bbc0f163c --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-6a323d18008824f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-12-03T15:16:12.066Z Compiling icu_normalizer v1.5.0
27162025-12-03T15:16:12.091Z 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=cb159b8c5e397eed -C extra-filename=-8e9917ee5ec49f56 --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-cb3b4863f708aa76.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-5733708e8187ce0f.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-b16b565b6bb290f0.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a536fa803d72c77a.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-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172025-12-03T15:16:12.137Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838/build-script-build`
27182025-12-03T15:16:12.245Z 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=144ae7cb65d2df04 -C extra-filename=-96e8f3eddcf90b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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)'`
27192025-12-03T15:16:12.672Z 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=43f525584bc509ce -C extra-filename=-bad375672ac6e920 --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-68e5b11828eb4291.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)'`
27202025-12-03T15:16:12.734Z Compiling block-padding v0.3.3
27212025-12-03T15:16:12.758Z 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=4c6ddabcf48c160a -C extra-filename=-9ec5c405b5b0e5e3 --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-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-12-03T15:16:12.808Z Compiling base64ct v1.6.0
27232025-12-03T15:16:12.833Z 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`
27242025-12-03T15:16:13.042Z Compiling idna_adapter v1.2.0
27252025-12-03T15:16:13.066Z 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=e14feba3d7dcd4e7 -C extra-filename=-ec598732e97c985a --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-8e9917ee5ec49f56.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-b16b565b6bb290f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262025-12-03T15:16:13.300Z Compiling idna v1.0.3
27272025-12-03T15:16:13.324Z 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=753ffdd055bdfb79 -C extra-filename=-5a6b4e968519e8d0 --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-ec598732e97c985a.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`
27282025-12-03T15:16:13.348Z Compiling powerfmt v0.2.0
27292025-12-03T15:16:13.349Z 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`
27302025-12-03T15:16:13.402Z Compiling cexpr v0.6.0
27312025-12-03T15:16:13.458Z 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`
27322025-12-03T15:16:13.572Z Compiling time-core v0.1.6
27332025-12-03T15:16:13.597Z 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`
27342025-12-03T15:16:13.675Z Compiling home v0.5.9
27352025-12-03T15:16:13.701Z 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`
27362025-12-03T15:16:13.746Z Compiling num-conv v0.1.0
27372025-12-03T15:16:13.771Z 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`
27382025-12-03T15:16:13.896Z Compiling url v2.5.4
27392025-12-03T15:16:13.920Z 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=efb89263cbe44f67 -C extra-filename=-ff970fbe01ec8156 --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-5a6b4e968519e8d0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402025-12-03T15:16:13.944Z Compiling deranged v0.5.3
27412025-12-03T15:16:13.944Z 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`
27422025-12-03T15:16:14.072Z Compiling time-macros v0.2.24
27432025-12-03T15:16:14.097Z 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`
27442025-12-03T15:16:14.635Z Compiling inout v0.1.3
27452025-12-03T15:16:14.659Z 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=e8e709f9c21538e1 -C extra-filename=-eace4061b8cc20d5 --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-9ec5c405b5b0e5e3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462025-12-03T15:16:14.659Z Compiling ring v0.17.14
27472025-12-03T15:16:14.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/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`
27482025-12-03T15:16:14.788Z Compiling rustversion v1.0.22
27492025-12-03T15:16:14.812Z 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`
27502025-12-03T15:16:14.944Z 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=3e0311d4da6b19de -C extra-filename=-29693cdbbef2c6a2 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-930c3bd9417855c3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
27512025-12-03T15:16:15.481Z Compiling num_threads v0.1.7
27522025-12-03T15:16:15.505Z 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`
27532025-12-03T15:16:15.534Z Compiling vcpkg v0.2.15
27542025-12-03T15:16:15.534Z 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`
27552025-12-03T15:16:15.672Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80/build-script-build`
27562025-12-03T15:16:15.817Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25/build-script-build`
27572025-12-03T15:16:15.842Z Compiling cipher v0.4.4
27582025-12-03T15:16:15.927Z 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=55363094b411d50c -C extra-filename=-1c98b61acb2293ad --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-109b3197536728af.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-12-03T15:16:16.347Z Compiling ipnet v2.11.0
27602025-12-03T15:16:16.371Z 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=ed5e73d1c02254b9 -C extra-filename=-8a1470f388d907f1 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-12-03T15:16:16.434Z Compiling utf8parse v0.2.2
27622025-12-03T15:16:16.458Z 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`
27632025-12-03T15:16:16.483Z Compiling time v0.3.43
27642025-12-03T15:16:16.483Z 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`
27652025-12-03T15:16:16.671Z 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"))'`
27662025-12-03T15:16:17.123Z Compiling itertools v0.12.1
27672025-12-03T15:16:17.148Z 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`
27682025-12-03T15:16:17.423Z Compiling bindgen v0.69.5
27692025-12-03T15:16:17.447Z 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`
27702025-12-03T15:16:17.792Z Compiling base64 v0.22.1
27712025-12-03T15:16:17.817Z 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`
27722025-12-03T15:16:17.845Z Compiling tokio-util v0.7.15
27732025-12-03T15:16:17.869Z 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=9d1df25dd1752ff0 -C extra-filename=-af23b051a2d28aea --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-8201e5d6381aa56b.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-148fd712e6e6f9df.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-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-12-03T15:16:18.386Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99/build-script-build`
27752025-12-03T15:16:18.431Z Compiling which v4.4.2
27762025-12-03T15:16:18.456Z 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=31862382db813f4d -C extra-filename=-7d4197e51e038fa8 --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-12-03T15:16:18.493Z Compiling sha2 v0.10.9
27782025-12-03T15:16:18.518Z 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=fe095c9e5e13e2e0 -C extra-filename=-ed9a8fff12952cd5 --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-18c66edcb07d8d9d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792025-12-03T15:16:18.953Z Compiling httparse v1.9.5
27802025-12-03T15:16:18.977Z 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`
27812025-12-03T15:16:19.560Z Compiling lazycell v1.3.0
27822025-12-03T15:16:19.602Z 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`
27832025-12-03T15:16:19.627Z Compiling rustc-hash v1.1.0
27842025-12-03T15:16:19.627Z 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`
27852025-12-03T15:16:19.696Z Compiling ident_case v1.0.1
27862025-12-03T15:16:19.720Z 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`
27872025-12-03T15:16:19.781Z Compiling atomic-waker v1.1.2
27882025-12-03T15:16:19.806Z 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`
27892025-12-03T15:16:19.837Z 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=52338d6a779bfedd -C extra-filename=-2ba570a65934d544 --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-7144a639a7938e22.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14c7795bddbba0a2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-5a56420bbc0f163c.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-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.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-fec2201208344043.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-7d4197e51e038fa8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-12-03T15:16:19.861Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1/build-script-build`
27912025-12-03T15:16:19.950Z Compiling pem-rfc7468 v0.7.0
27922025-12-03T15:16:19.974Z Compiling hmac v0.12.1
27932025-12-03T15:16:19.974Z 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`
27942025-12-03T15:16:19.975Z 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=53bd079ad4be3a90 -C extra-filename=-8fe15e74d6d29966 --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-eb9a4462fc4e9ae5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-12-03T15:16:20.058Z Compiling cmake v0.1.51
27962025-12-03T15:16:20.083Z Compiling anstyle v1.0.11
27972025-12-03T15:16:20.083Z 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`
27982025-12-03T15:16:20.083Z 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`
27992025-12-03T15:16:20.300Z Compiling dunce v1.0.5
28002025-12-03T15:16:20.343Z 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`
28012025-12-03T15:16:20.368Z Compiling fs_extra v1.3.0
28022025-12-03T15:16:20.402Z 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`
28032025-12-03T15:16:20.515Z Compiling fastrand v2.1.1
28042025-12-03T15:16:20.546Z 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`
28052025-12-03T15:16:20.597Z Compiling untrusted v0.9.0
28062025-12-03T15:16:20.621Z 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`
28072025-12-03T15:16:20.710Z 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`
28082025-12-03T15:16:20.843Z 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=2d458b986af804a0 -C extra-filename=-d964a7c293705b26 --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-18c66edcb07d8d9d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3c560abcce835d65.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`
28092025-12-03T15:16:20.904Z Compiling rand_chacha v0.3.1
28102025-12-03T15:16:20.928Z Compiling anstyle-parse v0.2.5
28112025-12-03T15:16:20.928Z 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=776a288f7a061144 -C extra-filename=-1798da8d766965ac --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-d98c7599a376d9d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-12-03T15:16:20.928Z 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`
28132025-12-03T15:16:20.999Z Compiling der_derive v0.7.3
28142025-12-03T15:16:21.057Z 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=3faab77cbdeb4dcb -C extra-filename=-5fb371d089cc8b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-12-03T15:16:21.081Z Compiling zerocopy v0.8.27
28162025-12-03T15:16:21.082Z 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`
28172025-12-03T15:16:21.213Z Compiling colorchoice v1.0.2
28182025-12-03T15:16:21.259Z 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`
28192025-12-03T15:16:21.284Z Compiling flagset v0.4.6
28202025-12-03T15:16:21.284Z 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`
28212025-12-03T15:16:21.362Z Compiling anstyle-query v1.1.1
28222025-12-03T15:16:21.386Z 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`
28232025-12-03T15:16:21.437Z Compiling rand v0.8.5
28242025-12-03T15:16:21.461Z 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=29e07dc69a98f977 -C extra-filename=-37782ce35013dd71 --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-1798da8d766965ac.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252025-12-03T15:16:21.547Z Compiling is_terminal_polyfill v1.70.1
28262025-12-03T15:16:21.573Z 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`
28272025-12-03T15:16:21.597Z Compiling unicode-segmentation v1.12.0
28282025-12-03T15:16:21.597Z 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`
28292025-12-03T15:16:21.788Z Compiling anstream v0.6.18
28302025-12-03T15:16:21.812Z 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`
28312025-12-03T15:16:22.018Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-c845b03df373e7e9/build-script-build`
28322025-12-03T15:16:22.122Z Compiling zerocopy-derive v0.8.27
28332025-12-03T15:16:22.147Z 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=bdfe4e4e6cdf7d81 -C extra-filename=-16f9252b1c133e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-12-03T15:16:22.402Z Compiling aws-lc-rs v1.12.4
28352025-12-03T15:16:22.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/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`
28362025-12-03T15:16:22.452Z Compiling rustls-pki-types v1.10.0
28372025-12-03T15:16:22.476Z 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`
28382025-12-03T15:16:22.918Z Compiling http-body v1.0.1
28392025-12-03T15:16:22.942Z 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=fb68ac9e33c7a236 -C extra-filename=-f87e39f10ecba88d --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-8201e5d6381aa56b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402025-12-03T15:16:22.967Z Compiling terminal_size v0.4.0
28412025-12-03T15:16:23.007Z 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=3e7e68c15ba0d11b -C extra-filename=-80806e6d39bc6f58 --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-12-03T15:16:23.192Z Compiling der v0.7.10
28432025-12-03T15:16:23.231Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=4236f47ac197188f -C extra-filename=-c5881e6e573fca19 --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-5fb371d089cc8b3f.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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442025-12-03T15:16:23.255Z Compiling serde_spanned v0.6.9
28452025-12-03T15:16:23.255Z 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=f379fb4cbb2362c1 -C extra-filename=-25baccb07d74d8e7 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-12-03T15:16:23.292Z Compiling toml_datetime v0.6.11
28472025-12-03T15:16:23.316Z Compiling socket2 v0.5.10
28482025-12-03T15:16:23.316Z 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=9a1e0fb78d48d402 -C extra-filename=-c880e70596ed3107 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492025-12-03T15:16:23.316Z 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`
28502025-12-03T15:16:23.391Z Compiling clap_lex v0.7.4
28512025-12-03T15:16:23.416Z 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`
28522025-12-03T15:16:23.544Z Compiling try-lock v0.2.5
28532025-12-03T15:16:23.568Z 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`
28542025-12-03T15:16:23.754Z Compiling httpdate v1.0.3
28552025-12-03T15:16:23.778Z 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`
28562025-12-03T15:16:23.823Z Compiling untrusted v0.7.1
28572025-12-03T15:16:23.847Z 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`
28582025-12-03T15:16:23.871Z Compiling want v0.3.1
28592025-12-03T15:16:23.871Z 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`
28602025-12-03T15:16:24.076Z Compiling clap_builder v4.5.48
28612025-12-03T15:16:24.100Z 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=5e64b24bf750de56 -C extra-filename=-6db108db97ba6def --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-80806e6d39bc6f58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622025-12-03T15:16:24.179Z Compiling h2 v0.4.6
28632025-12-03T15:16:24.203Z 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=45da78b427c35eac -C extra-filename=-c6065fcb812b2db6 --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-8201e5d6381aa56b.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-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-12-03T15:16:24.227Z Compiling clap_derive v4.5.47
28652025-12-03T15:16:24.228Z Compiling tower-service v0.3.3
28662025-12-03T15:16:24.252Z 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=ce48510f0cca73ae -C extra-filename=-2d2b4c32f18b31d4 --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-12-03T15:16:24.252Z 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`
28682025-12-03T15:16:24.467Z Compiling camino v1.2.0
28692025-12-03T15:16:24.491Z 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`
28702025-12-03T15:16:24.746Z Compiling pbkdf2 v0.12.2
28712025-12-03T15:16:24.770Z 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=17af436398dce218 -C extra-filename=-5d91f823ab0c6b25 --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-eb9a4462fc4e9ae5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722025-12-03T15:16:24.978Z Compiling openssl-sys v0.9.109
28732025-12-03T15:16:25.002Z 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`
28742025-12-03T15:16:25.002Z 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=de2ecb8ebf63539d -C extra-filename=-5aede91a180d5090 --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-16f9252b1c133e37.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)'`
28752025-12-03T15:16:25.137Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4/build-script-build`
28762025-12-03T15:16:25.247Z Compiling spki v0.7.3
28772025-12-03T15:16:25.271Z 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=4bccd5ab38955866 -C extra-filename=-87c24479dd06ab3a --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-c5881e6e573fca19.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-12-03T15:16:25.647Z Compiling aes v0.8.4
28792025-12-03T15:16:25.671Z 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=dbded1cd0f7dbe43 -C extra-filename=-3820b9e764eee7fb --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-18c66edcb07d8d9d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1c98b61acb2293ad.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`
28802025-12-03T15:16:25.899Z Compiling async-trait v0.1.89
28812025-12-03T15:16:25.925Z 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=bfc27a2dbd35f180 -C extra-filename=-68617f900d2f7ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-12-03T15:16:26.131Z Compiling slog v2.7.0
28832025-12-03T15:16:26.155Z 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`
28842025-12-03T15:16:26.667Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6/build-script-build`
28852025-12-03T15:16:26.775Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b/build-script-main`
28862025-12-03T15:16:26.885Z 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)'`
28872025-12-03T15:16:27.750Z Compiling salsa20 v0.10.2
28882025-12-03T15:16:27.774Z 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=e24f9e4efab7fc87 -C extra-filename=-62ec2410f79da35a --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-1c98b61acb2293ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-12-03T15:16:27.844Z Compiling cbc v0.1.2
28902025-12-03T15:16:27.869Z 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=d047e5f1a9f672ae -C extra-filename=-1ef0d75a3f5c1178 --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-1c98b61acb2293ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912025-12-03T15:16:28.070Z Compiling rustc_version v0.4.1
28922025-12-03T15:16:28.094Z 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`
28932025-12-03T15:16:28.155Z Compiling clap v4.5.48
28942025-12-03T15:16:28.180Z 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=bb6bfdb572282aeb -C extra-filename=-e2a25e47eb889030 --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-6db108db97ba6def.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-2d2b4c32f18b31d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952025-12-03T15:16:28.204Z Compiling rand_core v0.9.3
28962025-12-03T15:16:28.204Z 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=c19ae21f873a135a -C extra-filename=-7052f23c7af87dd5 --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-005dc578924af1e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972025-12-03T15:16:28.307Z Compiling mime v0.3.17
28982025-12-03T15:16:28.348Z 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`
28992025-12-03T15:16:28.372Z Compiling ucd-trie v0.1.7
29002025-12-03T15:16:28.372Z 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`
29012025-12-03T15:16:28.501Z Compiling rustix v1.0.7
29022025-12-03T15:16:28.526Z 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`
29032025-12-03T15:16:28.767Z Compiling pest v2.8.2
29042025-12-03T15:16:28.791Z 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=87731a9102a92aed -C extra-filename=-6209a8e729feb361 --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-f0a082fe4f20d8a1.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`
29052025-12-03T15:16:28.823Z Compiling scrypt v0.11.0
29062025-12-03T15:16:28.847Z 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=bb448b98422a5f76 -C extra-filename=-aa28a803fb4eb487 --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-5d91f823ab0c6b25.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-62ec2410f79da35a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-12-03T15:16:28.876Z 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`
29082025-12-03T15:16:28.931Z Compiling http-body-util v0.1.3
29092025-12-03T15:16:28.973Z 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=871599edc8a105db -C extra-filename=-794eb6a555dbe7aa --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-8201e5d6381aa56b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.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`
29102025-12-03T15:16:29.303Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1/build-script-build`
29112025-12-03T15:16:29.401Z Compiling pkcs5 v0.7.1
29122025-12-03T15:16:29.425Z 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=c7d32ef8e57a7016 -C extra-filename=-855dd378d5ecddb5 --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-3820b9e764eee7fb.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-1ef0d75a3f5c1178.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c5881e6e573fca19.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-5d91f823ab0c6b25.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-aa28a803fb4eb487.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132025-12-03T15:16:29.474Z Compiling darling_core v0.20.10
29142025-12-03T15:16:29.499Z 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=203fe482fbfbb660 -C extra-filename=-a61530d797b26111 --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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-12-03T15:16:29.658Z Compiling plain v0.2.3
29162025-12-03T15:16:29.683Z 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`
29172025-12-03T15:16:29.782Z 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=a92b80acd1e71dca -C extra-filename=-35ed5f6aa8705f66 --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-7144a639a7938e22.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`
29182025-12-03T15:16:29.887Z Compiling rand_chacha v0.9.0
29192025-12-03T15:16:29.912Z 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=d05ac6e0f4c9346d -C extra-filename=-bf28eb185d8343a5 --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-d98c7599a376d9d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7052f23c7af87dd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202025-12-03T15:16:30.504Z Compiling hyper v1.7.0
29212025-12-03T15:16:30.529Z 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=acf26629c805d026 -C extra-filename=-068dfac70d052fff --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-8201e5d6381aa56b.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-c6065fcb812b2db6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.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-e5fcff599a608802.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`
29222025-12-03T15:16:30.963Z Compiling pkcs8 v0.10.2
29232025-12-03T15:16:30.987Z 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=a7f0dc3705fda57c -C extra-filename=-6d3039d8eefc11c9 --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-c5881e6e573fca19.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-855dd378d5ecddb5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242025-12-03T15:16:31.566Z Compiling pest_meta v2.8.2
29252025-12-03T15:16:31.590Z 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=b6e465a11d85bdaf -C extra-filename=-973ccad7c093a125 --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-6209a8e729feb361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-12-03T15:16:31.615Z Compiling openssl v0.10.73
29272025-12-03T15:16:31.615Z 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`
29282025-12-03T15:16:31.665Z Compiling openssl-probe v0.1.5
29292025-12-03T15:16:31.689Z 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`
29302025-12-03T15:16:32.178Z Compiling foreign-types-shared v0.1.1
29312025-12-03T15:16:32.179Z 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`
29322025-12-03T15:16:32.179Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa/build-script-build`
29332025-12-03T15:16:32.203Z Compiling foreign-types v0.3.2
29342025-12-03T15:16:32.203Z 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`
29352025-12-03T15:16:32.229Z Compiling tempfile v3.20.0
29362025-12-03T15:16:32.279Z 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=5abe45c47c2009c0 -C extra-filename=-09e14fa7e12e8476 --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-005dc578924af1e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372025-12-03T15:16:32.338Z Compiling rand v0.9.2
29382025-12-03T15:16:32.362Z 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=13c60efab96c199d -C extra-filename=-26f4c4d89864e522 --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-bf28eb185d8343a5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7052f23c7af87dd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392025-12-03T15:16:32.387Z 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)'`
29402025-12-03T15:16:32.724Z Compiling hyper-util v0.1.17
29412025-12-03T15:16:32.749Z 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=87bf00dc6b946b78 -C extra-filename=-153b16a49c5a770f --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-8201e5d6381aa56b.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-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.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-e5fcff599a608802.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422025-12-03T15:16:33.001Z Compiling pest_generator v2.8.2
29432025-12-03T15:16:33.025Z 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=e5da7cef1b266de7 -C extra-filename=-ff2f03a4b1a4e4ac --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-6209a8e729feb361.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-973ccad7c093a125.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-12-03T15:16:33.549Z Compiling serde_urlencoded v0.7.1
29452025-12-03T15:16:33.574Z 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=a9339daaf6da034e -C extra-filename=-d45c8156158bc353 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-12-03T15:16:33.678Z Compiling openssl-macros v0.1.1
29472025-12-03T15:16:33.702Z 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=71fef6c5930871a4 -C extra-filename=-73322033ed6504d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-12-03T15:16:33.914Z Compiling encoding_rs v0.8.34
29492025-12-03T15:16:33.938Z 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=0af1ab4081e892e3 -C extra-filename=-a5915ea7f1d25035 --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-18c66edcb07d8d9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-12-03T15:16:34.056Z Compiling rustls v0.23.19
29512025-12-03T15:16:34.081Z 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`
29522025-12-03T15:16:34.431Z Compiling pretty-hex v0.4.1
29532025-12-03T15:16:34.455Z 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`
29542025-12-03T15:16:34.505Z Compiling openapiv3 v2.2.0
29552025-12-03T15:16:34.546Z 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=9c5a936b2786c28d -C extra-filename=-9dfc1b136327f2f4 --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-2a2f711cb9a5e0ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-12-03T15:16:34.575Z 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=f99c8df2a232260b -C extra-filename=-0c64ea9eeb17cd3d --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-73322033ed6504d0.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)'`
29572025-12-03T15:16:34.599Z Compiling darling_macro v0.20.10
29582025-12-03T15:16:34.624Z 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=8130075598be41e1 -C extra-filename=-a002ca0982af8015 --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-a61530d797b26111.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-12-03T15:16:34.748Z Compiling native-tls v0.2.12
29602025-12-03T15:16:34.772Z 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`
29612025-12-03T15:16:35.181Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb/build-script-build`
29622025-12-03T15:16:35.245Z Compiling cookie v0.18.1
29632025-12-03T15:16:35.269Z 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`
29642025-12-03T15:16:35.308Z Compiling pest_derive v2.8.2
29652025-12-03T15:16:35.333Z 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=feba67c53935dfe9 -C extra-filename=-74b119ad6b06ea95 --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-6209a8e729feb361.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-ff2f03a4b1a4e4ac.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662025-12-03T15:16:35.641Z Compiling litrs v0.4.1
29672025-12-03T15:16:35.665Z 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`
29682025-12-03T15:16:35.689Z Compiling darling v0.20.10
29692025-12-03T15:16:35.745Z 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=35477a50fe1706a3 -C extra-filename=-ce6e58e5ff4469d9 --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-a61530d797b26111.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a002ca0982af8015.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702025-12-03T15:16:35.861Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc/build-script-build`
29712025-12-03T15:16:35.959Z Compiling sync_wrapper v1.0.1
29722025-12-03T15:16:35.984Z 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`
29732025-12-03T15:16:36.013Z Compiling psl-types v2.0.11
29742025-12-03T15:16:36.037Z 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`
29752025-12-03T15:16:36.207Z Compiling tower-layer v0.3.3
29762025-12-03T15:16:36.232Z 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`
29772025-12-03T15:16:36.259Z Compiling winnow v0.7.13
29782025-12-03T15:16:36.307Z 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`
29792025-12-03T15:16:36.331Z Compiling publicsuffix v2.3.0
29802025-12-03T15:16:36.331Z 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=dfe7a24e88a13437 -C extra-filename=-c82916b79ef06fd8 --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-5a6b4e968519e8d0.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`
29812025-12-03T15:16:36.525Z Compiling tower v0.5.2
29822025-12-03T15:16:36.549Z 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="retry"' --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=f64307e360b63061 -C extra-filename=-bc82b9b572900bed --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-148fd712e6e6f9df.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-e5fcff599a608802.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`
29832025-12-03T15:16:36.646Z 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`
29842025-12-03T15:16:36.692Z Compiling document-features v0.2.11
29852025-12-03T15:16:36.717Z 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`
29862025-12-03T15:16:37.049Z Compiling rustls-native-certs v0.8.1
29872025-12-03T15:16:37.073Z 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`
29882025-12-03T15:16:37.463Z Compiling webpki-roots v1.0.1
29892025-12-03T15:16:37.487Z 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`
29902025-12-03T15:16:37.573Z Compiling ipnetwork v0.21.1
29912025-12-03T15:16:37.597Z 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=5868cf649f8e0f9f -C extra-filename=-111c96d283a419e0 --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-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-12-03T15:16:37.701Z Compiling signature v2.2.0
29932025-12-03T15:16:37.725Z 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=afbf38230f1c46c2 -C extra-filename=-aae08c8140d64463 --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-eb9a4462fc4e9ae5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942025-12-03T15:16:37.757Z Compiling scroll_derive v0.12.0
29952025-12-03T15:16:37.757Z 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=3aa935917b4a9f20 -C extra-filename=-7c946e1ddb1dc044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962025-12-03T15:16:37.881Z Compiling iri-string v0.7.8
29972025-12-03T15:16:37.906Z 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`
29982025-12-03T15:16:37.940Z Compiling cookie_store v0.21.1
29992025-12-03T15:16:37.940Z 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=6c094546e4d05145 -C extra-filename=-2a0e052b133e23dc --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-5a6b4e968519e8d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-c82916b79ef06fd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002025-12-03T15:16:38.035Z Compiling data-encoding v2.9.0
30012025-12-03T15:16:38.059Z 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`
30022025-12-03T15:16:38.321Z Compiling winnow v0.5.40
30032025-12-03T15:16:38.345Z 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`
30042025-12-03T15:16:39.051Z Compiling scroll v0.12.0
30052025-12-03T15:16:39.076Z 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=741db2d9af94d49b -C extra-filename=-7ceef9fc6d7e47cf --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-7c946e1ddb1dc044.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062025-12-03T15:16:39.210Z Compiling sha1 v0.10.6
30072025-12-03T15:16:39.235Z 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=34944083aea15ba9 -C extra-filename=-4e2ce9f74389c503 --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-18c66edcb07d8d9d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-12-03T15:16:39.278Z Compiling usdt-impl v0.5.0
30092025-12-03T15:16:39.302Z 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`
30102025-12-03T15:16:39.459Z Compiling tinyvec_macros v0.1.1
30112025-12-03T15:16:39.483Z 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`
30122025-12-03T15:16:39.650Z 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=3ae89ecc4107153b -C extra-filename=-a4941cced56646b0 --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-0c64ea9eeb17cd3d.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`
30132025-12-03T15:16:39.701Z Compiling goblin v0.8.2
30142025-12-03T15:16:39.725Z Compiling tinyvec v1.8.0
30152025-12-03T15:16:39.725Z 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=39ee336bf16bb30c -C extra-filename=-35955ae0afdea24e --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-7ceef9fc6d7e47cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162025-12-03T15:16:39.725Z 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`
30172025-12-03T15:16:39.801Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865/build-script-build`
30182025-12-03T15:16:40.017Z Compiling dtrace-parser v0.2.0
30192025-12-03T15:16:40.041Z 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=ff974d7c22485429 -C extra-filename=-c42dc09e910b048d --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-6209a8e729feb361.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-74b119ad6b06ea95.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-12-03T15:16:40.236Z Compiling tokio-native-tls v0.3.1
30212025-12-03T15:16:40.261Z 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=8a1b02c44bb3c850 -C extra-filename=-d700d00b5e2f3e3a --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-a4941cced56646b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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`
30222025-12-03T15:16:40.533Z Compiling hyper-tls v0.6.0
30232025-12-03T15:16:40.557Z 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=ff339c41fc5c5ef4 -C extra-filename=-def9a5c19853fd9a --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-8201e5d6381aa56b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a4941cced56646b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d700d00b5e2f3e3a.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`
30242025-12-03T15:16:40.915Z Compiling tower-http v0.6.6
30252025-12-03T15:16:40.940Z 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=43ff7aca792b9a52 -C extra-filename=-ddcbf32f3d7281ee --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-7144a639a7938e22.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.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-bc82b9b572900bed.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`
30262025-12-03T15:16:41.083Z Compiling toml_edit v0.19.15
30272025-12-03T15:16:41.109Z 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=8c614c586b412202 -C extra-filename=-fda86eafb0b82df6 --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-2a2f711cb9a5e0ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.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`
30282025-12-03T15:16:41.247Z Compiling strum_macros v0.26.4
30292025-12-03T15:16:41.272Z 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=a176871c3c394e24 -C extra-filename=-f68e2f29e8c314df --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302025-12-03T15:16:41.313Z Compiling num-integer v0.1.46
30312025-12-03T15:16:41.337Z 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`
30322025-12-03T15:16:41.362Z Compiling thread-id v4.2.2
30332025-12-03T15:16:41.362Z 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`
30342025-12-03T15:16:41.535Z Compiling quick-error v1.2.3
30352025-12-03T15:16:41.585Z 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`
30362025-12-03T15:16:41.672Z Compiling ahash v0.8.12
30372025-12-03T15:16:41.697Z 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`
30382025-12-03T15:16:41.738Z Compiling static_assertions v1.1.0
30392025-12-03T15:16:41.763Z 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`
30402025-12-03T15:16:41.763Z Compiling hubpack_derive v0.1.1
30412025-12-03T15:16:41.763Z 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=8f5ca6fd232076c6 -C extra-filename=-ef3f254782d8e467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422025-12-03T15:16:41.906Z Compiling crc32fast v1.4.2
30432025-12-03T15:16:41.930Z 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=c61e04261229e369 -C extra-filename=-98ab688b968433cd --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-18c66edcb07d8d9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-12-03T15:16:41.981Z Compiling bit-vec v0.8.0
30452025-12-03T15:16:42.005Z 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`
30462025-12-03T15:16:42.122Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3/build-script-build`
30472025-12-03T15:16:42.229Z Compiling base16ct v0.2.0
30482025-12-03T15:16:42.255Z 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`
30492025-12-03T15:16:42.326Z 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=0dd8718b6b42f45e -C extra-filename=-0b98834925c2ed41 --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-18c66edcb07d8d9d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-005dc578924af1e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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)'`
30502025-12-03T15:16:42.463Z Compiling bit-set v0.8.0
30512025-12-03T15:16:42.488Z 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`
30522025-12-03T15:16:42.582Z Compiling sec1 v0.7.3
30532025-12-03T15:16:42.606Z 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=7eff3a23d68ebba2 -C extra-filename=-9e1f61a9e8e661af --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-c5881e6e573fca19.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542025-12-03T15:16:42.742Z Compiling hubpack v0.1.2
30552025-12-03T15:16:42.767Z 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=dbc667a94c128ba3 -C extra-filename=-de4689c5e76b9dc8 --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-ef3f254782d8e467.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562025-12-03T15:16:42.791Z Compiling num-iter v0.1.45
30572025-12-03T15:16:42.791Z 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`
30582025-12-03T15:16:42.834Z Compiling heck v0.4.1
30592025-12-03T15:16:42.858Z 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"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=abbb7f3c5cd516f6 -C extra-filename=-df22f3562e0e7fa1 --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`
30602025-12-03T15:16:43.026Z Compiling ff v0.13.0
30612025-12-03T15:16:43.051Z 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=f39319c659fa10cc -C extra-filename=-a638e8f50223b3db --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-76688458c072d092.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`
30622025-12-03T15:16:43.149Z Compiling wait-timeout v0.2.0
30632025-12-03T15:16:43.173Z 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`
30642025-12-03T15:16:43.198Z Compiling memmap v0.7.0
30652025-12-03T15:16:43.198Z 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`
30662025-12-03T15:16:43.276Z Compiling toml_write v0.1.2
30672025-12-03T15:16:43.301Z 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`
30682025-12-03T15:16:43.336Z Compiling num-bigint-dig v0.8.4
30692025-12-03T15:16:43.336Z 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`
30702025-12-03T15:16:43.540Z Compiling group v0.13.0
30712025-12-03T15:16:43.577Z 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=0e6424503e7651af -C extra-filename=-d1f7a00c82e34d5c --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-a638e8f50223b3db.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.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`
30722025-12-03T15:16:43.664Z Compiling toml_edit v0.22.27
30732025-12-03T15:16:43.690Z 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=d634b305fb062bdc -C extra-filename=-c637ff8d8a3de02d --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-2a2f711cb9a5e0ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.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`
30742025-12-03T15:16:43.716Z Compiling oxnet v0.1.3
30752025-12-03T15:16:43.716Z 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=5d1e8cbcda1e3962 -C extra-filename=-41b14d1241f1a686 --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-111c96d283a419e0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762025-12-03T15:16:43.767Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71/build-script-build`
30772025-12-03T15:16:43.833Z Compiling hkdf v0.12.4
30782025-12-03T15:16:43.858Z 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=734ba1e32476c693 -C extra-filename=-1c9847dd78be011a --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-8fe15e74d6d29966.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-12-03T15:16:43.900Z Compiling crossbeam-epoch v0.9.18
30802025-12-03T15:16:43.926Z 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`
30812025-12-03T15:16:44.146Z Compiling crypto-bigint v0.5.5
30822025-12-03T15:16:44.170Z 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=25e04b86f7d59362 -C extra-filename=-d0d3d1ab3b11364d --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-ca70b95d6d1b1738.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832025-12-03T15:16:44.481Z Compiling bstr v1.10.0
30842025-12-03T15:16:44.508Z 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`
30852025-12-03T15:16:44.635Z Compiling itertools v0.13.0
30862025-12-03T15:16:44.660Z 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`
30872025-12-03T15:16:45.048Z Compiling dof v0.3.0
30882025-12-03T15:16:45.073Z 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=836af412f549545f -C extra-filename=-e85e1538af9f095c --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-35955ae0afdea24e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892025-12-03T15:16:45.895Z 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=bebab71f8dc4843c -C extra-filename=-909b1b2561f54795 --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-e85e1538af9f095c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c42dc09e910b048d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.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`
30902025-12-03T15:16:46.631Z Compiling strum v0.26.3
30912025-12-03T15:16:46.655Z 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=98a650ca644b7fa3 -C extra-filename=-cfebc5ded3343cd5 --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-f68e2f29e8c314df.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-12-03T15:16:46.877Z Compiling zlib-rs v0.5.1
30932025-12-03T15:16:46.902Z 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`
30942025-12-03T15:16:46.928Z Compiling elliptic-curve v0.13.8
30952025-12-03T15:16:46.928Z 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=702a25e39157a4c1 -C extra-filename=-36bb39770c46e860 --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-d0d3d1ab3b11364d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-a638e8f50223b3db.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d1f7a00c82e34d5c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9e1f61a9e8e661af.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-12-03T15:16:47.133Z 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=913bc89454c6552a -C extra-filename=-fc23a42e32b9b5ef --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-37782ce35013dd71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
30972025-12-03T15:16:47.222Z Compiling rusty-fork v0.3.0
30982025-12-03T15:16:47.247Z 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=98ae27f35f193675 -C extra-filename=-c43659b4b2f7e4fc --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-09e14fa7e12e8476.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`
30992025-12-03T15:16:47.616Z Compiling usdt-macro v0.5.0
31002025-12-03T15:16:47.641Z 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=3ce6a11c171175d2 -C extra-filename=-f73c266ee369abd4 --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-c42dc09e910b048d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-909b1b2561f54795.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-12-03T15:16:47.741Z Compiling usdt-attr-macro v0.5.0
31022025-12-03T15:16:47.794Z 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=885d8bd34d3c8535 -C extra-filename=-d66bf3e615b02c9c --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-c42dc09e910b048d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-909b1b2561f54795.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-12-03T15:16:47.874Z Compiling pkcs1 v0.7.5
31042025-12-03T15:16:47.898Z 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=0bfe2de9c01417fd -C extra-filename=-aeea625ee4a5c5d2 --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-c5881e6e573fca19.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-12-03T15:16:48.690Z Compiling rand_xorshift v0.4.0
31062025-12-03T15:16:48.715Z 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=ccccceadb07449ad -C extra-filename=-ed64e4e21dde174c --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-7052f23c7af87dd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-12-03T15:16:48.952Z Compiling bzip2-sys v0.1.13+1.0.8
31082025-12-03T15:16:48.998Z 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`
31092025-12-03T15:16:49.023Z Compiling unarray v0.1.4
31102025-12-03T15:16:49.023Z 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`
31112025-12-03T15:16:49.123Z Compiling curve25519-dalek v4.1.3
31122025-12-03T15:16:49.190Z 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`
31132025-12-03T15:16:49.228Z Compiling proptest v1.7.0
31142025-12-03T15:16:49.286Z 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=7f9be42d6c52f974 -C extra-filename=-31b39a8d609e0783 --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-7144a639a7938e22.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-26f4c4d89864e522.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-bf28eb185d8343a5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-ed64e4e21dde174c.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-c43659b4b2f7e4fc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.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`
31152025-12-03T15:16:49.310Z Compiling usdt v0.5.0
31162025-12-03T15:16:49.310Z 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=b125c5da615392b6 -C extra-filename=-38548896a50ab165 --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-e85e1538af9f095c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c42dc09e910b048d.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-35955ae0afdea24e.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-5569e9d229061c08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d66bf3e615b02c9c.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-909b1b2561f54795.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-f73c266ee369abd4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-12-03T15:16:49.560Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a/build-script-build`
31182025-12-03T15:16:49.752Z Compiling rsa v0.9.8
31192025-12-03T15:16:49.777Z 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.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="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=9ba0947f67cf2e15 -C extra-filename=-0160227426ffca0c --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-eb9a4462fc4e9ae5.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-fc23a42e32b9b5ef.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-aeea625ee4a5c5d2.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-aae08c8140d64463.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202025-12-03T15:16:49.891Z Compiling x509-cert v0.2.5
31212025-12-03T15:16:49.891Z 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=760fd1a4daaa54d1 -C extra-filename=-327c2e635aa63ff2 --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-c5881e6e573fca19.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222025-12-03T15:16:49.934Z Compiling bitflags v1.3.2
31232025-12-03T15:16:49.958Z 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`
31242025-12-03T15:16:50.104Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-344b6a843869a8b9/build-script-build`
31252025-12-03T15:16:50.259Z Compiling derive_builder_core v0.20.2
31262025-12-03T15:16:50.283Z 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=e6e48bd6701424a3 -C extra-filename=-4d7f46d9a2ca7122 --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-ce6e58e5ff4469d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272025-12-03T15:16:50.829Z 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`
31282025-12-03T15:16:51.018Z Compiling rfc6979 v0.4.0
31292025-12-03T15:16:51.062Z 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=111269a8c54b2b47 -C extra-filename=-db128bb4baa0abdb --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-8fe15e74d6d29966.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`
31302025-12-03T15:16:51.228Z Compiling curve25519-dalek-derive v0.1.1
31312025-12-03T15:16:51.252Z 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=48873dc533c1eb81 -C extra-filename=-46edf75964f56b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-12-03T15:16:52.115Z Compiling signal-hook v0.3.18
31332025-12-03T15:16:52.139Z 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`
31342025-12-03T15:16:52.500Z Compiling libz-rs-sys v0.5.1
31352025-12-03T15:16:52.541Z 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`
31362025-12-03T15:16:52.565Z Compiling siphasher v0.3.11
31372025-12-03T15:16:52.565Z 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`
31382025-12-03T15:16:52.834Z Compiling flate2 v1.1.2
31392025-12-03T15:16:52.858Z 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=c78965ee6662e8c1 -C extra-filename=-fcba78e783b3998f --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-98ab688b968433cd.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`
31402025-12-03T15:16:52.957Z Compiling phf_shared v0.11.2
31412025-12-03T15:16:52.981Z 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`
31422025-12-03T15:16:53.005Z 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=39b93fcaadc975e8 -C extra-filename=-bd03c623855f9bc7 --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-18c66edcb07d8d9d.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-46edf75964f56b16.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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"'`
31432025-12-03T15:16:53.361Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd/build-script-build`
31442025-12-03T15:16:53.386Z Compiling derive_builder_macro v0.20.2
31452025-12-03T15:16:53.411Z 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=84e0b79839f8f808 -C extra-filename=-179e22c336c21378 --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-4d7f46d9a2ca7122.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462025-12-03T15:16:53.436Z Compiling ecdsa v0.16.9
31472025-12-03T15:16:53.436Z 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=602bbce7a0ad8dc2 -C extra-filename=-f151760960416abf --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-c5881e6e573fca19.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-db128bb4baa0abdb.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-aae08c8140d64463.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-12-03T15:16:53.703Z Compiling toml v0.7.8
31492025-12-03T15:16:53.728Z 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=4bfeeed30ef9eba1 -C extra-filename=-bc7f7b9280eb1294 --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-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fda86eafb0b82df6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-12-03T15:16:54.208Z Compiling daft-derive v0.1.4
31512025-12-03T15:16:54.233Z 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=d63399cb5a35ea76 -C extra-filename=-7e4744120586f9d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-12-03T15:16:54.328Z Compiling newtype-uuid v1.3.2
31532025-12-03T15:16:54.353Z 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.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="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", "v7"))' -C metadata=9939e1adcb6e7f53 -C extra-filename=-b66623ba8f93b03f --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-31b39a8d609e0783.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-12-03T15:16:54.981Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31552025-12-03T15:16:55.006Z 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`
31562025-12-03T15:16:55.030Z Compiling env_filter v0.1.2
31572025-12-03T15:16:55.030Z 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`
31582025-12-03T15:16:55.600Z Compiling memoffset v0.9.1
31592025-12-03T15:16:55.625Z 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`
31602025-12-03T15:16:55.692Z Compiling cfg_aliases v0.2.1
31612025-12-03T15:16:55.717Z 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`
31622025-12-03T15:16:55.768Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e/build-script-build`
31632025-12-03T15:16:55.849Z Compiling daft v0.1.4
31642025-12-03T15:16:55.874Z 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=c9b630cc10e33a59 -C extra-filename=-bbc490ebba361735 --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-7e4744120586f9d5.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-12-03T15:16:55.964Z Compiling env_logger v0.11.8
31662025-12-03T15:16:56.003Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::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="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=17aa2b04c7a11ef6 -C extra-filename=-c89d0ff142a26df7 --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`
31672025-12-03T15:16:56.027Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e/build-script-build`
31682025-12-03T15:16:56.204Z Compiling derive_builder v0.20.2
31692025-12-03T15:16:56.229Z 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=493cd84f6be7184f -C extra-filename=-09755bbc107d887e --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-179e22c336c21378.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702025-12-03T15:16:56.389Z 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`
31712025-12-03T15:16:56.436Z Compiling unicode-normalization v0.1.24
31722025-12-03T15:16:56.461Z 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`
31732025-12-03T15:16:56.659Z Compiling ed25519 v2.2.3
31742025-12-03T15:16:56.684Z 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="pem"' --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=0ce3c21e81c8faf7 -C extra-filename=-e534ff85e88c202e --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-6d3039d8eefc11c9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-aae08c8140d64463.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-12-03T15:16:57.169Z Compiling vergen-lib v0.1.6
31762025-12-03T15:16:57.193Z 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`
31772025-12-03T15:16:57.325Z Compiling enum-as-inner v0.6.1
31782025-12-03T15:16:57.353Z 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=fc6cda5d554bb61c -C extra-filename=-a01caf054e94e1ca --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792025-12-03T15:16:57.568Z Compiling scroll_derive v0.13.1
31802025-12-03T15:16:57.592Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.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=6276977c7467fab2 -C extra-filename=-7e59e3abce3b2aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-12-03T15:16:57.951Z Compiling keccak v0.1.5
31822025-12-03T15:16:57.976Z 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`
31832025-12-03T15:16:58.357Z Compiling managed v0.8.0
31842025-12-03T15:16:58.381Z 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`
31852025-12-03T15:16:58.408Z Compiling sha3 v0.10.8
31862025-12-03T15:16:58.433Z 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="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=122f941e5345bf8d -C extra-filename=-84f9b4576a751dc2 --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-eb9a4462fc4e9ae5.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`
31872025-12-03T15:16:58.790Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-ae3318210b797f06/build-script-build`
31882025-12-03T15:16:58.841Z Compiling ed25519-dalek v2.1.1
31892025-12-03T15:16:58.865Z 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="pem"' --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=8c3ca7add5dc4060 -C extra-filename=-811d34bb77357072 --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-bd03c623855f9bc7.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-e534ff85e88c202e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-aae08c8140d64463.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-12-03T15:16:58.906Z 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`
31912025-12-03T15:16:58.952Z Compiling serde_with_macros v3.14.0
31922025-12-03T15:16:58.976Z 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=dd9876d647d092cb -C extra-filename=-35b74de725d6d337 --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-ce6e58e5ff4469d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-12-03T15:16:59.100Z Compiling vergen v9.0.6
31942025-12-03T15:16:59.125Z 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`
31952025-12-03T15:16:59.230Z Compiling scroll v0.13.0
31962025-12-03T15:16:59.255Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-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="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=c92c8de79f979579 -C extra-filename=-730f47aa18b37310 --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-7e59e3abce3b2aa7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972025-12-03T15:16:59.366Z Compiling cargo-platform v0.1.8
31982025-12-03T15:16:59.421Z 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=ec2506d44bd50cc1 -C extra-filename=-0743b567509730cf --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-12-03T15:16:59.506Z Compiling itertools v0.10.5
32002025-12-03T15:16:59.531Z 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`
32012025-12-03T15:16:59.845Z Compiling precomputed-hash v0.1.1
32022025-12-03T15:16:59.870Z 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`
32032025-12-03T15:16:59.907Z Compiling new_debug_unreachable v1.0.6
32042025-12-03T15:16:59.933Z 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`
32052025-12-03T15:17:00.024Z Compiling fixedbitset v0.4.2
32062025-12-03T15:17:00.048Z 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`
32072025-12-03T15:17:00.073Z Compiling ref-cast v1.0.24
32082025-12-03T15:17:00.073Z 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`
32092025-12-03T15:17:00.153Z Compiling zstd-safe v7.2.3
32102025-12-03T15:17:00.178Z 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`
32112025-12-03T15:17:00.467Z Compiling petgraph v0.6.5
32122025-12-03T15:17:00.492Z 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=d7660264bdd2f07a -C extra-filename=-318c5dcf81b24583 --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-2a2f711cb9a5e0ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132025-12-03T15:17:00.541Z Compiling string_cache v0.8.9
32142025-12-03T15:17:00.566Z 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=3f8bbaa457f82843 -C extra-filename=-5c4f4b119e3b0a37 --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-fc6fce1ce7a910d9.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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152025-12-03T15:17:00.634Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5/build-script-build`
32162025-12-03T15:17:00.747Z Compiling goblin v0.10.2
32172025-12-03T15:17:00.772Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-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="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"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=82af73ef0053f876 -C extra-filename=-78f75aca8f03149a --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-730f47aa18b37310.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-12-03T15:17:00.973Z Compiling cargo_metadata v0.19.2
32192025-12-03T15:17:00.998Z 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=7c3edfa2897cfa3d -C extra-filename=-1f12bf9a1d96849d --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-0743b567509730cf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-12-03T15:17:01.305Z Compiling serde_with v3.14.0
32212025-12-03T15:17:01.330Z 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="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "std", "time_0_3"))' -C metadata=b89e3aab73d2cd67 -C extra-filename=-f798b3794080d784 --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-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-35b74de725d6d337.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-12-03T15:17:01.700Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e5b4bd07f44956b2/build-script-build`
32232025-12-03T15:17:01.760Z 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=f7086b76d327f7d2 -C extra-filename=-5f3ee99e60aff10b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.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)'`
32242025-12-03T15:17:02.468Z Compiling signal-hook-mio v0.2.4
32252025-12-03T15:17:02.498Z 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`
32262025-12-03T15:17:02.681Z Compiling bzip2 v0.4.4
32272025-12-03T15:17:02.706Z 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`
32282025-12-03T15:17:03.072Z Compiling ref-cast-impl v1.0.24
32292025-12-03T15:17:03.096Z 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=f58ec96f574d794a -C extra-filename=-675544482824abc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302025-12-03T15:17:03.596Z Compiling rustc-hash v2.1.1
32312025-12-03T15:17:03.621Z 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`
32322025-12-03T15:17:03.839Z Compiling usdt-impl v0.6.0
32332025-12-03T15:17:03.864Z 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.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=fa37a8f908b445a6 -C extra-filename=-7b51e2927a176bd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-7b51e2927a176bd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-12-03T15:17:03.891Z Compiling zip v0.6.6
32352025-12-03T15:17:03.915Z 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=3dcfab9a52d731bc -C extra-filename=-893b8778d2b4f53d --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-98ab688b968433cd.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.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`
32362025-12-03T15:17:04.269Z 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=1b700f76e606b8e6 -C extra-filename=-c4ba53650d311ea1 --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-675544482824abc1.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)'`
32372025-12-03T15:17:04.321Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-7b51e2927a176bd7/build-script-build`
32382025-12-03T15:17:04.392Z 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=7a5dbd710c8b4973 -C extra-filename=-85f6af1031046760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-1f12bf9a1d96849d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.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-5f3ee99e60aff10b.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)'`
32392025-12-03T15:17:04.470Z Compiling dtrace-parser v0.3.0
32402025-12-03T15:17:04.494Z 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.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=38f5be1b66306da4 -C extra-filename=-3a1bb4c15cea19f4 --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-6209a8e729feb361.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-74b119ad6b06ea95.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-12-03T15:17:04.518Z Compiling heapless v0.7.17
32422025-12-03T15:17:04.518Z 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`
32432025-12-03T15:17:05.045Z Compiling thread-id v5.0.0
32442025-12-03T15:17:05.069Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.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=1d7d4ed5490ff0f5 -C extra-filename=-66616b330f0155ec --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`
32452025-12-03T15:17:05.129Z Compiling lalrpop-util v0.19.12
32462025-12-03T15:17:05.153Z 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`
32472025-12-03T15:17:05.221Z Compiling bumpalo v3.16.0
32482025-12-03T15:17:05.245Z 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`
32492025-12-03T15:17:05.280Z Compiling simd-adler32 v0.3.7
32502025-12-03T15:17:05.305Z 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`
32512025-12-03T15:17:05.496Z Compiling lockfree-object-pool v0.1.6
32522025-12-03T15:17:05.532Z 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`
32532025-12-03T15:17:05.708Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3732840095c6f34a/build-script-build`
32542025-12-03T15:17:05.782Z Compiling zopfli v0.8.1
32552025-12-03T15:17:05.806Z 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=6b567f53e329b8a1 -C extra-filename=-ca8ad251ab20bb88 --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-98ab688b968433cd.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`
32562025-12-03T15:17:05.831Z Compiling crossterm v0.28.1
32572025-12-03T15:17:05.831Z Compiling nix v0.29.0
32582025-12-03T15:17:05.831Z 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=afbb81fe88fae058 -C extra-filename=-b7348a605452121d --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-7144a639a7938e22.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-fc6fce1ce7a910d9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
32592025-12-03T15:17:05.831Z 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`
32602025-12-03T15:17:06.139Z Compiling bzip2 v0.5.2
32612025-12-03T15:17:06.164Z 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`
32622025-12-03T15:17:06.546Z Compiling serde-big-array v0.5.1
32632025-12-03T15:17:06.571Z 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=b017e9c6a9174aa5 -C extra-filename=-daf6ed13804d9959 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-12-03T15:17:06.628Z Compiling hash32 v0.2.1
32652025-12-03T15:17:06.653Z 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`
32662025-12-03T15:17:06.818Z Compiling dof v0.4.0
32672025-12-03T15:17:06.861Z 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.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="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=cc10bef94ddd3c0b -C extra-filename=-2b3ef8d33debc790 --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-78f75aca8f03149a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-12-03T15:17:06.995Z Compiling fs-err v3.1.1
32692025-12-03T15:17:07.020Z 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`
32702025-12-03T15:17:07.156Z Compiling winnow v0.6.26
32712025-12-03T15:17:07.181Z 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`
32722025-12-03T15:17:07.336Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd/build-script-build`
32732025-12-03T15:17:07.403Z 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`
32742025-12-03T15:17:07.442Z Compiling unicode-properties v0.1.3
32752025-12-03T15:17:07.442Z 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`
32762025-12-03T15:17:07.660Z 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`
32772025-12-03T15:17:07.827Z 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.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="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=8b2c32817ee2d5ba -C extra-filename=-0bfb0d3519b6a4a7 --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-2b3ef8d33debc790.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3a1bb4c15cea19f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-66616b330f0155ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
32782025-12-03T15:17:08.084Z Compiling zstd v0.13.3
32792025-12-03T15:17:08.109Z 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`
32802025-12-03T15:17:08.519Z Compiling buf-list v1.0.3
32812025-12-03T15:17:08.552Z 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`
32822025-12-03T15:17:08.594Z Compiling unicode-bidi v0.3.17
32832025-12-03T15:17:08.618Z 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`
32842025-12-03T15:17:08.775Z Compiling smoltcp v0.9.1
32852025-12-03T15:17:08.799Z 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`
32862025-12-03T15:17:09.027Z Compiling jiff v0.2.15
32872025-12-03T15:17:09.052Z 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`
32882025-12-03T15:17:09.202Z Compiling predicates-core v1.0.8
32892025-12-03T15:17:09.227Z 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`
32902025-12-03T15:17:09.436Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c/build-script-build`
32912025-12-03T15:17:09.496Z Compiling stringprep v0.1.5
32922025-12-03T15:17:09.521Z 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`
32932025-12-03T15:17:09.581Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058/build-script-build`
32942025-12-03T15:17:09.691Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42/build-script-build`
32952025-12-03T15:17:09.795Z 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`
32962025-12-03T15:17:09.889Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9/build-script-build`
32972025-12-03T15:17:09.950Z Compiling hickory-proto v0.25.2
32982025-12-03T15:17:09.975Z 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=0556c72ed4c004a1 -C extra-filename=-04934820d1c71f4e --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-68617f900d2f7ac8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-a01caf054e94e1ca.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-148fd712e6e6f9df.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992025-12-03T15:17:10.243Z Compiling similar v2.7.0
33002025-12-03T15:17:10.267Z 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`
33012025-12-03T15:17:10.333Z Compiling tokio-stream v0.1.17
33022025-12-03T15:17:10.357Z 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=3dffc2cd66126c4e -C extra-filename=-bc54f43327947878 --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-e5fcff599a608802.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-12-03T15:17:10.460Z Compiling md-5 v0.10.6
33042025-12-03T15:17:10.484Z 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=cb29a1b1b98a0d39 -C extra-filename=-6320822773a763aa --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-18c66edcb07d8d9d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-12-03T15:17:10.714Z Compiling strum_macros v0.27.2
33062025-12-03T15:17:10.739Z 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=8011c3e5ba3bdf53 -C extra-filename=-ebe89a43834d0d18 --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-12-03T15:17:10.807Z Compiling float-cmp v0.10.0
33082025-12-03T15:17:10.831Z 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`
33092025-12-03T15:17:10.910Z Compiling fallible-iterator v0.2.0
33102025-12-03T15:17:10.935Z 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`
33112025-12-03T15:17:11.146Z Compiling normalize-line-endings v0.3.0
33122025-12-03T15:17:11.171Z 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`
33132025-12-03T15:17:11.337Z Compiling difflib v0.4.0
33142025-12-03T15:17:11.362Z 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`
33152025-12-03T15:17:11.392Z 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=6349a585d9680ee7 -C extra-filename=-81ea8a1362690ecd --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-18c66edcb07d8d9d.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`
33162025-12-03T15:17:11.594Z Compiling postgres-protocol v0.6.8
33172025-12-03T15:17:11.619Z 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=cd2cddf1e484dd2c -C extra-filename=-e37589bc384d2d7d --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-8201e5d6381aa56b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-6320822773a763aa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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`
33182025-12-03T15:17:12.123Z Compiling predicates v3.1.3
33192025-12-03T15:17:12.148Z 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`
33202025-12-03T15:17:12.554Z 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=fe7a88347d94c532 -C extra-filename=-db88a4915e1dbbc9 --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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)'`
33212025-12-03T15:17:12.752Z 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=1502ba476762e40d -C extra-filename=-13dfdf50eff4e1a8 --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-e5fcff599a608802.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)'`
33222025-12-03T15:17:13.147Z 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=4586251299ac39a7 -C extra-filename=-8b377a6d07cf4a33 --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-8201e5d6381aa56b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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`
33232025-12-03T15:17:13.501Z Compiling serde_repr v0.1.19
33242025-12-03T15:17:13.525Z 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=24a704e5fa6887ee -C extra-filename=-0709a6e93a0f46c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-12-03T15:17:13.550Z Compiling hashbrown v0.16.0
33262025-12-03T15:17:13.550Z 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`
33272025-12-03T15:17:13.611Z Compiling foldhash v0.2.0
33282025-12-03T15:17:13.635Z 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`
33292025-12-03T15:17:14.008Z Compiling peg-runtime v0.8.5
33302025-12-03T15:17:14.032Z 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`
33312025-12-03T15:17:14.325Z Compiling postgres-types v0.2.9
33322025-12-03T15:17:14.349Z 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=50178aee6f7debf1 -C extra-filename=-18211eed21d52934 --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-8201e5d6381aa56b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-e37589bc384d2d7d.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-12-03T15:17:14.571Z Compiling iddqd v0.3.16
33342025-12-03T15:17:14.597Z 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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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=f15b78b9f03c2d58 -C extra-filename=-1385305c1a85b669 --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-bbc490ebba361735.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-31b39a8d609e0783.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.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-4ea726dac10ed76f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352025-12-03T15:17:14.658Z Compiling phf v0.11.2
33362025-12-03T15:17:14.683Z 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`
33372025-12-03T15:17:14.707Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33382025-12-03T15:17:14.755Z 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/ea2f39c/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=85dd6d1bead84cdd -C extra-filename=-5566937b8dea6f84 --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-a24067305a22db88.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392025-12-03T15:17:15.010Z Compiling whoami v1.5.2
33402025-12-03T15:17:15.034Z 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`
33412025-12-03T15:17:15.112Z Compiling strum v0.27.2
33422025-12-03T15:17:15.136Z 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=34c327eced912254 -C extra-filename=-617d23040e7964a8 --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-ebe89a43834d0d18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-12-03T15:17:15.160Z Compiling is-terminal v0.4.13
33442025-12-03T15:17:15.160Z 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`
33452025-12-03T15:17:15.332Z Compiling zip v4.2.0
33462025-12-03T15:17:15.375Z 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="jiff-02"' --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=470c1c966c5db0da -C extra-filename=-a7c485d265b76f38 --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-98ab688b968433cd.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-ca8ad251ab20bb88.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`
33472025-12-03T15:17:15.376Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33482025-12-03T15:17:15.400Z 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/ea2f39c/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=2e7f388deea221bb -C extra-filename=-44f3edaa7b22b8db --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-7144a639a7938e22.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-daf6ed13804d9959.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-0709a6e93a0f46c4.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-81ea8a1362690ecd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ebe89a43834d0d18.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-12-03T15:17:15.485Z Compiling tokio-postgres v0.7.13
33502025-12-03T15:17:15.509Z 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=f053acb5e19e0355 -C extra-filename=-9f377ab6c75bd4fe --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-68617f900d2f7ac8.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.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-148fd712e6e6f9df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-fc6fce1ce7a910d9.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-e37589bc384d2d7d.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-18211eed21d52934.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.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`
33512025-12-03T15:17:15.559Z Compiling futures-executor v0.3.31
33522025-12-03T15:17:15.583Z 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=35bed7d680641888 -C extra-filename=-5a88e07fbf429e04 --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-148fd712e6e6f9df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532025-12-03T15:17:16.030Z Compiling futures v0.3.31
33542025-12-03T15:17:16.055Z 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=d79312b3152a04a7 -C extra-filename=-180862833fbacf5f --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-5a88e07fbf429e04.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-148fd712e6e6f9df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-12-03T15:17:16.183Z Compiling regress v0.10.4
33562025-12-03T15:17:16.208Z 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`
33572025-12-03T15:17:16.875Z Compiling crossbeam-channel v0.5.15
33582025-12-03T15:17:16.899Z 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`
33592025-12-03T15:17:17.230Z Compiling hex v0.4.3
33602025-12-03T15:17:17.254Z 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=ff2afd935e4a8ce8 -C extra-filename=-369f7be1a7213fcd --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-12-03T15:17:17.795Z Compiling unsafe-libyaml v0.2.11
33622025-12-03T15:17:17.819Z 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`
33632025-12-03T15:17:17.848Z Compiling thread_local v1.1.8
33642025-12-03T15:17:17.848Z 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=a23861d27907cb86 -C extra-filename=-6b371febec995d71 --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-18c66edcb07d8d9d.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`
33652025-12-03T15:17:18.322Z Compiling slog-async v2.8.0
33662025-12-03T15:17:18.347Z 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`
33672025-12-03T15:17:18.840Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f/build-script-build`
33682025-12-03T15:17:18.935Z Compiling serde_yaml v0.9.34+deprecated
33692025-12-03T15:17:18.959Z 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=a87763ae4977d83c -C extra-filename=-d495900ebd84ad92 --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-2a2f711cb9a5e0ed.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-a24067305a22db88.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`
33702025-12-03T15:17:18.985Z Compiling take_mut v0.2.2
33712025-12-03T15:17:18.985Z 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`
33722025-12-03T15:17:19.195Z Compiling typify-impl v0.4.3
33732025-12-03T15:17:19.219Z 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=cb873c2a2e62200e -C extra-filename=-621134244245f8fb --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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-12-03T15:17:19.326Z Compiling term v1.1.0
33752025-12-03T15:17:19.351Z 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`
33762025-12-03T15:17:19.842Z 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=72efdd32f0c14f21 -C extra-filename=-75c5f1e453710cbf --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-6b371febec995d71.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33772025-12-03T15:17:19.950Z Compiling slog-term v2.9.2
33782025-12-03T15:17:19.974Z 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=06a02e95c32a95e8 -C extra-filename=-88f10f60d16164dd --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-1a84e413bcb1c25d.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-6b371febec995d71.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`
33792025-12-03T15:17:20.533Z Compiling match_cfg v0.1.0
33802025-12-03T15:17:20.558Z 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`
33812025-12-03T15:17:20.682Z Compiling hostname v0.3.1
33822025-12-03T15:17:20.714Z 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`
33832025-12-03T15:17:20.752Z Compiling debug-ignore v1.0.5
33842025-12-03T15:17:20.776Z 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`
33852025-12-03T15:17:20.901Z Compiling structmeta-derive v0.3.0
33862025-12-03T15:17:20.925Z 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=1df7ed53030ddc7e -C extra-filename=-7428607ff6d66548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-12-03T15:17:20.955Z Compiling rustls v0.22.4
33882025-12-03T15:17:20.955Z 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`
33892025-12-03T15:17:20.982Z Compiling toml_parser v1.0.2
33902025-12-03T15:17:21.007Z 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`
33912025-12-03T15:17:21.065Z Compiling serde_spanned v1.0.0
33922025-12-03T15:17:21.091Z 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=f9fc52fb6b8d48b6 -C extra-filename=-fb20ffb839225899 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932025-12-03T15:17:21.322Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1/build-script-build`
33942025-12-03T15:17:21.368Z Compiling toml_datetime v0.7.0
33952025-12-03T15:17:21.394Z 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=5addef03d4513d85 -C extra-filename=-766c97dbe867dbed --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-12-03T15:17:21.430Z Compiling serde_path_to_error v0.1.17
33972025-12-03T15:17:21.454Z 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=b722bd1ee6c714f8 -C extra-filename=-2be91b2bfa044fec --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982025-12-03T15:17:21.928Z Compiling multer v3.1.0
33992025-12-03T15:17:21.952Z 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`
34002025-12-03T15:17:22.040Z Compiling toml_writer v1.0.2
34012025-12-03T15:17:22.064Z 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`
34022025-12-03T15:17:22.187Z Compiling slog-json v2.6.1
34032025-12-03T15:17:22.211Z 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=96451316e2317f00 -C extra-filename=-34c7c392cb4e0da3 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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`
34042025-12-03T15:17:22.259Z Compiling async-stream-impl v0.3.6
34052025-12-03T15:17:22.284Z 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=471845099fb043d9 -C extra-filename=-76f38b722a7442ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062025-12-03T15:17:22.329Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c/build-script-build`
34072025-12-03T15:17:22.423Z Compiling toml v0.9.5
34082025-12-03T15:17:22.447Z 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=65ddb9b957d2b8d7 -C extra-filename=-1de8e0e67689504a --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-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fb20ffb839225899.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-766c97dbe867dbed.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`
34092025-12-03T15:17:22.472Z Compiling dropshot v0.16.4
34102025-12-03T15:17:22.497Z 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=29bb036c68cbfde8 -C extra-filename=-f505fbb39f3aa0eb --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-8201e5d6381aa56b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a5915ea7f1d25035.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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`
34112025-12-03T15:17:22.497Z 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`
34122025-12-03T15:17:22.577Z Compiling slog-bunyan v2.5.0
34132025-12-03T15:17:22.602Z 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=f795aa08572f77e6 -C extra-filename=-eae4a44abda4140e --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-34c7c392cb4e0da3.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`
34142025-12-03T15:17:22.833Z Compiling rustls-pemfile v2.2.0
34152025-12-03T15:17:22.857Z 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`
34162025-12-03T15:17:22.920Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a/build-script-build`
34172025-12-03T15:17:23.032Z Compiling waitgroup v0.1.2
34182025-12-03T15:17:23.056Z 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`
34192025-12-03T15:17:23.198Z Compiling structmeta v0.3.0
34202025-12-03T15:17:23.223Z 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=0356cb32fe761965 -C extra-filename=-4ae0f99c9b98ef5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-7428607ff6d66548.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-12-03T15:17:23.223Z Compiling dropshot_endpoint v0.16.4
34222025-12-03T15:17:23.223Z 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=85e4b0d7fd4b70be -C extra-filename=-e60e29f60c54d2ee --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232025-12-03T15:17:23.297Z Compiling hostname v0.4.0
34242025-12-03T15:17:23.321Z 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=fd5e2dd12f7f43bd -C extra-filename=-fe64aa6f2de5c695 --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-18c66edcb07d8d9d.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`
34252025-12-03T15:17:23.368Z Compiling newtype-uuid-macros v0.1.0
34262025-12-03T15:17:23.392Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=beacc788ea4d4855 -C extra-filename=-01263c6c04020f0e --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272025-12-03T15:17:23.495Z Compiling async-stream v0.3.6
34282025-12-03T15:17:23.527Z 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=55eacede69458b6a -C extra-filename=-75dced5ed4388034 --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-76f38b722a7442ef.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`
34292025-12-03T15:17:23.570Z Compiling macaddr v1.0.1
34302025-12-03T15:17:23.594Z 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=b68522f21746b9d1 -C extra-filename=-cc492f7a47168c71 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-12-03T15:17:23.626Z Compiling derive-ex v0.1.8
34322025-12-03T15:17:23.650Z 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=43f6efc779d7043f -C extra-filename=-1103488419ebd375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4ae0f99c9b98ef5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-12-03T15:17:23.823Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34342025-12-03T15:17:23.847Z 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=1bc6c8462039bb57 -C extra-filename=-a3a59beead24b349 --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-369f7be1a7213fcd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-12-03T15:17:24.020Z Compiling instant v0.1.13
34362025-12-03T15:17:24.060Z 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=3cdbc97bd1f8d2d8 -C extra-filename=-b4078760b93def6e --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-18c66edcb07d8d9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-12-03T15:17:24.091Z Compiling parse-display-derive v0.10.0
34382025-12-03T15:17:24.091Z 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=0338b012f2cb9371 -C extra-filename=-d66b9b53e669ce36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.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-4ae0f99c9b98ef5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-12-03T15:17:24.229Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34402025-12-03T15:17:24.253Z 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=0d67126c7c7474e8 -C extra-filename=-9c505beb71732058 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-12-03T15:17:25.019Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34422025-12-03T15:17:25.060Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 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=fed7ff53883ab1df -C extra-filename=-8c5ba1b9d65360fa --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-bbc490ebba361735.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-01263c6c04020f0e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-12-03T15:17:25.547Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34442025-12-03T15:17:25.547Z 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=b9787caab6dd9df2 -C extra-filename=-3a98fbb8c97c7966 --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-9c505beb71732058.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-12-03T15:17:25.547Z Compiling backoff v0.4.0
34462025-12-03T15:17:25.547Z 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=9dc440f18a0a936f -C extra-filename=-67017f659cfba25f --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-3c560abcce835d65.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b4078760b93def6e.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-37782ce35013dd71.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472025-12-03T15:17:25.547Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34482025-12-03T15:17:25.547Z 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/61479b6/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=b2d20c43b4e260bf -C extra-filename=-81039c409e99976f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492025-12-03T15:17:25.621Z Compiling itertools v0.14.0
34502025-12-03T15:17:25.645Z 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`
34512025-12-03T15:17:26.278Z Compiling unicode-width v0.1.14
34522025-12-03T15:17:26.278Z 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`
34532025-12-03T15:17:26.662Z Compiling toml v0.8.23
34542025-12-03T15:17:26.686Z 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=0f7e21a56bc3b210 -C extra-filename=-02743cddacec7aff --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-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-12-03T15:17:26.893Z Compiling camino-tempfile v1.4.1
34562025-12-03T15:17:26.917Z 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=ccdab24a498102f6 -C extra-filename=-fee512a840db61cb --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-09e14fa7e12e8476.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-12-03T15:17:27.162Z Compiling proc-macro-error-attr v1.0.4
34582025-12-03T15:17:27.187Z 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`
34592025-12-03T15:17:27.296Z Compiling test-strategy v0.4.3
34602025-12-03T15:17:27.321Z 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=936c17c04e4a96b7 -C extra-filename=-594528de045ddb8d --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-1103488419ebd375.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4ae0f99c9b98ef5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612025-12-03T15:17:27.361Z Compiling unicode-width v0.2.0
34622025-12-03T15:17:27.386Z 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`
34632025-12-03T15:17:27.556Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645/build-script-build`
34642025-12-03T15:17:27.658Z Compiling proc-macro-error v1.0.4
34652025-12-03T15:17:27.682Z 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`
34662025-12-03T15:17:27.733Z Compiling parse-display v0.10.0
34672025-12-03T15:17:27.757Z 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=1f9d3b212946fe4c -C extra-filename=-5ab3929930163120 --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-d66b9b53e669ce36.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`
34682025-12-03T15:17:27.890Z 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=aa1c350c21045288 -C extra-filename=-244b7058787f4f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-12-03T15:17:28.001Z Compiling crossbeam-deque v0.8.5
34702025-12-03T15:17:28.050Z 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`
34712025-12-03T15:17:28.077Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220/build-script-build`
34722025-12-03T15:17:28.193Z Compiling rayon-core v1.12.1
34732025-12-03T15:17:28.224Z 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`
34742025-12-03T15:17:28.257Z Compiling crucible-workspace-hack v0.1.0
34752025-12-03T15:17:28.282Z 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`
34762025-12-03T15:17:28.306Z Compiling darling_core v0.21.0
34772025-12-03T15:17:28.306Z 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=5c9c4cdb6e9bce2d -C extra-filename=-d2365d7b9db53c87 --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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-12-03T15:17:28.368Z Compiling proc-macro-crate v1.3.1
34792025-12-03T15:17:28.414Z 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=00ea56f5e6b6af0d -C extra-filename=-a6f939621837bfed --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-fda86eafb0b82df6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-12-03T15:17:28.575Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191/build-script-build`
34812025-12-03T15:17:28.637Z 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`
34822025-12-03T15:17:28.675Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f/build-script-build`
34832025-12-03T15:17:28.727Z 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=29815338e26974f1 -C extra-filename=-6546dd7f9fe17f9a --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-244b7058787f4f9d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
34842025-12-03T15:17:28.789Z 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`
34852025-12-03T15:17:28.950Z Compiling nix v0.30.1
34862025-12-03T15:17:28.974Z 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="fs"' --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=9c4fa1d77b7743e8 -C extra-filename=-4a6de7eb5c22ebaf --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-4a6de7eb5c22ebaf -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`
34872025-12-03T15:17:29.009Z Compiling typify-macro v0.4.3
34882025-12-03T15:17:29.033Z 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=df791c8c849b6d83 -C extra-filename=-98eb4d16b86c801f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-621134244245f8fb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892025-12-03T15:17:29.199Z Compiling num_enum_derive v0.5.11
34902025-12-03T15:17:29.248Z 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=64aad1f039960da1 -C extra-filename=-bf7e62cd2f6611d0 --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-a6f939621837bfed.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912025-12-03T15:17:29.315Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34922025-12-03T15:17:29.352Z 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`
34932025-12-03T15:17:29.768Z Compiling rayon v1.10.0
34942025-12-03T15:17:29.801Z 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`
34952025-12-03T15:17:29.835Z Compiling heapless v0.8.0
34962025-12-03T15:17:29.835Z 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`
34972025-12-03T15:17:30.031Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9/build-script-build`
34982025-12-03T15:17:30.098Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-4a6de7eb5c22ebaf/build-script-build`
34992025-12-03T15:17:30.153Z Compiling hash32 v0.3.1
35002025-12-03T15:17:30.181Z 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`
35012025-12-03T15:17:30.452Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5/build-script-build`
35022025-12-03T15:17:30.477Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
35032025-12-03T15:17:30.477Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35042025-12-03T15:17:30.477Z 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=44362e2ea6c5feb9 -C extra-filename=-4b6a4a3023694f01 --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-bbc490ebba361735.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052025-12-03T15:17:30.477Z 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`
35062025-12-03T15:17:30.733Z Compiling smoltcp v0.11.0
35072025-12-03T15:17:30.757Z 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`
35082025-12-03T15:17:30.785Z Compiling aws-lc-sys v0.26.0
35092025-12-03T15:17:30.840Z 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=1faaf80a68944ed4 -C extra-filename=-231a6b832e6e3a57 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-231a6b832e6e3a57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-2ba570a65934d544.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`
35102025-12-03T15:17:30.864Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1/build-script-build`
35112025-12-03T15:17:30.913Z 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`
35122025-12-03T15:17:31.338Z Compiling num_enum v0.5.11
35132025-12-03T15:17:31.383Z 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=26ba2e8b51bc4287 -C extra-filename=-7ded824a122ca21c --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-bf7e62cd2f6611d0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-12-03T15:17:31.407Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d/build-script-build`
35152025-12-03T15:17:31.453Z 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="fs"' --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=3e970c6ac57fab94 -C extra-filename=-f1772abfa8991b4e --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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"))'`
35162025-12-03T15:17:31.577Z Compiling tabwriter v1.4.0
35172025-12-03T15:17:31.601Z 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`
35182025-12-03T15:17:31.626Z Compiling foreign-types-macros v0.2.3
35192025-12-03T15:17:31.665Z 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=14824cd7d451ea48 -C extra-filename=-c04d4ee0e16bcfe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-12-03T15:17:31.806Z Compiling foreign-types-shared v0.3.1
35212025-12-03T15:17:31.831Z 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`
35222025-12-03T15:17:31.989Z Compiling cobs v0.2.3
35232025-12-03T15:17:32.013Z 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`
35242025-12-03T15:17:32.038Z 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=9ab75724a8b3b9e6 -C extra-filename=-18cda76395aa19ed --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-18c66edcb07d8d9d.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`
35252025-12-03T15:17:32.324Z Compiling postcard v1.0.10
35262025-12-03T15:17:32.350Z 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=7ca5a1fa45db0e48 -C extra-filename=-fd75c911a274067d --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-12-03T15:17:32.850Z Compiling foreign-types v0.5.0
35282025-12-03T15:17:32.874Z 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=9fa7a67d3a88d259 -C extra-filename=-6f22db1cc85329f6 --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-c04d4ee0e16bcfe7.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`
35292025-12-03T15:17:32.934Z 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`
35302025-12-03T15:17:32.978Z Compiling typify v0.4.3
35312025-12-03T15:17:33.002Z 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=f1134e1cdaf52239 -C extra-filename=-07f2f49e348609bf --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-621134244245f8fb.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-98eb4d16b86c801f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-12-03T15:17:33.028Z 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`
35332025-12-03T15:17:33.161Z Compiling progenitor-impl v0.11.2
35342025-12-03T15:17:33.185Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e05e96ebf866acf6 -C extra-filename=-a04fa5bfb72dae75 --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-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-07f2f49e348609bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-12-03T15:17:33.209Z Compiling progenitor-impl v0.10.0
35362025-12-03T15:17:33.209Z 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=764732663db27922 -C extra-filename=-5bb0010cdf4e4382 --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-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-07f2f49e348609bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-12-03T15:17:33.259Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35382025-12-03T15:17:33.303Z 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=079da6b5f9b73597 -C extra-filename=-c25a76578783ffa8 --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-7144a639a7938e22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-12-03T15:17:33.435Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35402025-12-03T15:17:33.461Z 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=7e9ece398e11cfb7 -C extra-filename=-95f54062cd2e77f0 --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-12-03T15:17:33.502Z Compiling darling_macro v0.21.0
35422025-12-03T15:17:33.527Z 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=822e3d51ceffd235 -C extra-filename=-8f9e19d555a3bc00 --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-d2365d7b9db53c87.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-12-03T15:17:33.873Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35442025-12-03T15:17:33.898Z 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`
35452025-12-03T15:17:34.049Z Compiling cstr-argument v0.1.2
35462025-12-03T15:17:34.076Z 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=8ff5c0b3f614e0d6 -C extra-filename=-2a1c6d66b288fe4e --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-18c66edcb07d8d9d.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`
35472025-12-03T15:17:34.318Z Compiling pretty-hex v0.2.1
35482025-12-03T15:17:34.359Z 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`
35492025-12-03T15:17:34.383Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35502025-12-03T15:17:34.383Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35512025-12-03T15:17:34.384Z 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`
35522025-12-03T15:17:34.384Z 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=7532d5a438bcb0af -C extra-filename=-26eff6ecc1f50493 --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-95f54062cd2e77f0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532025-12-03T15:17:34.525Z Compiling darling v0.21.0
35542025-12-03T15:17:34.549Z 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=f2757eaae4190b9b -C extra-filename=-cb151592383d57fa --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-d2365d7b9db53c87.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-8f9e19d555a3bc00.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-12-03T15:17:34.585Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35562025-12-03T15:17:34.611Z 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=b2f908bf9924f56c -C extra-filename=-2ea355aac45e6bd0 --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-7ded824a122ca21c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-7a4ce632d19001a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572025-12-03T15:17:34.742Z Compiling ingot-macros v0.1.1
35582025-12-03T15:17:34.766Z 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=d5411dddd1343520 -C extra-filename=-41aa0cc402139805 --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-cb151592383d57fa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-12-03T15:17:34.839Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-ef031d105ab1b848/build-script-build`
35602025-12-03T15:17:34.863Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7/build-script-build`
35612025-12-03T15:17:34.910Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35622025-12-03T15:17:34.934Z 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=9be3849a1b81dd2c -C extra-filename=-15fa6ee0d10bb12e --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-2a1c6d66b288fe4e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-6f22db1cc85329f6.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`
35632025-12-03T15:17:34.962Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35642025-12-03T15:17:34.962Z 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=8b90c606a1e7ed7b -C extra-filename=-216e750ec283f4a9 --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-12-03T15:17:35.072Z Compiling colored v2.2.0
35662025-12-03T15:17:35.097Z 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`
35672025-12-03T15:17:35.419Z Compiling sigpipe v0.1.3
35682025-12-03T15:17:35.443Z 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`
35692025-12-03T15:17:35.648Z 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=1eed6263727c5c9f -C extra-filename=-4b6acc06d310eeac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-2ea355aac45e6bd0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7ded824a122ca21c.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-15fa6ee0d10bb12e.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ac27fb54e800bb07.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-26eff6ecc1f50493.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.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`
35702025-12-03T15:17:35.776Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35712025-12-03T15:17:35.801Z 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/7e56ab6/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=5b46373748e0312c -C extra-filename=-71c0f856452b2128 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-71c0f856452b2128 -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`
35722025-12-03T15:17:35.868Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
35732025-12-03T15:17:35.896Z 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=aaef2480841e6211 -C extra-filename=-fe16fe787fec4ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7ded824a122ca21c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-12-03T15:17:35.937Z Compiling zone_cfg_derive v0.3.0
35752025-12-03T15:17:35.965Z 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=6182059db32ec12d -C extra-filename=-a3c5c62e6bb406d2 --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-df22f3562e0e7fa1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-12-03T15:17:36.264Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-71c0f856452b2128/build-script-build`
35772025-12-03T15:17:36.387Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
35782025-12-03T15:17:36.411Z 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/3f1752e/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=b8e312548e194e95 -C extra-filename=-bbf268166af1cae4 --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-cfebc5ded3343cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-12-03T15:17:36.446Z Compiling smf v0.2.3
35802025-12-03T15:17:36.471Z 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=1c110e7d7dbb9966 -C extra-filename=-471e65a5447a5051 --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-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-12-03T15:17:36.798Z Compiling num-derive v0.4.2
35822025-12-03T15:17:36.822Z 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=5426f7627d73df40 -C extra-filename=-c695c0e987483557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-12-03T15:17:37.291Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35842025-12-03T15:17:37.315Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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`
35852025-12-03T15:17:37.535Z Compiling zone v0.3.1
35862025-12-03T15:17:37.559Z 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=5a3fddb2d7cc45b9 -C extra-filename=-9dd953eb4efb7c04 --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-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-a3c5c62e6bb406d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-12-03T15:17:37.673Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5/build-script-build`
35882025-12-03T15:17:37.731Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
35892025-12-03T15:17:37.755Z 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/3f1752e/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=13840dc189ba359a -C extra-filename=-1c87a35ba2d391e8 --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-bbf268166af1cae4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902025-12-03T15:17:38.142Z 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/7e56ab6/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=cbe3799875acd280 -C extra-filename=-e50155b6572eda51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fe16fe787fec4ce6.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-5f4efcdfe91ffdf1/out -l static=pci`
35912025-12-03T15:17:38.621Z Compiling convert_case v0.4.0
35922025-12-03T15:17:38.649Z 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`
35932025-12-03T15:17:38.718Z Compiling indent_write v2.2.0
35942025-12-03T15:17:38.745Z 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`
35952025-12-03T15:17:38.771Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
35962025-12-03T15:17:38.795Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=5bdaf78b5a4e76a8 -C extra-filename=-2165e961d8063e6e --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-c695c0e987483557.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-12-03T15:17:38.824Z Compiling num-rational v0.4.2
35982025-12-03T15:17:38.848Z 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`
35992025-12-03T15:17:38.873Z Compiling progenitor-macro v0.11.2
36002025-12-03T15:17:38.897Z 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.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=5b852466bf05f20e -C extra-filename=-b349946881f67063 --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-9dfc1b136327f2f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a04fa5bfb72dae75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d495900ebd84ad92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-12-03T15:17:38.930Z Compiling progenitor-macro v0.10.0
36022025-12-03T15:17:38.968Z 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=3c22a58346083511 -C extra-filename=-9131effe378268d6 --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-9dfc1b136327f2f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5bb0010cdf4e4382.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d495900ebd84ad92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-12-03T15:17:39.017Z Compiling num-complex v0.4.6
36042025-12-03T15:17:39.042Z 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`
36052025-12-03T15:17:39.405Z Compiling derive_more v0.99.20
36062025-12-03T15:17:39.430Z 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=106f396e474f58d8 -C extra-filename=-23968c9d21d47ce1 --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072025-12-03T15:17:39.532Z Compiling float-ord v0.3.2
36082025-12-03T15:17:39.565Z 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`
36092025-12-03T15:17:39.784Z Compiling secrecy v0.10.3
36102025-12-03T15:17:39.808Z 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=7efc771bf53cd6b3 -C extra-filename=-927c99da6eb7e7da --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112025-12-03T15:17:39.978Z Compiling num v0.4.3
36122025-12-03T15:17:40.004Z 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`
36132025-12-03T15:17:40.082Z Compiling swrite v0.1.0
36142025-12-03T15:17:40.106Z 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`
36152025-12-03T15:17:40.144Z Compiling console v0.15.10
36162025-12-03T15:17:40.168Z 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`
36172025-12-03T15:17:40.242Z Compiling password-hash v0.5.0
36182025-12-03T15:17:40.266Z 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=b166ca313d3a0492 -C extra-filename=-db27d4c13f7719e0 --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-76688458c072d092.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`
36192025-12-03T15:17:40.303Z Compiling blake2 v0.10.6
36202025-12-03T15:17:40.303Z 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=c6484460416fb4ff -C extra-filename=-91add4dfc7398bcf --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-eb9a4462fc4e9ae5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-12-03T15:17:40.703Z Compiling ingot-types v0.1.2
36222025-12-03T15:17:40.727Z 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=3e3ff43153c05007 -C extra-filename=-b7893ab5f9178f71 --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-41aa0cc402139805.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-12-03T15:17:41.130Z Compiling argon2 v0.5.3
36242025-12-03T15:17:41.154Z 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=b54b1950d9d8553f -C extra-filename=-1753b43ad410e441 --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-91add4dfc7398bcf.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-db27d4c13f7719e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-12-03T15:17:41.298Z Compiling atomicwrites v0.4.4
36262025-12-03T15:17:41.322Z 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=5d41563742097229 -C extra-filename=-2b2990ea1dfdcaf9 --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-6751e857fb1c1f4f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-12-03T15:17:41.347Z Compiling derive-where v1.5.0
36282025-12-03T15:17:41.347Z 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=e058fab2d82ce685 -C extra-filename=-451989699ea86308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292025-12-03T15:17:41.396Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-231a6b832e6e3a57/build-script-main`
36302025-12-03T15:17:41.490Z Compiling ingot v0.1.1
36312025-12-03T15:17:41.516Z 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=8a4294cbc5d3b835 -C extra-filename=-06ab0b1225757847 --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-7144a639a7938e22.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-41aa0cc402139805.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-b7893ab5f9178f71.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-12-03T15:17:41.670Z Compiling newline-converter v0.3.0
36332025-12-03T15:17:41.694Z 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`
36342025-12-03T15:17:41.882Z Compiling base64 v0.21.7
36352025-12-03T15:17:41.906Z 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`
36362025-12-03T15:17:42.508Z Compiling bytecount v0.6.8
36372025-12-03T15:17:42.563Z 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`
36382025-12-03T15:17:42.761Z Compiling expectorate v1.2.0
36392025-12-03T15:17:42.790Z 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=0ddf2d662e3ec1a6 -C extra-filename=-6b83db05172d9875 --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-2b2990ea1dfdcaf9.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`
36402025-12-03T15:17:43.036Z Compiling fixedbitset v0.5.7
36412025-12-03T15:17:43.060Z 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`
36422025-12-03T15:17:43.427Z Compiling petgraph v0.8.2
36432025-12-03T15:17:43.453Z 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=6e9ed2020919215f -C extra-filename=-8b152656d992dbad --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-2a2f711cb9a5e0ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-12-03T15:17:43.641Z Compiling tokio-dtrace v0.1.0
36452025-12-03T15:17:43.665Z 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=17e511b5b1ad5211 -C extra-filename=-604809f25734bd32 --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-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462025-12-03T15:17:44.055Z Compiling oxide-tokio-rt v0.1.2
36472025-12-03T15:17:44.080Z 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=e7d881569853093e -C extra-filename=-0ebbf33a5c4b9929 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-604809f25734bd32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-12-03T15:17:44.117Z Compiling owo-colors v4.2.2
36492025-12-03T15:17:44.141Z 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`
36502025-12-03T15:17:44.390Z Compiling cancel-safe-futures v0.1.5
36512025-12-03T15:17:44.415Z 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`
36522025-12-03T15:17:44.809Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36532025-12-03T15:17:44.834Z 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=8420f171cc403824 -C extra-filename=-c923be99c250c226 --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-c25a76578783ffa8.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-06ab0b1225757847.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-fd75c911a274067d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-18cda76395aa19ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-12-03T15:17:44.933Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176/build-script-build`
36552025-12-03T15:17:44.997Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25/build-script-build`
36562025-12-03T15:17:45.046Z Compiling libsw-core v0.3.1
36572025-12-03T15:17:45.046Z 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)'`
36582025-12-03T15:17:45.070Z 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=1ae2c7eeffff46ba -C extra-filename=-6e4e170a5baa8638 --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-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-12-03T15:17:45.211Z 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=3056dd432b4b9cdf -C extra-filename=-762499357afcf929 --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-148fd712e6e6f9df.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-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-12-03T15:17:45.405Z Compiling libsw v3.5.0
36612025-12-03T15:17:45.429Z 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=03fa74e27f39de9e -C extra-filename=-dfa8058be527f58a --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-6e4e170a5baa8638.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-12-03T15:17:45.670Z Compiling linear-map v1.2.0
36632025-12-03T15:17:45.694Z 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`
36642025-12-03T15:17:45.719Z Compiling same-file v1.0.6
36652025-12-03T15:17:45.719Z 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`
36662025-12-03T15:17:46.036Z Compiling unicode-xid v0.2.6
36672025-12-03T15:17:46.060Z 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`
36682025-12-03T15:17:46.087Z Compiling walkdir v2.5.0
36692025-12-03T15:17:46.087Z 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`
36702025-12-03T15:17:46.297Z Compiling gethostname v0.5.0
36712025-12-03T15:17:46.321Z 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=c8f401268d897171 -C extra-filename=-68d19571fd93d8b5 --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-12-03T15:17:46.517Z 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=fefbbaf2b8374e70 -C extra-filename=-98e57cccea852f7f --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-7144a639a7938e22.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-c25a76578783ffa8.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-06ab0b1225757847.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-216e750ec283f4a9.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-c923be99c250c226.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-fd75c911a274067d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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)'`
36732025-12-03T15:17:46.737Z Compiling resolv-conf v0.7.0
36742025-12-03T15:17:46.762Z 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`
36752025-12-03T15:17:46.855Z Compiling utf-8 v0.7.6
36762025-12-03T15:17:46.880Z 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`
36772025-12-03T15:17:46.965Z Compiling convert_case v0.7.1
36782025-12-03T15:17:46.994Z 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`
36792025-12-03T15:17:47.155Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36802025-12-03T15:17:47.179Z 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=ed3d0a36c97a5911 -C extra-filename=-56bb60c574c9b999 --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-18c66edcb07d8d9d.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c25a76578783ffa8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-98e57cccea852f7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-12-03T15:17:47.218Z Compiling smawk v0.3.2
36822025-12-03T15:17:47.242Z 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`
36832025-12-03T15:17:47.410Z Compiling unicode-linebreak v0.1.5
36842025-12-03T15:17:47.449Z 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`
36852025-12-03T15:17:47.474Z Compiling slog-dtrace v0.3.0
36862025-12-03T15:17:47.474Z 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`
36872025-12-03T15:17:47.504Z Compiling globset v0.4.15
36882025-12-03T15:17:47.504Z 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`
36892025-12-03T15:17:47.751Z Compiling derive_more-impl v2.0.1
36902025-12-03T15:17:47.776Z 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=ae864136f1908960 -C extra-filename=-685a0ce8da2cd816 --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912025-12-03T15:17:47.888Z Compiling async-recursion v1.1.1
36922025-12-03T15:17:47.888Z 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=29258d263db69c00 -C extra-filename=-a0c6aa7766a56813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932025-12-03T15:17:48.009Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131/build-script-build`
36942025-12-03T15:17:48.055Z 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=25224aabbd3e68c5 -C extra-filename=-0c3c15790dd76ba4 --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-1a84e413bcb1c25d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-12-03T15:17:48.655Z Compiling vte_generate_state_changes v0.1.2
36962025-12-03T15:17:48.679Z 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=a5b42c3e24030489 -C extra-filename=-8ad9b465208f0389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972025-12-03T15:17:48.918Z Compiling termtree v0.5.1
36982025-12-03T15:17:48.943Z 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`
36992025-12-03T15:17:49.256Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
37002025-12-03T15:17:49.280Z 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=b71080c9288329fa -C extra-filename=-0b616722e020bb7e --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-4b6acc06d310eeac.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-98e57cccea852f7f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-56bb60c574c9b999.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-fd75c911a274067d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012025-12-03T15:17:49.304Z Compiling fd-lock v4.0.2
37022025-12-03T15:17:49.368Z 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=f9cb010dafa93054 -C extra-filename=-806404f0f0dd2859 --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-18c66edcb07d8d9d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032025-12-03T15:17:49.524Z Compiling vte v0.11.1
37042025-12-03T15:17:49.548Z 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=7ca66e6e463d699e -C extra-filename=-c0f878ac9ce6b343 --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-8ad9b465208f0389.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052025-12-03T15:17:49.573Z Compiling linked-hash-map v0.5.6
37062025-12-03T15:17:49.598Z 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`
37072025-12-03T15:17:49.679Z Compiling tungstenite v0.21.0
37082025-12-03T15:17:49.703Z 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=6bf8e377b3f249db -C extra-filename=-a9a31760202a1ccf --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-8201e5d6381aa56b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-37782ce35013dd71.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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`
37092025-12-03T15:17:49.728Z Compiling derive_more v2.0.1
37102025-12-03T15:17:49.752Z 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=1ba31f04c5e05dd9 -C extra-filename=-33f63916ebac6807 --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-685a0ce8da2cd816.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112025-12-03T15:17:49.910Z Compiling crossterm v0.29.0
37122025-12-03T15:17:49.934Z 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=af4adec077629a5a -C extra-filename=-86f9ceb410095aee --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-7144a639a7938e22.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33f63916ebac6807.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-fc6fce1ce7a910d9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.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`
37132025-12-03T15:17:50.026Z Compiling lru-cache v0.1.2
37142025-12-03T15:17:50.050Z 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`
37152025-12-03T15:17:50.276Z Compiling hickory-proto v0.24.4
37162025-12-03T15:17:50.300Z 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=98d8984db3b5e2d8 -C extra-filename=-d4862d68049f5758 --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-68617f900d2f7ac8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-a01caf054e94e1ca.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-148fd712e6e6f9df.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-12-03T15:17:50.807Z Compiling strip-ansi-escapes v0.2.0
37182025-12-03T15:17:50.832Z Compiling nibble_vec v0.1.0
37192025-12-03T15:17:50.832Z 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=26955748df2feb88 -C extra-filename=-002c6dfa193adeba --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-c0f878ac9ce6b343.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202025-12-03T15:17:50.832Z 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`
37212025-12-03T15:17:50.914Z Compiling display-error-chain v0.2.2
37222025-12-03T15:17:50.939Z 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`
37232025-12-03T15:17:51.004Z Compiling nu-ansi-term v0.50.1
37242025-12-03T15:17:51.029Z 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`
37252025-12-03T15:17:51.126Z Compiling endian-type v0.1.2
37262025-12-03T15:17:51.126Z 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`
37272025-12-03T15:17:51.168Z Compiling tokio-tungstenite v0.21.0
37282025-12-03T15:17:51.193Z 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=35eda73aa2ebcbb1 -C extra-filename=-b6285d4761d73406 --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-148fd712e6e6f9df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a9a31760202a1ccf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-12-03T15:17:51.218Z Compiling pin-project-internal v1.1.6
37302025-12-03T15:17:51.218Z 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=c2abd882415e863a -C extra-filename=-5a5de036a6f5c493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-12-03T15:17:51.378Z Compiling radix_trie v0.2.1
37322025-12-03T15:17:51.416Z 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`
37332025-12-03T15:17:51.444Z Compiling textwrap v0.16.2
37342025-12-03T15:17:51.444Z 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=9a3b5f85343f523c -C extra-filename=-d7cf3c91689479f0 --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-80806e6d39bc6f58.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`
37352025-12-03T15:17:51.612Z Compiling reedline v0.40.0
37362025-12-03T15:17:51.636Z 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=5cd385b3ef82e0a6 -C extra-filename=-ea3304a8a4bf3757 --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-1a84e413bcb1c25d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7348a605452121d.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-806404f0f0dd2859.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-a24067305a22db88.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-002c6dfa193adeba.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f68e2f29e8c314df.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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`
37372025-12-03T15:17:51.718Z Compiling pem v3.0.5
37382025-12-03T15:17:51.742Z 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`
37392025-12-03T15:17:51.960Z Compiling snafu-derive v0.8.5
37402025-12-03T15:17:51.985Z 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=8b387d86740a4260 -C extra-filename=-38406997cf2ae0e2 --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-12-03T15:17:52.221Z Compiling cfg_aliases v0.1.1
37422025-12-03T15:17:52.245Z 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`
37432025-12-03T15:17:52.334Z Compiling humantime v2.2.0
37442025-12-03T15:17:52.359Z 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`
37452025-12-03T15:17:52.384Z Compiling nix v0.28.0
37462025-12-03T15:17:52.384Z Compiling olpc-cjson v0.1.4
37472025-12-03T15:17:52.384Z 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`
37482025-12-03T15:17:52.384Z 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=292bb49eea0ff1c4 -C extra-filename=-15ce63549fce6e96 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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`
37492025-12-03T15:17:52.707Z Compiling serde_plain v1.0.2
37502025-12-03T15:17:52.731Z 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=a61f702afa408054 -C extra-filename=-1764af88ef0657c3 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512025-12-03T15:17:52.783Z Compiling typed-path v0.9.3
37522025-12-03T15:17:52.807Z 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`
37532025-12-03T15:17:53.086Z Compiling siphasher v1.0.1
37542025-12-03T15:17:53.111Z 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`
37552025-12-03T15:17:53.194Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f/build-script-build`
37562025-12-03T15:17:53.218Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37572025-12-03T15:17:53.218Z 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=71e822c1ed071b4d -C extra-filename=-44042a5d06c1e12e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-12-03T15:17:53.481Z Compiling phf_shared v0.12.1
37592025-12-03T15:17:53.506Z 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`
37602025-12-03T15:17:53.558Z Compiling pin-project v1.1.6
37612025-12-03T15:17:53.582Z 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=b5fefbd0eb5faa8f -C extra-filename=-68db5627c381a3fe --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-5a5de036a6f5c493.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-12-03T15:17:53.736Z Compiling papergrid v0.11.0
37632025-12-03T15:17:53.761Z 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`
37642025-12-03T15:17:53.850Z Compiling tabled_derive v0.7.0
37652025-12-03T15:17:53.874Z 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=7373d621df20557f -C extra-filename=-f29ad6961e75348a --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-df22f3562e0e7fa1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662025-12-03T15:17:55.432Z Compiling hickory-resolver v0.24.4
37672025-12-03T15:17:55.456Z 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=ea0a6c9f71c91018 -C extra-filename=-8cd54d197a3dc5ba --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-18c66edcb07d8d9d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-d4862d68049f5758.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-fc6fce1ce7a910d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.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-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682025-12-03T15:17:55.739Z Compiling csv-core v0.1.11
37692025-12-03T15:17:55.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`
37702025-12-03T15:17:55.991Z Compiling highway v1.3.0
37712025-12-03T15:17:56.016Z 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`
37722025-12-03T15:17:56.126Z Compiling snafu v0.8.5
37732025-12-03T15:17:56.126Z 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=e54736b5cc62642f -C extra-filename=-b36bd71f2ccc592c --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-68db5627c381a3fe.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-38406997cf2ae0e2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742025-12-03T15:17:56.270Z Compiling semver v0.1.20
37752025-12-03T15:17:56.295Z 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`
37762025-12-03T15:17:56.735Z Compiling chrono-tz v0.10.4
37772025-12-03T15:17:56.760Z 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`
37782025-12-03T15:17:56.793Z Compiling rustc_version v0.1.7
37792025-12-03T15:17:56.848Z 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`
37802025-12-03T15:17:56.873Z Compiling csv v1.3.1
37812025-12-03T15:17:56.874Z Compiling tabled v0.15.0
37822025-12-03T15:17:56.874Z Compiling phf v0.12.1
37832025-12-03T15:17:56.874Z 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=c592a5f80804aae8 -C extra-filename=-6a7beeadf0919cf4 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-12-03T15:17:56.946Z 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=32e8d3562eae5fc2 -C extra-filename=-585405ec264bc899 --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-f29ad6961e75348a.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`
37852025-12-03T15:17:56.946Z 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`
37862025-12-03T15:17:57.076Z 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=b46176c991f4cae7 -C extra-filename=-8b520aacdf72fbf2 --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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`
37872025-12-03T15:17:57.177Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c/build-script-build`
37882025-12-03T15:17:57.201Z Compiling const_format_proc_macros v0.2.34
37892025-12-03T15:17:57.201Z 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=332be20ec6003e93 -C extra-filename=-11f1c5942ab79a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.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`
37902025-12-03T15:17:57.250Z Compiling peg-macros v0.8.5
37912025-12-03T15:17:57.288Z 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=3709ef23f40be0f6 -C extra-filename=-df97052a4e73998e --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-12-03T15:17:57.312Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37932025-12-03T15:17:57.312Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=d843048724bd48b6 -C extra-filename=-7cb1b1c2d38c8ba1 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-7cb1b1c2d38c8ba1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942025-12-03T15:17:57.955Z Compiling qorb v0.4.1
37952025-12-03T15:17:57.979Z 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=5d065f2468316e1f -C extra-filename=-b0e4fd72cc09caad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.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-451989699ea86308.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8cd54d197a3dc5ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962025-12-03T15:17:58.277Z Compiling sqlparser_derive v0.2.2
37972025-12-03T15:17:58.301Z 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=aebc5244da5f8891 -C extra-filename=-f3fb1060709bcf43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-12-03T15:17:58.911Z Compiling unicode_categories v0.1.1
37992025-12-03T15:17:58.956Z 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`
38002025-12-03T15:17:59.286Z Compiling sqlformat v0.3.5
38012025-12-03T15:17:59.312Z 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`
38022025-12-03T15:17:59.357Z Compiling sqlparser v0.45.0
38032025-12-03T15:17:59.381Z 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=3e17863f5fbac444 -C extra-filename=-e851b5bf7463a7d2 --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-f3fb1060709bcf43.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042025-12-03T15:18:00.032Z Compiling peg v0.8.5
38052025-12-03T15:18:00.056Z 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=4e7f23ffe260a7eb -C extra-filename=-beaaecc917906a36 --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-df97052a4e73998e.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`
38062025-12-03T15:18:00.083Z Compiling rustyline v14.0.0
38072025-12-03T15:18:00.107Z 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=6554d19874b68612 -C extra-filename=-5a0ae7366ef53006 --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-806404f0f0dd2859.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-8b520aacdf72fbf2.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`
38082025-12-03T15:18:00.132Z Compiling const_format v0.2.34
38092025-12-03T15:18:00.156Z 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=e7dc2597557d4bc2 -C extra-filename=-8c81071766d0bbed --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-11f1c5942ab79a09.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-12-03T15:18:00.257Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7cb1b1c2d38c8ba1/build-script-build`
38112025-12-03T15:18:00.281Z 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=1433391e737a7ee8 -C extra-filename=-3b5a1071c5dccf33 --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-1a84e413bcb1c25d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2b4c43aed521e34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-12-03T15:18:00.752Z Compiling newtype_derive v0.1.6
38132025-12-03T15:18:00.779Z 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`
38142025-12-03T15:18:01.133Z Compiling bcs v0.1.6
38152025-12-03T15:18:01.171Z 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=c0659942dd54b2eb -C extra-filename=-a7c6d33f1a57a5b6 --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-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-12-03T15:18:01.368Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c/build-script-build`
38172025-12-03T15:18:01.473Z 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`
38182025-12-03T15:18:01.634Z Compiling steno v0.4.1
38192025-12-03T15:18:01.658Z 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=56f8eabe41c4b682 -C extra-filename=-98d212737379e825 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-318c5dcf81b24583.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202025-12-03T15:18:01.727Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38212025-12-03T15:18:01.751Z 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`
38222025-12-03T15:18:01.858Z Compiling arc-swap v1.7.1
38232025-12-03T15:18:01.883Z 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`
38242025-12-03T15:18:01.974Z Compiling xattr v1.3.1
38252025-12-03T15:18:01.999Z 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=765cdeca4a6332c1 -C extra-filename=-19b8dcbb2f2cce7b --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262025-12-03T15:18:02.273Z Compiling filetime v0.2.26
38272025-12-03T15:18:02.298Z 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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49895bad50c6c394 -C extra-filename=-cbc5e365ef9e1d7e --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-18c66edcb07d8d9d.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`
38282025-12-03T15:18:02.430Z Compiling slog-scope v4.4.0
38292025-12-03T15:18:02.456Z 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`
38302025-12-03T15:18:02.485Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad/build-script-build`
38312025-12-03T15:18:02.549Z Compiling tar v0.4.44
38322025-12-03T15:18:02.573Z 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=1505e360bc6a4416 -C extra-filename=-d09690237554c6f5 --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-cbc5e365ef9e1d7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-19b8dcbb2f2cce7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-12-03T15:18:02.605Z Compiling half v2.4.1
38342025-12-03T15:18:02.629Z 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=8513a7f43ba49b21 -C extra-filename=-fc2a947a1e1c15ab --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-18c66edcb07d8d9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-12-03T15:18:02.883Z Compiling slog-stdlog v4.1.1
38362025-12-03T15:18:02.908Z 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`
38372025-12-03T15:18:03.096Z Compiling slog-envlogger v2.2.0
38382025-12-03T15:18:03.121Z 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=0fbb9cf97c0e8245 -C extra-filename=-1c69531e7dbdc135 --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-75c5f1e453710cbf.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-88f10f60d16164dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-12-03T15:18:03.216Z Compiling ciborium-io v0.2.2
38402025-12-03T15:18:03.273Z 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`
38412025-12-03T15:18:03.310Z 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`
38422025-12-03T15:18:03.399Z Compiling ciborium-ll v0.2.2
38432025-12-03T15:18:03.424Z 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=21f3d9b74b07b78d -C extra-filename=-becff2f99256c83c --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-fc2a947a1e1c15ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-12-03T15:18:03.584Z Compiling universal-hash v0.5.1
38452025-12-03T15:18:03.609Z 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=b6025fad756b827e -C extra-filename=-ab9908aa8c1d0e9d --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-109b3197536728af.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`
38462025-12-03T15:18:03.688Z Compiling ciborium v0.2.2
38472025-12-03T15:18:03.713Z 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=ea57e099d3c4e0b8 -C extra-filename=-7fc074d484198c4c --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-becff2f99256c83c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-12-03T15:18:03.784Z Compiling opaque-debug v0.3.1
38492025-12-03T15:18:03.810Z 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`
38502025-12-03T15:18:03.849Z Compiling typify-impl v0.2.0
38512025-12-03T15:18:03.885Z 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=a000795cecddf7c4 -C extra-filename=-7bf92078816a04ae --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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-12-03T15:18:03.945Z Compiling subprocess v0.2.9
38532025-12-03T15:18:03.969Z 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`
38542025-12-03T15:18:04.321Z Compiling headers-core v0.3.0
38552025-12-03T15:18:04.346Z 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=5707477a9d50941c -C extra-filename=-7cfdd430842e2563 --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-718670cf184476d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-12-03T15:18:04.533Z Compiling aead v0.5.2
38572025-12-03T15:18:04.557Z 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=27e12ad9d31554b6 -C extra-filename=-f4d51daa0b47554e --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-109b3197536728af.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-12-03T15:18:04.908Z Compiling headers v0.4.1
38592025-12-03T15:18:04.933Z 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=68f116e3a482e1bd -C extra-filename=-3337c400c70231f3 --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-8201e5d6381aa56b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-7cfdd430842e2563.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-4e2ce9f74389c503.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602025-12-03T15:18:04.958Z Compiling poly1305 v0.8.0
38612025-12-03T15:18:04.958Z 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=6e73aef89de93c3e -C extra-filename=-8622502e68d007ad --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-ab9908aa8c1d0e9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622025-12-03T15:18:05.393Z Compiling chacha20 v0.9.1
38632025-12-03T15:18:05.418Z 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=3d7c9434e21df5e6 -C extra-filename=-c18a2f84da4d3bec --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-18c66edcb07d8d9d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1c98b61acb2293ad.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`
38642025-12-03T15:18:05.871Z Compiling lzma-sys v0.1.20
38652025-12-03T15:18:05.895Z 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`
38662025-12-03T15:18:06.344Z Compiling heck v0.3.3
38672025-12-03T15:18:06.369Z 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`
38682025-12-03T15:18:06.446Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38692025-12-03T15:18:06.470Z 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=fea2dbda79082e5d -C extra-filename=-6130ab2bc39dfa86 --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-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-12-03T15:18:06.771Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7/build-script-build`
38712025-12-03T15:18:06.796Z Compiling zone_cfg_derive v0.1.2
38722025-12-03T15:18:06.796Z 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=2ea422e48fed4385 -C extra-filename=-46267e4ef5280fff --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-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-12-03T15:18:06.832Z Compiling yasna v0.5.2
38742025-12-03T15:18:06.857Z 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`
38752025-12-03T15:18:06.883Z 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`
38762025-12-03T15:18:06.936Z Compiling thiserror-impl-no-std v2.0.2
38772025-12-03T15:18:06.960Z 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=9c70b3ecb63b4085 -C extra-filename=-7d1ce746d32ef376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-12-03T15:18:07.150Z Compiling base64 v0.13.1
38792025-12-03T15:18:07.175Z 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`
38802025-12-03T15:18:07.713Z Compiling number_prefix v0.4.0
38812025-12-03T15:18:07.753Z 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`
38822025-12-03T15:18:08.011Z Compiling indicatif v0.17.11
38832025-12-03T15:18:08.035Z 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`
38842025-12-03T15:18:08.250Z Compiling zone v0.1.8
38852025-12-03T15:18:08.289Z 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=66393dd2158f3bcb -C extra-filename=-344a8d7004afc2bc --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-f0c476a230b66c95.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-46267e4ef5280fff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-12-03T15:18:08.314Z Compiling rcgen v0.12.1
38872025-12-03T15:18:08.314Z 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=10873387cdd2694d -C extra-filename=-eacf7bc1042e6ae8 --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-d964a7c293705b26.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`
38882025-12-03T15:18:09.370Z Compiling thiserror-no-std v2.0.2
38892025-12-03T15:18:09.394Z 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=d95c4bce3f54a468 -C extra-filename=-0c31326afb68aef9 --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-7d1ce746d32ef376.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-12-03T15:18:09.489Z Compiling ron v0.7.1
38912025-12-03T15:18:09.514Z 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=a6ba238b68ca3f1b -C extra-filename=-32b4999f2edf0223 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-12-03T15:18:09.544Z Compiling xz2 v0.1.7
38932025-12-03T15:18:09.639Z 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`
38942025-12-03T15:18:09.854Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38952025-12-03T15:18:09.878Z 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=1b2181b0307226df -C extra-filename=-cd50a988267586db --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-6130ab2bc39dfa86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962025-12-03T15:18:09.904Z Compiling vsss-rs v3.3.4
38972025-12-03T15:18:09.904Z 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=114ca88b4bd4fcd8 -C extra-filename=-3180998569ef89ca --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-bd03c623855f9bc7.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1798da8d766965ac.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-0c31326afb68aef9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982025-12-03T15:18:10.042Z Compiling chacha20poly1305 v0.10.1
38992025-12-03T15:18:10.070Z 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=088206bdae5d6d39 -C extra-filename=-dbb8bce2a6a3afb8 --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-f4d51daa0b47554e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c18a2f84da4d3bec.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1c98b61acb2293ad.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8622502e68d007ad.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002025-12-03T15:18:10.239Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39012025-12-03T15:18:10.263Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=392ae55961bc0bd1 -C extra-filename=-865f54fa2c0fe9e6 --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-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022025-12-03T15:18:10.317Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
39032025-12-03T15:18:10.341Z 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/3f1752e/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=32430d37e20e838b -C extra-filename=-f4fe5221cabc900c --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-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-12-03T15:18:10.491Z Compiling dropshot-api-manager-types v0.2.3
39052025-12-03T15:18:10.516Z 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.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=f42bb21d9aefbbef -C extra-filename=-eef4006411e1cc58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-4ea726dac10ed76f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-12-03T15:18:10.915Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
39072025-12-03T15:18:10.940Z 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/3f1752e/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=d13fa96a765f7fc1 -C extra-filename=-8aa600f1e1d30fe3 --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-865f54fa2c0fe9e6.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-f4fe5221cabc900c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082025-12-03T15:18:11.082Z Compiling moka v0.12.10
39092025-12-03T15:18:11.107Z 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`
39102025-12-03T15:18:11.131Z Compiling tagptr v0.2.0
39112025-12-03T15:18:11.177Z 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`
39122025-12-03T15:18:11.342Z Compiling radium v0.7.0
39132025-12-03T15:18:11.367Z 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`
39142025-12-03T15:18:11.450Z Compiling tap v1.0.1
39152025-12-03T15:18:11.451Z 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`
39162025-12-03T15:18:11.491Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964/build-script-build`
39172025-12-03T15:18:11.557Z 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=7fbe2e0cb10fb47f -C extra-filename=-d3594f430e24c62e --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-fc6fce1ce7a910d9.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-f0c476a230b66c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-12-03T15:18:11.692Z Compiling maybe-uninit v2.0.0
39192025-12-03T15:18:11.716Z 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`
39202025-12-03T15:18:11.858Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657/build-script-build`
39212025-12-03T15:18:11.915Z 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`
39222025-12-03T15:18:12.240Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386/build-script-build`
39232025-12-03T15:18:12.349Z Compiling wyz v0.5.1
39242025-12-03T15:18:12.373Z 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`
39252025-12-03T15:18:12.398Z Compiling zerocopy-derive v0.6.6
39262025-12-03T15:18:12.440Z 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=cf2db4c55070efa0 -C extra-filename=-5b00702b82005e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272025-12-03T15:18:12.661Z Compiling funty v2.0.0
39282025-12-03T15:18:12.685Z 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`
39292025-12-03T15:18:12.783Z Compiling packed_struct v0.10.1
39302025-12-03T15:18:12.808Z 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`
39312025-12-03T15:18:13.089Z Compiling hickory-resolver v0.25.2
39322025-12-03T15:18:13.115Z 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=e719bde857a72d2b -C extra-filename=-217052a3b5b69a11 --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-18c66edcb07d8d9d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-d3594f430e24c62e.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-fc6fce1ce7a910d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.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-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-12-03T15:18:13.285Z Compiling crc-catalog v2.4.0
39342025-12-03T15:18:13.309Z 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`
39352025-12-03T15:18:13.337Z Compiling typify-macro v0.2.0
39362025-12-03T15:18:13.388Z 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=ce3b33c3b7e0ebf5 -C extra-filename=-9e6dbef2a59e3cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-7bf92078816a04ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-12-03T15:18:13.505Z Compiling bitvec v1.0.1
39382025-12-03T15:18:13.531Z 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`
39392025-12-03T15:18:13.574Z Compiling crc v3.2.1
39402025-12-03T15:18:13.598Z 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`
39412025-12-03T15:18:14.075Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d/build-script-build`
39422025-12-03T15:18:14.138Z 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`
39432025-12-03T15:18:14.193Z Compiling packed_struct_codegen v0.10.1
39442025-12-03T15:18:14.217Z 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=a81a1d7aef97d52f -C extra-filename=-1838512c76a2de75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452025-12-03T15:18:14.267Z Compiling zerocopy v0.6.6
39462025-12-03T15:18:14.291Z 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=564e6f986a505c5f -C extra-filename=-a371434f5a26d4be --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-5b00702b82005e90.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472025-12-03T15:18:14.316Z Compiling bitfield-macros v0.19.2
39482025-12-03T15:18:14.341Z 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=8503e7b08163873b -C extra-filename=-7bea7a22a777c97a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492025-12-03T15:18:14.612Z Compiling indexmap v1.9.3
39502025-12-03T15:18:14.636Z 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`
39512025-12-03T15:18:15.042Z Compiling nodrop v0.1.14
39522025-12-03T15:18:15.067Z 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`
39532025-12-03T15:18:15.137Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7/build-script-build`
39542025-12-03T15:18:15.198Z Compiling smallvec v0.6.14
39552025-12-03T15:18:15.222Z 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`
39562025-12-03T15:18:15.246Z Compiling array-init v0.0.4
39572025-12-03T15:18:15.246Z 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`
39582025-12-03T15:18:15.629Z Compiling libefi-sys v0.1.0
39592025-12-03T15:18:15.653Z 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`
39602025-12-03T15:18:15.895Z Compiling bitfield v0.19.2
39612025-12-03T15:18:15.919Z 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=5a75338dc2a6b785 -C extra-filename=-4f156cecafcfb832 --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-7bea7a22a777c97a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622025-12-03T15:18:16.003Z Compiling hashbrown v0.12.3
39632025-12-03T15:18:16.027Z 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`
39642025-12-03T15:18:16.139Z Compiling serde-hex v0.1.0
39652025-12-03T15:18:16.164Z 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=50caed8b44bf9321 -C extra-filename=-0dec0c095b2f7805 --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-a24067305a22db88.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`
39662025-12-03T15:18:16.352Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db/build-script-build`
39672025-12-03T15:18:16.412Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39682025-12-03T15:18:16.437Z 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=7278b4d1d07e00f0 -C extra-filename=-4f6d72926fc935b0 --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-a371434f5a26d4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-12-03T15:18:16.491Z Compiling ron v0.8.1
39702025-12-03T15:18:16.516Z 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=392f6ff50b440541 -C extra-filename=-4e2f5ecc9feaa41c --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-7144a639a7938e22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712025-12-03T15:18:16.614Z 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=e99d7273ffb55a23 -C extra-filename=-a2009939b299f953 --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-1838512c76a2de75.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-12-03T15:18:16.764Z Compiling hashbrown v0.13.2
39732025-12-03T15:18:16.789Z 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=76f67313dd83724a -C extra-filename=-05e48eec8cd72b8c --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-0b98834925c2ed41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-12-03T15:18:16.968Z 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`
39752025-12-03T15:18:17.030Z Compiling bitfield-struct v0.6.2
39762025-12-03T15:18:17.054Z 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=c7698a86852a0bf9 -C extra-filename=-d7937b5e1583c19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772025-12-03T15:18:17.283Z Compiling typify v0.2.0
39782025-12-03T15:18:17.309Z 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=93eb5bf98eba64c2 -C extra-filename=-71823a801fa7eb6f --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-7bf92078816a04ae.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-9e6dbef2a59e3cfc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-12-03T15:18:17.499Z Compiling progenitor-impl v0.8.0
39802025-12-03T15:18:17.536Z 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=9d1c060e657822f7 -C extra-filename=-b3b894b153355e2f --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-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-71823a801fa7eb6f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-12-03T15:18:17.704Z Compiling crc-any v2.5.0
39822025-12-03T15:18:17.729Z 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`
39832025-12-03T15:18:17.753Z Compiling object v0.30.4
39842025-12-03T15:18:17.753Z 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=347826cfb68da3c8 -C extra-filename=-fc046af6dbf26d23 --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-98ab688b968433cd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-05e48eec8cd72b8c.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`
39852025-12-03T15:18:18.205Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39862025-12-03T15:18:18.230Z 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=381351ba8fc45f2f -C extra-filename=-9f317daf8a21520d --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-4e2f5ecc9feaa41c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4f6d72926fc935b0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a371434f5a26d4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-12-03T15:18:18.326Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39882025-12-03T15:18:18.351Z 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=14d67c6aad0c639f -C extra-filename=-cc07eab20f96fde2 --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-d7937b5e1583c19f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-12-03T15:18:18.511Z 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`
39902025-12-03T15:18:18.785Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39912025-12-03T15:18:18.810Z 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`
39922025-12-03T15:18:18.906Z Compiling path-slash v0.1.5
39932025-12-03T15:18:18.931Z 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`
39942025-12-03T15:18:18.960Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39952025-12-03T15:18:18.984Z 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=04be29b86c831778 -C extra-filename=-9cdb505b4fb0eedb --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-cc07eab20f96fde2.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-d3f0d87628df8a16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-12-03T15:18:19.009Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39972025-12-03T15:18:19.009Z 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=088946c2e530fc10 -C extra-filename=-778c1837a7e45294 --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-f0c476a230b66c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982025-12-03T15:18:19.160Z Compiling xshell-macros v0.2.7
39992025-12-03T15:18:19.184Z 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`
40002025-12-03T15:18:19.394Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40012025-12-03T15:18:19.445Z 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/205d47d/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=3d7b4be19ab0b666 -C extra-filename=-a8b7caeb821f48e6 --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-4f156cecafcfb832.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-a2009939b299f953.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022025-12-03T15:18:19.790Z Compiling memmap2 v0.9.8
40032025-12-03T15:18:19.814Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=dd3fd5b2d3588c35 -C extra-filename=-a8d790446100d922 --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`
40042025-12-03T15:18:19.839Z Compiling half v1.8.3
40052025-12-03T15:18:19.888Z 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`
40062025-12-03T15:18:19.949Z Compiling proc-macro-error-attr2 v2.0.0
40072025-12-03T15:18:19.974Z 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=105af8aa158fc195 -C extra-filename=-cd41deb349ee9cf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-12-03T15:18:20.003Z Compiling xshell v0.2.7
40092025-12-03T15:18:20.003Z 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`
40102025-12-03T15:18:20.215Z Compiling num-derive v0.3.3
40112025-12-03T15:18:20.239Z 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=b4bb921cb074b5cc -C extra-filename=-3ed99e3e6165bf20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122025-12-03T15:18:20.375Z Compiling serde_cbor v0.11.2
40132025-12-03T15:18:20.400Z 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=4de3646c21c63328 -C extra-filename=-a0e838f92eb9fca1 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142025-12-03T15:18:20.718Z Compiling proc-macro-error2 v2.0.1
40152025-12-03T15:18:20.742Z 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=d704288068efbb0c -C extra-filename=-93ba87480d9474e4 --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-cd41deb349ee9cf9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162025-12-03T15:18:20.988Z Compiling maplit v1.0.2
40172025-12-03T15:18:21.013Z 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`
40182025-12-03T15:18:21.157Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
40192025-12-03T15:18:21.182Z 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=2538a423241df955 -C extra-filename=-7ddd1c7dde089fe1 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202025-12-03T15:18:21.301Z Compiling fxhash v0.2.1
40212025-12-03T15:18:21.325Z 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`
40222025-12-03T15:18:21.547Z Compiling tabled_derive v0.11.0
40232025-12-03T15:18:21.572Z 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=9b125343d871ad26 -C extra-filename=-2454bd5d60fbf4ff --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-93ba87480d9474e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242025-12-03T15:18:21.601Z Compiling papergrid v0.17.0
40252025-12-03T15:18:21.626Z 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`
40262025-12-03T15:18:21.650Z Compiling testing_table v0.3.0
40272025-12-03T15:18:21.674Z 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`
40282025-12-03T15:18:21.933Z Compiling usdt-macro v0.6.0
40292025-12-03T15:18:21.957Z 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.6.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=d6c9a291cc880291 -C extra-filename=-05e708c816a6b62f --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-3a1bb4c15cea19f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0bfb0d3519b6a4a7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-12-03T15:18:22.057Z Compiling libscf-sys v1.1.0
40312025-12-03T15:18:22.081Z 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=0acbdf53c666b033 -C extra-filename=-b7de7f84423b2f5f --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-3ed99e3e6165bf20.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`
40322025-12-03T15:18:22.307Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40332025-12-03T15:18:22.332Z 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=ebbbd68c653cfab6 -C extra-filename=-6abb93ba2a6c1932 --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-b7de7f84423b2f5f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342025-12-03T15:18:23.027Z Compiling progenitor-macro v0.8.0
40352025-12-03T15:18:23.051Z 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=1bd94929b5772d2c -C extra-filename=-ae3cf234d7af83a4 --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-9dfc1b136327f2f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b3b894b153355e2f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d495900ebd84ad92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-12-03T15:18:23.076Z Compiling usdt-attr-macro v0.6.0
40372025-12-03T15:18:23.114Z 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.6.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=c158f6c30b1a261e -C extra-filename=-a9dea0e31d9ea6cd --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-3a1bb4c15cea19f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0bfb0d3519b6a4a7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-12-03T15:18:23.492Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40392025-12-03T15:18:23.516Z 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/59b8432/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=771f2c4d0320488f -C extra-filename=-696fb92a847df298 --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-7144a639a7938e22.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-12-03T15:18:24.130Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40412025-12-03T15:18:24.155Z 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/59b8432/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`
40422025-12-03T15:18:24.544Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc/build-script-build`
40432025-12-03T15:18:24.613Z Compiling tabled v0.20.0
40442025-12-03T15:18:24.680Z 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=47f99c23c6ee5945 -C extra-filename=-e2cfabc1fb36731a --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-2454bd5d60fbf4ff.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`
40452025-12-03T15:18:24.724Z Compiling unicase v2.8.1
40462025-12-03T15:18:24.724Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.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("nightly"))' -C metadata=1ab134680ebc0fb4 -C extra-filename=-38577a46ac9c26c9 --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`
40472025-12-03T15:18:24.862Z Compiling usdt v0.6.0
40482025-12-03T15:18:24.886Z 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.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="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=26d85693d4e17244 -C extra-filename=-7bfe23f196dbc99c --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-2b3ef8d33debc790.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-78f75aca8f03149a.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-a8d790446100d922.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-a9dea0e31d9ea6cd.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0bfb0d3519b6a4a7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-05e708c816a6b62f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492025-12-03T15:18:25.100Z Compiling crc8 v0.1.1
40502025-12-03T15:18:25.143Z 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`
40512025-12-03T15:18:25.177Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40522025-12-03T15:18:25.202Z 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`
40532025-12-03T15:18:25.335Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40542025-12-03T15:18:25.361Z 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/59b8432/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=505980e40db02159 -C extra-filename=-e0c8b94fa4f6b8e0 --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-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-696fb92a847df298.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552025-12-03T15:18:25.385Z Compiling diff v0.1.13
40562025-12-03T15:18:25.385Z 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`
40572025-12-03T15:18:25.521Z Compiling dsl_auto_type v0.1.2
40582025-12-03T15:18:25.548Z 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=b4f13ecee26f32de -C extra-filename=-3f3cb79317965c8b --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-ce6e58e5ff4469d9.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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592025-12-03T15:18:25.582Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528/build-script-build`
40602025-12-03T15:18:25.642Z 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=8bbc9e779b4a7a00 -C extra-filename=-7a332c93722bd3fe --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-18c66edcb07d8d9d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.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/`
40612025-12-03T15:18:25.922Z Compiling vergen-gitcl v1.0.8
40622025-12-03T15:18:25.946Z 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`
40632025-12-03T15:18:26.022Z Compiling kstat-rs v0.2.4
40642025-12-03T15:18:26.047Z 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=16b370c3e04783c5 -C extra-filename=-e73c4b233f84fa79 --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-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-12-03T15:18:26.310Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40662025-12-03T15:18:26.334Z 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/205d47d/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=755ac54479850f3e -C extra-filename=-3aa4e32a5648dcde --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-c5881e6e573fca19.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a8b7caeb821f48e6.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-a2009939b299f953.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-0dec0c095b2f7805.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-12-03T15:18:26.586Z Compiling diesel_table_macro_syntax v0.2.0
40682025-12-03T15:18:26.611Z 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=4360782a70de3135 -C extra-filename=-073d54e5dca3185f --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-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-12-03T15:18:26.773Z Compiling scheduled-thread-pool v0.2.7
40702025-12-03T15:18:26.797Z 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=5cfd69970beada94 -C extra-filename=-d88694b5a0d1b80e --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-fc6fce1ce7a910d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-12-03T15:18:26.988Z Compiling parking_lot_core v0.8.6
40722025-12-03T15:18:27.013Z 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`
40732025-12-03T15:18:27.323Z Compiling r2d2 v0.8.10
40742025-12-03T15:18:27.347Z 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=ebc2b7e14a9598f4 -C extra-filename=-38c8d443b7958f68 --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-fc6fce1ce7a910d9.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-d88694b5a0d1b80e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752025-12-03T15:18:27.494Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1/build-script-build`
40762025-12-03T15:18:27.555Z Compiling diesel_derives v2.2.3
40772025-12-03T15:18:27.579Z 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=9df432cffec20d26 -C extra-filename=-ea49d0597876f2ba --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-073d54e5dca3185f.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-3f3cb79317965c8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-12-03T15:18:27.712Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2/build-script-build`
40792025-12-03T15:18:27.773Z 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/59b8432/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=fc9a8b9814e4a649 -C extra-filename=-1e4fe316dd20c971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f1772abfa8991b4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2cfabc1fb36731a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-e0c8b94fa4f6b8e0.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-696fb92a847df298.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7bfe23f196dbc99c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
40802025-12-03T15:18:28.482Z 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=f0544c8ea3f786ad -C extra-filename=-da08d9b0182e2602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-85f6af1031046760.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-5f3ee99e60aff10b.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)'`
40812025-12-03T15:18:28.774Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
40822025-12-03T15:18:28.798Z 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/2b1ef9b/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=33b1ef3933656852 -C extra-filename=-16036248646e838b --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-eb9a4462fc4e9ae5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a8b7caeb821f48e6.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-3aa4e32a5648dcde.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-fc046af6dbf26d23.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0bdbcddafa3195e6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4f6d72926fc935b0.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9f317daf8a21520d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a371434f5a26d4be.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-893b8778d2b4f53d.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`
40832025-12-03T15:18:29.739Z 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=54fb73484a6f9785 -C extra-filename=-4c0ddd25db5de9d9 --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-18c66edcb07d8d9d.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b4078760b93def6e.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`
40842025-12-03T15:18:29.814Z Compiling nanorand v0.7.0
40852025-12-03T15:18:29.839Z 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=df9bf9147b14da18 -C extra-filename=-736f262c3d73f4b1 --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-3c560abcce835d65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-12-03T15:18:30.018Z Compiling dirs-sys-next v0.1.2
40872025-12-03T15:18:30.042Z 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`
40882025-12-03T15:18:30.288Z Compiling crunchy v0.2.2
40892025-12-03T15:18:30.312Z 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`
40902025-12-03T15:18:30.348Z Compiling dirs-next v2.0.0
40912025-12-03T15:18:30.409Z 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=7483f127ec4b8bb1 -C extra-filename=-a65e34b1c64a7bb2 --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-18c66edcb07d8d9d.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`
40922025-12-03T15:18:30.553Z Compiling flume v0.11.1
40932025-12-03T15:18:30.578Z 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=1cb084e3c10d995c -C extra-filename=-e5a4b75841b68ace --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-736f262c3d73f4b1.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`
40942025-12-03T15:18:30.602Z Compiling parking_lot v0.11.2
40952025-12-03T15:18:30.626Z 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=d2aad9373ba05337 -C extra-filename=-70414d6fa3c1228c --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-b4078760b93def6e.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-4c0ddd25db5de9d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962025-12-03T15:18:30.828Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427/build-script-build`
40972025-12-03T15:18:30.885Z Compiling prefix-trie v0.7.0
40982025-12-03T15:18:30.910Z 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=fce8362a3a78b29e -C extra-filename=-14bdefaea25534cd --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-8a1470f388d907f1.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`
40992025-12-03T15:18:31.170Z Compiling tiny-keccak v2.0.2
41002025-12-03T15:18:31.195Z 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`
41012025-12-03T15:18:31.366Z Compiling sled v0.34.7
41022025-12-03T15:18:31.392Z 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=010f0a2f14a0a16a -C extra-filename=-c3409a28faff2466 --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-98ab688b968433cd.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-70414d6fa3c1228c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032025-12-03T15:18:31.551Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282/build-script-build`
41042025-12-03T15:18:31.615Z Compiling hickory-server v0.25.2
41052025-12-03T15:18:31.640Z 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=2a4827f4af88f934 -C extra-filename=-6a5d8df952742ce2 --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-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-a01caf054e94e1ca.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-14bdefaea25534cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062025-12-03T15:18:31.676Z 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`
41072025-12-03T15:18:31.823Z Compiling term v0.7.0
41082025-12-03T15:18:31.848Z 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=c446f1d2cafd0347 -C extra-filename=-bcbce57af0074199 --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-a65e34b1c64a7bb2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-12-03T15:18:31.970Z Compiling hickory-client v0.25.2
41102025-12-03T15:18:31.995Z 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=de221d8c10a4e0ba -C extra-filename=-c8e4ec5280949d46 --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-18c66edcb07d8d9d.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-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.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-26f4c4d89864e522.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112025-12-03T15:18:32.601Z Compiling bit-vec v0.6.3
41122025-12-03T15:18:32.625Z 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`
41132025-12-03T15:18:32.969Z Compiling bit-set v0.5.3
41142025-12-03T15:18:32.994Z 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`
41152025-12-03T15:18:33.037Z Compiling ascii-canvas v3.0.0
41162025-12-03T15:18:33.062Z 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=d7283f538192a255 -C extra-filename=-24f16ae700e3a4cb --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-bcbce57af0074199.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-12-03T15:18:33.278Z 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`
41182025-12-03T15:18:33.522Z Compiling ena v0.14.3
41192025-12-03T15:18:33.547Z 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`
41202025-12-03T15:18:33.917Z Compiling bindgen v0.71.1
41212025-12-03T15:18:33.917Z 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`
41222025-12-03T15:18:33.962Z Compiling regex-syntax v0.6.29
41232025-12-03T15:18:33.986Z 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`
41242025-12-03T15:18:34.756Z Compiling primeorder v0.13.6
41252025-12-03T15:18:34.781Z 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=80ad2c00a7d27079 -C extra-filename=-768407557115b64f --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-36bb39770c46e860.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262025-12-03T15:18:34.905Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed/build-script-build`
41272025-12-03T15:18:34.968Z 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=c364b02a5c216873 -C extra-filename=-8b817ee4c94dba26 --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-7144a639a7938e22.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14c7795bddbba0a2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-5a56420bbc0f163c.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-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.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-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282025-12-03T15:18:35.256Z Compiling libxml v0.3.3
41292025-12-03T15:18:35.280Z 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`
41302025-12-03T15:18:35.521Z Compiling salty v0.3.0
41312025-12-03T15:18:35.554Z 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`
41322025-12-03T15:18:35.717Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5/build-script-build`
41332025-12-03T15:18:35.783Z Compiling strum_macros v0.24.3
41342025-12-03T15:18:35.808Z 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=c656e9af074baaf7 -C extra-filename=-9caa9d9e4cf5782e --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-df22f3562e0e7fa1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-12-03T15:18:35.997Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a/build-script-build`
41362025-12-03T15:18:36.059Z Compiling indoc v1.0.9
41372025-12-03T15:18:36.083Z 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`
41382025-12-03T15:18:36.460Z Compiling diesel v2.2.12
41392025-12-03T15:18:36.484Z 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=5816cadf07cbce0a -C extra-filename=-c7e699d500c0891e --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-7144a639a7938e22.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-ea49d0597876f2ba.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.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-38c8d443b7958f68.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
41402025-12-03T15:18:36.899Z Compiling lalrpop v0.19.12
41412025-12-03T15:18:36.925Z 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=f3cfbab7e3af1763 -C extra-filename=-090db3cd97502be1 --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-24f16ae700e3a4cb.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-318c5dcf81b24583.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-5c4f4b119e3b0a37.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-bcbce57af0074199.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`
41422025-12-03T15:18:38.408Z 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=4739d6c755380716 -C extra-filename=-5aa6da4ff0384a5f --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41432025-12-03T15:18:38.580Z 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`
41442025-12-03T15:18:39.281Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41452025-12-03T15:18:39.305Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80f6ed639e015051 -C extra-filename=-a8d4e56a5a7b99f5 --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-7fc074d484198c4c.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c63b822a14256477.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462025-12-03T15:18:39.431Z Compiling impl-trait-for-tuples v0.2.2
41472025-12-03T15:18:39.456Z 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=bdc3684c2bc05840 -C extra-filename=-d60f25992e6591ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482025-12-03T15:18:40.833Z Compiling oso-derive v0.27.3
41492025-12-03T15:18:40.857Z 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=c7abcb353adf8b9e -C extra-filename=-36f667099eff663c --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502025-12-03T15:18:41.829Z Compiling quick-xml v0.37.2
41512025-12-03T15:18:41.853Z 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=d1b9cf14a3b282d9 -C extra-filename=-e21f0e1f1e38c6a5 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522025-12-03T15:18:43.458Z Compiling p384 v0.13.1
41532025-12-03T15:18:43.482Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=1e8c8dc926136400 -C extra-filename=-e933bebb20de4d62 --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-f151760960416abf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-768407557115b64f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542025-12-03T15:18:43.938Z Compiling trait-variant v0.1.2
41552025-12-03T15:18:43.963Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-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=68592241b2b6202b -C extra-filename=-2a36ca482eaff538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-12-03T15:18:44.600Z Compiling fs-err v2.11.0
41572025-12-03T15:18:44.624Z 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`
41582025-12-03T15:18:44.736Z Compiling predicates-tree v1.0.12
41592025-12-03T15:18:44.761Z 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`
41602025-12-03T15:18:45.071Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37/build-script-build`
41612025-12-03T15:18:45.224Z Compiling diesel-dtrace v0.4.2
41622025-12-03T15:18:45.248Z 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`
41632025-12-03T15:18:45.273Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
41642025-12-03T15:18:45.273Z 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=4fd1cc1e65a0838f -C extra-filename=-210d1a689d096264 --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-eb9a4462fc4e9ae5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a8b7caeb821f48e6.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-3aa4e32a5648dcde.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-fc046af6dbf26d23.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0bdbcddafa3195e6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4f6d72926fc935b0.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9f317daf8a21520d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a371434f5a26d4be.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-893b8778d2b4f53d.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`
41652025-12-03T15:18:45.273Z 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)'`
41662025-12-03T15:18:45.412Z Compiling mime_guess v2.0.5
41672025-12-03T15:18:45.436Z 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=ca5ca1882b3a7ee2 -C extra-filename=-7d84b34b249557c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-7d84b34b249557c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-38577a46ac9c26c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-12-03T15:18:45.632Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628/build-script-build`
41692025-12-03T15:18:45.744Z Compiling bb8 v0.8.5
41702025-12-03T15:18:45.768Z 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=72cc42fcf3529bb6 -C extra-filename=-1dd9277e003d0d0c --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-68617f900d2f7ac8.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-fc6fce1ce7a910d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712025-12-03T15:18:45.884Z Compiling parse-size v1.1.0
41722025-12-03T15:18:45.908Z 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`
41732025-12-03T15:18:46.182Z Compiling http-range v0.1.5
41742025-12-03T15:18:46.207Z 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`
41752025-12-03T15:18:46.310Z Compiling assert_matches v1.5.0
41762025-12-03T15:18:46.334Z 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`
41772025-12-03T15:18:46.472Z Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
41782025-12-03T15:18:46.497Z 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/4b408ed/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="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=2873e48fd8cb39c2 -C extra-filename=-f68dfdf23361d767 --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-c5881e6e573fca19.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-005dc578924af1e4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a8d4e56a5a7b99f5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-5aa6da4ff0384a5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792025-12-03T15:18:46.497Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-7d84b34b249557c3/build-script-build`
41802025-12-03T15:18:46.560Z Compiling signal-hook-tokio v0.3.1
41812025-12-03T15:18:46.584Z 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=48a29cc1d1095eab -C extra-filename=-06be563e448dc9f9 --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-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-12-03T15:18:46.624Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
41832025-12-03T15:18:46.648Z 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/dea3bbf/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("unittest"))' -C metadata=610c0e5fc392e0ca -C extra-filename=-c5faf441f24767e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-c5faf441f24767e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-12-03T15:18:46.812Z Compiling atty v0.2.14
41852025-12-03T15:18:46.863Z 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`
41862025-12-03T15:18:47.009Z Compiling corncobs v0.1.4
41872025-12-03T15:18:47.034Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e92f4239d0e29f7f -C extra-filename=-589410edeb870a15 --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`
41882025-12-03T15:18:47.070Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-c5faf441f24767e8/build-script-build`
41892025-12-03T15:18:47.133Z 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=78c522c4cf1478d6 -C extra-filename=-8ffb41174532f1f7 --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-38577a46ac9c26c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-12-03T15:18:47.363Z Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
41912025-12-03T15:18:47.403Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4b408ed/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-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-oid"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "thiserror", "x509-cert"))' -C metadata=420ff183a07c08a8 -C extra-filename=-95dba981bd814893 --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 corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-589410edeb870a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-daf6ed13804d9959.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-12-03T15:18:47.435Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
41932025-12-03T15:18:47.491Z 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/4b408ed/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 --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock"))' -C metadata=a7aa6dd8311b4ce5 -C extra-filename=-ffd0b22cc1e2bc5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-f68dfdf23361d767.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-811d34bb77357072.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a332c93722bd3fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e933bebb20de4d62.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a8d4e56a5a7b99f5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41942025-12-03T15:18:47.994Z Compiling ignore v0.4.23
41952025-12-03T15:18:48.021Z 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`
41962025-12-03T15:18:48.213Z Compiling secrecy v0.8.0
41972025-12-03T15:18:48.239Z 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=f8fe6cb5ffb98828 -C extra-filename=-37ecbe26b226343f --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982025-12-03T15:18:48.336Z Compiling hyper-staticfile v0.10.1
41992025-12-03T15:18:48.361Z 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=6d739cea022208f7 -C extra-filename=-5ec022cf3079d9f0 --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-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-068dfac70d052fff.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8ffb41174532f1f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002025-12-03T15:18:48.525Z Compiling tungstenite v0.23.0
42012025-12-03T15:18:48.550Z 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=f086b9cddef8205b -C extra-filename=-58f761250cf84514 --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-8201e5d6381aa56b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-37782ce35013dd71.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.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`
42022025-12-03T15:18:49.410Z Compiling globwalk v0.9.1
42032025-12-03T15:18:49.434Z 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=bee077cc45e1123c -C extra-filename=-0c53567cafec8893 --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-7144a639a7938e22.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`
42042025-12-03T15:18:49.459Z Compiling void v1.0.2
42052025-12-03T15:18:49.459Z 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`
42062025-12-03T15:18:49.771Z Compiling tokio-tungstenite v0.23.1
42072025-12-03T15:18:49.795Z 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=e2b62c55069f7607 -C extra-filename=-1748f3ce22651805 --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-148fd712e6e6f9df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-58f761250cf84514.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082025-12-03T15:18:49.998Z Compiling camino-tempfile-ext v0.3.2
42092025-12-03T15:18:50.022Z 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=b57297ec325765e4 -C extra-filename=-d12cdbe1a4466a6b --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-fee512a840db61cb.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-0c53567cafec8893.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`
42102025-12-03T15:18:50.377Z Compiling lzss v0.8.2
42112025-12-03T15:18:50.402Z 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`
42122025-12-03T15:18:50.534Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42132025-12-03T15:18:50.559Z 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=67904f5bb17d795b -C extra-filename=-ebffe6c2ecc1defa --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-a371434f5a26d4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142025-12-03T15:18:50.642Z Compiling nix v0.27.1
42152025-12-03T15:18:50.667Z 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=a0b2500af0161d08 -C extra-filename=-206b18892b2a4295 --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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`
42162025-12-03T15:18:50.769Z Compiling serde_bytes v0.11.19
42172025-12-03T15:18:50.793Z 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`
42182025-12-03T15:18:50.819Z Compiling rand_seeder v0.4.0
42192025-12-03T15:18:50.843Z 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=06f8ab223042687d -C extra-filename=-82f833a299083e2a --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-7052f23c7af87dd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202025-12-03T15:18:50.904Z Compiling is_ci v1.2.0
42212025-12-03T15:18:50.928Z 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`
42222025-12-03T15:18:51.176Z Compiling yansi v1.0.1
42232025-12-03T15:18:51.220Z 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`
42242025-12-03T15:18:51.244Z Compiling typeid v1.0.3
42252025-12-03T15:18:51.244Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42262025-12-03T15:18:51.244Z 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`
42272025-12-03T15:18:51.244Z 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=6ae11138f1feb9c7 -C extra-filename=-7a9b37acb74f04fd --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-df22f3562e0e7fa1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.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`
42282025-12-03T15:18:51.795Z Compiling pretty_assertions v1.4.1
42292025-12-03T15:18:51.819Z 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`
42302025-12-03T15:18:51.843Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
42312025-12-03T15:18:51.895Z 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/ea2f39c/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=3e1dad9fe9b507d8 -C extra-filename=-ceb599b360105709 --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-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-67017f659cfba25f.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-5566937b8dea6f84.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.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-206b18892b2a4295.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-a24067305a22db88.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-daf6ed13804d9959.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-a0e838f92eb9fca1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-237aa164626a2d46.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-5c4f4b119e3b0a37.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ebffe6c2ecc1defa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-893b8778d2b4f53d.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`
42322025-12-03T15:18:52.188Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05/build-script-build`
42332025-12-03T15:18:52.287Z Compiling tabled_derive v0.10.0
42342025-12-03T15:18:52.311Z 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=1f0e32ed61bb4b97 -C extra-filename=-c7eb5d84362e3d33 --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-93ba87480d9474e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352025-12-03T15:18:52.340Z 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)'`
42362025-12-03T15:18:52.552Z Compiling papergrid v0.14.0
42372025-12-03T15:18:52.607Z 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`
42382025-12-03T15:18:52.719Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42392025-12-03T15:18:52.744Z 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=63098a4067639fb9 -C extra-filename=-3454e49c1285faf5 --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-7144a639a7938e22.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402025-12-03T15:18:54.644Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42412025-12-03T15:18:54.670Z 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`
42422025-12-03T15:18:54.715Z Compiling tabled v0.18.0
42432025-12-03T15:18:54.740Z 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=8e5014c794770a48 -C extra-filename=-3cd97089a658d560 --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-c7eb5d84362e3d33.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442025-12-03T15:18:55.056Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae/build-script-build`
42452025-12-03T15:18:55.155Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42462025-12-03T15:18:55.179Z 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=4617d32f25f4c410 -C extra-filename=-56a0cfe9570e39ae --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-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3454e49c1285faf5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472025-12-03T15:18:55.684Z Compiling erased-serde v0.4.6
42482025-12-03T15:18:55.708Z 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=988c45b07d9f1735 -C extra-filename=-b7895e15a03661b2 --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-a24067305a22db88.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`
42492025-12-03T15:18:56.685Z Compiling castaway v0.2.3
42502025-12-03T15:18:56.709Z 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`
42512025-12-03T15:18:56.896Z Compiling ordered-float v2.10.1
42522025-12-03T15:18:56.921Z 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`
42532025-12-03T15:18:57.433Z Compiling indoc v2.0.6
42542025-12-03T15:18:57.457Z 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`
42552025-12-03T15:18:58.232Z 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=5091fe9f06959405 -C extra-filename=-fc240d67729f3650 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db88a4915e1dbbc9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3cd97089a658d560.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-56a0cfe9570e39ae.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3454e49c1285faf5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42562025-12-03T15:18:58.303Z Compiling serde-value v0.7.0
42572025-12-03T15:18:58.327Z 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=88b30577b5bbb1a8 -C extra-filename=-2049db74fc5acca3 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582025-12-03T15:18:58.711Z Compiling compact_str v0.8.0
42592025-12-03T15:18:58.738Z 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=a3063e418e22acd1 -C extra-filename=-9fbcdcb90c4a0717 --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-18c66edcb07d8d9d.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`
42602025-12-03T15:18:59.038Z Compiling serde-untagged v0.1.7
42612025-12-03T15:18:59.062Z 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=492815e7c38f0714 -C extra-filename=-02c8eedb9a38c535 --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-b7895e15a03661b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
42622025-12-03T15:18:59.541Z Compiling unicode-truncate v1.1.0
42632025-12-03T15:18:59.565Z 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`
42642025-12-03T15:18:59.846Z Compiling instability v0.3.2
42652025-12-03T15:18:59.909Z 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=574ec05d2ac7de3a -C extra-filename=-d5470b18dda3f2ee --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662025-12-03T15:18:59.974Z Compiling lru v0.12.5
42672025-12-03T15:19:00.029Z 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`
42682025-12-03T15:19:00.101Z Compiling cassowary v0.3.0
42692025-12-03T15:19:00.126Z 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`
42702025-12-03T15:19:00.304Z Compiling cargo-util-schemas v0.8.2
42712025-12-03T15:19:00.328Z 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=6d31c4a839b5664f -C extra-filename=-976d0d6ed7f4aad5 --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-a24067305a22db88.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-02c8eedb9a38c535.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-2049db74fc5acca3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722025-12-03T15:19:00.512Z Compiling console v0.16.0
42732025-12-03T15:19:00.536Z 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`
42742025-12-03T15:19:00.864Z Compiling ratatui v0.29.0
42752025-12-03T15:19:00.889Z 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=27f7e93495dc1c24 -C extra-filename=-68b14903ffc84249 --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-7144a639a7938e22.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-81c54cd7a794bc62.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-9fbcdcb90c4a0717.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7348a605452121d.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-d5470b18dda3f2ee.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-cfebc5ded3343cd5.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`
42762025-12-03T15:19:01.072Z Compiling cargo-platform v0.2.0
42772025-12-03T15:19:01.096Z 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=d7d2c7dae2efe76f -C extra-filename=-adc15453e207014b --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782025-12-03T15:19:01.612Z Compiling unit-prefix v0.5.1
42792025-12-03T15:19:01.636Z 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`
42802025-12-03T15:19:01.661Z Compiling supports-color v3.0.2
42812025-12-03T15:19:01.661Z 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`
42822025-12-03T15:19:01.897Z Compiling indicatif v0.18.0
42832025-12-03T15:19:01.922Z 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`
42842025-12-03T15:19:01.997Z Compiling concurrent-queue v2.5.0
42852025-12-03T15:19:02.022Z 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`
42862025-12-03T15:19:02.387Z Compiling cargo_metadata v0.21.0
42872025-12-03T15:19:02.412Z 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=81be927cdacde49d -C extra-filename=-77ccbcb77ac9a7ea --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-adc15453e207014b.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-976d0d6ed7f4aad5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882025-12-03T15:19:02.824Z Compiling parking v2.2.1
42892025-12-03T15:19:02.848Z 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`
42902025-12-03T15:19:03.180Z Compiling libz-sys v1.1.20
42912025-12-03T15:19:03.233Z 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`
42922025-12-03T15:19:03.582Z Compiling event-listener v5.3.1
42932025-12-03T15:19:03.638Z 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`
42942025-12-03T15:19:03.947Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956/build-script-build`
42952025-12-03T15:19:04.085Z Compiling libgit2-sys v0.18.2+1.9.1
42962025-12-03T15:19:04.110Z 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`
42972025-12-03T15:19:04.147Z Compiling shell-words v1.1.0
42982025-12-03T15:19:04.203Z 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`
42992025-12-03T15:19:04.445Z 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`
43002025-12-03T15:19:04.701Z Compiling event-listener-strategy v0.5.2
43012025-12-03T15:19:04.726Z 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`
43022025-12-03T15:19:04.970Z Compiling hex-literal v0.4.1
43032025-12-03T15:19:04.995Z 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`
43042025-12-03T15:19:05.077Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c74b28834c0818fc/build-script-build`
43052025-12-03T15:19:05.185Z Compiling futures-lite v2.3.0
43062025-12-03T15:19:05.232Z 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`
43072025-12-03T15:19:05.313Z Compiling vergen-git2 v1.0.7
43082025-12-03T15:19:05.349Z 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`
43092025-12-03T15:19:05.710Z 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=0235cf56b2469757 -C extra-filename=-97398c3ffdd7ea05 --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-c7e699d500c0891e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
43102025-12-03T15:19:06.253Z Compiling async-bb8-diesel v0.2.1
43112025-12-03T15:19:06.318Z 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=86ee4292fdc155e1 -C extra-filename=-8d394a2baee0c1d3 --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-68617f900d2f7ac8.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-1dd9277e003d0d0c.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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`
43122025-12-03T15:19:06.449Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-1f58647eb24c7100/build-script-build`
43132025-12-03T15:19:06.520Z Compiling petname v2.0.2
43142025-12-03T15:19:06.546Z 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=2141943cca120670 -C extra-filename=-b9ae9c99cdcdbc9f --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-b9ae9c99cdcdbc9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152025-12-03T15:19:06.597Z Compiling rtoolbox v0.0.2
43162025-12-03T15:19:06.624Z 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`
43172025-12-03T15:19:07.004Z Compiling rustls v0.21.12
43182025-12-03T15:19:07.028Z 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`
43192025-12-03T15:19:07.064Z Compiling rpassword v7.4.0
43202025-12-03T15:19:07.088Z 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`
43212025-12-03T15:19:07.180Z Compiling async-lock v3.4.0
43222025-12-03T15:19:07.204Z 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`
43232025-12-03T15:19:07.400Z Compiling tui-tree-widget v0.23.1
43242025-12-03T15:19:07.424Z 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=43ae4e4c4b7a8686 -C extra-filename=-f318355c441a55c3 --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-68b14903ffc84249.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`
43252025-12-03T15:19:07.509Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f/build-script-build`
43262025-12-03T15:19:07.534Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10/build-script-build`
43272025-12-03T15:19:07.563Z 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=ba1acdcc4003201d -C extra-filename=-acd47977faa6bdd6 --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-6b19ee7f764b2908/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
43282025-12-03T15:19:07.610Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-b9ae9c99cdcdbc9f/build-script-build`
43292025-12-03T15:19:07.660Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0/build-script-build`
43302025-12-03T15:19:07.729Z Compiling sct v0.7.1
43312025-12-03T15:19:07.753Z 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=57bc5ee3d76def11 -C extra-filename=-7cfb71915235d5bd --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-d964a7c293705b26.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`
43322025-12-03T15:19:07.803Z Compiling rustls-webpki v0.101.7
43332025-12-03T15:19:07.827Z 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=f7ba0425982fbcd2 -C extra-filename=-592908043974c178 --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-d964a7c293705b26.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`
43342025-12-03T15:19:07.921Z Compiling polling v3.7.3
43352025-12-03T15:19:07.945Z 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=b10b31d8e82b9fdd -C extra-filename=-3cab85aa6fb0a9cf --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-18c66edcb07d8d9d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362025-12-03T15:19:08.086Z 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=4a4524b623c7c609 -C extra-filename=-e2ae977e741df11e --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-37782ce35013dd71.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372025-12-03T15:19:08.214Z Compiling polyval v0.6.2
43382025-12-03T15:19:08.238Z 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=7599d717d9471ecc -C extra-filename=-82ff9c0c1713a79d --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-18c66edcb07d8d9d.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-ab9908aa8c1d0e9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392025-12-03T15:19:08.579Z 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=5bb140645dcf4f1b -C extra-filename=-107f75cc66395c91 --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-d964a7c293705b26.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-592908043974c178.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-7cfb71915235d5bd.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`
43402025-12-03T15:19:08.647Z Compiling async-io v2.3.4
43412025-12-03T15:19:08.671Z 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=2f25701f82982ca6 -C extra-filename=-bc4559414fc6505d --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-18c66edcb07d8d9d.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-3cab85aa6fb0a9cf.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422025-12-03T15:19:09.262Z Compiling sapling-renderdag v0.1.0
43432025-12-03T15:19:09.286Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=a768338918a47dde -C extra-filename=-9f4278c5858d9829 --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-7144a639a7938e22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442025-12-03T15:19:09.867Z 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=a95a851f7551b2b6 -C extra-filename=-c321229325ddb53b --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-acd47977faa6bdd6.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-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
43452025-12-03T15:19:09.946Z Compiling target-lexicon v0.13.2
43462025-12-03T15:19:09.970Z 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`
43472025-12-03T15:19:10.006Z Compiling async-task v4.7.1
43482025-12-03T15:19:10.030Z 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`
43492025-12-03T15:19:10.496Z Compiling sync-ptr v0.1.4
43502025-12-03T15:19:10.521Z 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`
43512025-12-03T15:19:10.547Z Compiling ghash v0.5.1
43522025-12-03T15:19:10.547Z 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=123ece9c7a21b041 -C extra-filename=-f55e37d23c0080bb --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-82ff9c0c1713a79d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532025-12-03T15:19:10.789Z Compiling async-channel v2.3.1
43542025-12-03T15:19:10.837Z 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`
43552025-12-03T15:19:10.861Z Compiling rustls-pemfile v1.0.4
43562025-12-03T15:19:10.861Z 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`
43572025-12-03T15:19:11.027Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563/build-script-build`
43582025-12-03T15:19:11.134Z Compiling twox-hash v2.1.0
43592025-12-03T15:19:11.158Z 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=f2d1917448e26f9e -C extra-filename=-7aecca1d49116bc6 --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-37782ce35013dd71.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602025-12-03T15:19:11.202Z Compiling piper v0.2.4
43612025-12-03T15:19:11.226Z 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`
43622025-12-03T15:19:11.258Z Compiling ctr v0.9.2
43632025-12-03T15:19:11.282Z 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=a7a0e58a9390154a -C extra-filename=-5c11905dd0c11fad --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-1c98b61acb2293ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642025-12-03T15:19:11.604Z Compiling plotters-backend v0.3.7
43652025-12-03T15:19:11.635Z 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`
43662025-12-03T15:19:11.665Z Compiling guppy-workspace-hack v0.1.0
43672025-12-03T15:19:11.665Z 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`
43682025-12-03T15:19:11.884Z Compiling rustls-webpki v0.102.8
43692025-12-03T15:19:11.929Z 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=61994c2b30eddd35 -C extra-filename=-861d3b99816558c0 --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-c321229325ddb53b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43702025-12-03T15:19:12.041Z Compiling tokio-rustls v0.24.1
43712025-12-03T15:19:12.075Z 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=13c2e3d69dc97282 -C extra-filename=-ec758480fbfcfe1d --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-107f75cc66395c91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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`
43722025-12-03T15:19:12.123Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc/build-script-build`
43732025-12-03T15:19:12.186Z Compiling plotters-svg v0.3.7
43742025-12-03T15:19:12.216Z 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`
43752025-12-03T15:19:12.882Z Compiling aes-gcm v0.10.3
43762025-12-03T15:19:12.914Z 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=37e3e748b1a10bbe -C extra-filename=-96dab932dde9e344 --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-f4d51daa0b47554e.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-3820b9e764eee7fb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1c98b61acb2293ad.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5c11905dd0c11fad.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-f55e37d23c0080bb.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`
43772025-12-03T15:19:12.914Z Compiling blocking v1.6.1
43782025-12-03T15:19:12.914Z 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`
43792025-12-03T15:19:12.914Z 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"'`
43802025-12-03T15:19:12.914Z 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=7eaf2289307fd646 -C extra-filename=-244181db6da5ed78 --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-c321229325ddb53b.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-d964a7c293705b26.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-861d3b99816558c0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
43812025-12-03T15:19:13.123Z 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=41a98a1c548c9253 -C extra-filename=-a9e9077fc3d8c3e8 --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-d964a7c293705b26.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-861d3b99816558c0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts`
43822025-12-03T15:19:13.331Z Compiling async-executor v1.13.1
43832025-12-03T15:19:13.358Z 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`
43842025-12-03T15:19:13.529Z Compiling async-signal v0.2.10
43852025-12-03T15:19:13.567Z 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=59b12b73f23d76ed -C extra-filename=-7b982ce9b143765a --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-bc4559414fc6505d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-6751e857fb1c1f4f.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`
43862025-12-03T15:19:13.976Z Compiling fatfs v0.3.6
43872025-12-03T15:19:14.001Z 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=493152a0ac77ec0f -C extra-filename=-a59f1acd4c3b4c73 --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-1a84e413bcb1c25d.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`
43882025-12-03T15:19:14.027Z Compiling ssh-encoding v0.2.0
43892025-12-03T15:19:14.051Z 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=f2730ff4848fd2cb -C extra-filename=-6bef08f3a9a79122 --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-ed9a8fff12952cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902025-12-03T15:19:14.547Z Compiling blowfish v0.9.1
43912025-12-03T15:19:14.572Z 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=7ddda542f83fb711 -C extra-filename=-7ee41066dee959c2 --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-1c98b61acb2293ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922025-12-03T15:19:14.832Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43932025-12-03T15:19:14.857Z 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/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-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=35eb6fc139eb9f80 -C extra-filename=-25f58d2fee572829 --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-7144a639a7938e22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942025-12-03T15:19:15.079Z Compiling event-listener v2.5.3
43952025-12-03T15:19:15.103Z 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`
43962025-12-03T15:19:15.519Z Compiling arrayref v0.3.9
43972025-12-03T15:19:15.563Z 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`
43982025-12-03T15:19:15.587Z Compiling cast v0.3.0
43992025-12-03T15:19:15.587Z 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`
44002025-12-03T15:19:15.689Z Compiling constant_time_eq v0.3.1
44012025-12-03T15:19:15.713Z 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`
44022025-12-03T15:19:15.934Z Compiling arrayvec v0.7.6
44032025-12-03T15:19:15.959Z 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`
44042025-12-03T15:19:16.004Z Compiling futures-timer v3.0.3
44052025-12-03T15:19:16.029Z 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`
44062025-12-03T15:19:16.374Z Compiling target-spec v3.5.0
44072025-12-03T15:19:16.398Z 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`
44082025-12-03T15:19:16.718Z Compiling criterion-plot v0.6.0
44092025-12-03T15:19:16.742Z 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`
44102025-12-03T15:19:16.940Z Compiling tokio-rustls v0.25.0
44112025-12-03T15:19:16.964Z 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=a6862af38a70fc8d -C extra-filename=-f1fe9275644b1910 --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-a9e9077fc3d8c3e8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts`
44122025-12-03T15:19:17.360Z 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=abe6155b115fcfe8 -C extra-filename=-741d3e13de73a612 --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-75dced5ed4388034.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-e60e29f60c54d2ee.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-fe64aa6f2de5c695.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f505fbb39f3aa0eb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.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-a9e9077fc3d8c3e8.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2be91b2bfa044fec.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-34c7c392cb4e0da3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f1fe9275644b1910.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8e0e67689504a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts`
44132025-12-03T15:19:17.642Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8/build-script-build`
44142025-12-03T15:19:17.700Z Compiling async-channel v1.9.0
44152025-12-03T15:19:17.724Z 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`
44162025-12-03T15:19:18.042Z Compiling bcrypt-pbkdf v0.10.0
44172025-12-03T15:19:18.066Z 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=8a3a9423023273c4 -C extra-filename=-7d0e0dc583be5f7a --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-7ee41066dee959c2.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-5d91f823ab0c6b25.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182025-12-03T15:19:18.604Z Compiling tokio-rustls v0.26.0
44192025-12-03T15:19:18.631Z 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=85de3fd9ff4c6260 -C extra-filename=-ae2ec987a3d2431f --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-244181db6da5ed78.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
44202025-12-03T15:19:19.064Z Compiling hyper-rustls v0.27.7
44212025-12-03T15:19:19.088Z 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=c425dc70eddf4c99 -C extra-filename=-7c92725e033f1e29 --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-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-244181db6da5ed78.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-e5fcff599a608802.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ae2ec987a3d2431f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
44222025-12-03T15:19:19.423Z 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/dea3bbf/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("unittest"))' -C metadata=3ef2a32a87c5e6cf -C extra-filename=-9aac100901f59ab1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-f68dfdf23361d767.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-95dba981bd814893.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-ffd0b22cc1e2bc5f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-811d34bb77357072.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a332c93722bd3fe.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-244181db6da5ed78.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-37ecbe26b226343f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ae2ec987a3d2431f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/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/`
44232025-12-03T15:19:19.733Z Compiling reqwest v0.12.24
44242025-12-03T15:19:19.757Z 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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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=105c732279efcc4e -C extra-filename=-500aaed66841061d --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-8201e5d6381aa56b.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-2a0e052b133e23dc.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a5915ea7f1d25035.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-148fd712e6e6f9df.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c6065fcb812b2db6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-def9a5c19853fd9a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.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-a4941cced56646b0.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-244181db6da5ed78.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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-bf5271d3cd9bc83f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d700d00b5e2f3e3a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ae2ec987a3d2431f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-bc82b9b572900bed.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-ddcbf32f3d7281ee.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44252025-12-03T15:19:20.343Z Compiling ssh-cipher v0.2.0
44262025-12-03T15:19:20.367Z 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=a707c6c24e3ab53e -C extra-filename=-cb190c52418a23a4 --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-3820b9e764eee7fb.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-96dab932dde9e344.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-1ef0d75a3f5c1178.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c18a2f84da4d3bec.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1c98b61acb2293ad.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5c11905dd0c11fad.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8622502e68d007ad.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-6bef08f3a9a79122.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`
44272025-12-03T15:19:21.318Z Compiling async-process v2.3.0
44282025-12-03T15:19:21.343Z 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=fe6858617836f24f -C extra-filename=-f1accd7363285d14 --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-bc4559414fc6505d.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-7b982ce9b143765a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-6751e857fb1c1f4f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44292025-12-03T15:19:21.548Z Compiling async-global-executor v2.4.1
44302025-12-03T15:19:21.572Z 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=e2a3d2ee9360cf88 -C extra-filename=-a87e9f58c7807e34 --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-bc4559414fc6505d.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`
44312025-12-03T15:19:22.388Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
44322025-12-03T15:19:22.412Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f45a7cf3fff6c33a -C extra-filename=-1330d09e1bacee64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-2a36ca482eaff538.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-38577a46ac9c26c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts`
44332025-12-03T15:19:22.894Z Compiling cfg-expr v0.20.1
44342025-12-03T15:19:22.918Z 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`
44352025-12-03T15:19:23.716Z Compiling progenitor-client v0.10.0
44362025-12-03T15:19:23.741Z 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=d513fe8f9364e367 -C extra-filename=-57f585977250107f --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-8201e5d6381aa56b.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-500aaed66841061d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44372025-12-03T15:19:23.829Z Compiling progenitor-client v0.11.2
44382025-12-03T15:19:23.853Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1ab5eeca3c4a2aa -C extra-filename=-f918536a37821ce4 --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-8201e5d6381aa56b.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-500aaed66841061d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44392025-12-03T15:19:24.275Z Compiling progenitor v0.10.0
44402025-12-03T15:19:24.299Z 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=c2f06bb4a42d0aa3 -C extra-filename=-d3bfaaad1ea1a3d9 --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-57f585977250107f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5bb0010cdf4e4382.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-9131effe378268d6.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44412025-12-03T15:19:24.407Z Compiling progenitor v0.11.2
44422025-12-03T15:19:24.432Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5a462aebf92fa452 -C extra-filename=-cb62c7a6450995ff --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-f918536a37821ce4.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a04fa5bfb72dae75.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-b349946881f67063.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44432025-12-03T15:19:24.548Z Compiling tough v0.20.0
44442025-12-03T15:19:24.573Z 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=e8f4ef870dbf26b4 -C extra-filename=-a317a729df356bef --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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c321229325ddb53b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-369f7be1a7213fcd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-15ce63549fce6e96.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-500aaed66841061d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-244181db6da5ed78.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-1764af88ef0657c3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b36bd71f2ccc592c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.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-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44452025-12-03T15:19:24.735Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44462025-12-03T15:19:24.759Z 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=2e0071c7ae5cb784 -C extra-filename=-3596b9895538d4ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cb62c7a6450995ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44472025-12-03T15:19:25.359Z Compiling progenitor-client v0.8.0
44482025-12-03T15:19:25.384Z 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=bb3738ad19c9e405 -C extra-filename=-d0533b35d1adc94f --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-8201e5d6381aa56b.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-500aaed66841061d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44492025-12-03T15:19:25.797Z Compiling progenitor v0.8.0
44502025-12-03T15:19:25.822Z 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=712f5953262b06a5 -C extra-filename=-8c2dc47ea15d1900 --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-d0533b35d1adc94f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b3b894b153355e2f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ae3cf234d7af83a4.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44512025-12-03T15:19:25.856Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
44522025-12-03T15:19:25.880Z 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/3f1752e/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=2d4194f3d57486e5 -C extra-filename=-f62da07ad6a2be91 --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-68617f900d2f7ac8.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-865f54fa2c0fe9e6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b6285d4761d73406.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44532025-12-03T15:19:26.081Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
44542025-12-03T15:19:26.130Z 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=c0eb3c2db4bf6654 -C extra-filename=-9cd221e2d5e97c23 --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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8c2dc47ea15d1900.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b6285d4761d73406.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44552025-12-03T15:19:28.895Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
44562025-12-03T15:19:29.067Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=1e42be2b304d958b -C extra-filename=-a7dbd077e410e402 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a7dbd077e410e402 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-0b98834925c2ed41.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c321229325ddb53b.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-7144a639a7938e22.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1c98b61acb2293ad.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-5a56420bbc0f163c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.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-b7348a605452121d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-109b3197536728af.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bd03c623855f9bc7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c5881e6e573fca19.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e85e1538af9f095c.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-2b3ef8d33debc790.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f151760960416abf.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-811d34bb77357072.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-a638e8f50223b3db.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.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-13dfdf50eff4e1a8.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-148fd712e6e6f9df.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5566937b8dea6f84.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3c560abcce835d65.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-005dc578924af1e4.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d1f7a00c82e34d5c.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-df22f3562e0e7fa1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.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 miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db88a4915e1dbbc9.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-fc23a42e32b9b5ef.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-9dfc1b136327f2f4.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-318c5dcf81b24583.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.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-18211eed21d52934.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1798da8d766965ac.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-bf28eb185d8343a5.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-500aaed66841061d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-244181db6da5ed78.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-861d3b99816558c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.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-a24067305a22db88.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-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.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-5c4f4b119e3b0a37.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ae2ec987a3d2431f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fda86eafb0b82df6.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-909b1b2561f54795.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0bfb0d3519b6a4a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-85f6af1031046760.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-5f3ee99e60aff10b.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-327c2e635aa63ff2.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-893b8778d2b4f53d.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/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`
44572025-12-03T15:19:29.284Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a7dbd077e410e402/build-script-build`
44582025-12-03T15:19:29.347Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 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=1c11281667bd60af -C extra-filename=-a0f258174e9d161c --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-0b98834925c2ed41.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c321229325ddb53b.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-7144a639a7938e22.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1c98b61acb2293ad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.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-b7348a605452121d.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-109b3197536728af.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bd03c623855f9bc7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c5881e6e573fca19.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e85e1538af9f095c.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-2b3ef8d33debc790.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f151760960416abf.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-811d34bb77357072.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-a638e8f50223b3db.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.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-13dfdf50eff4e1a8.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-148fd712e6e6f9df.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5566937b8dea6f84.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3c560abcce835d65.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-005dc578924af1e4.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d1f7a00c82e34d5c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-df22f3562e0e7fa1.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.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 miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db88a4915e1dbbc9.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-fc23a42e32b9b5ef.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-9dfc1b136327f2f4.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-318c5dcf81b24583.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.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-18211eed21d52934.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1798da8d766965ac.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-bf28eb185d8343a5.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-500aaed66841061d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-244181db6da5ed78.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-861d3b99816558c0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.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-a24067305a22db88.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-4ea726dac10ed76f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.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-5c4f4b119e3b0a37.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ae2ec987a3d2431f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fda86eafb0b82df6.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-909b1b2561f54795.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0bfb0d3519b6a4a7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-327c2e635aa63ff2.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-893b8778d2b4f53d.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/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`
44592025-12-03T15:19:29.520Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
44602025-12-03T15:19:29.551Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 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=0afc6d15c5610827 -C extra-filename=-75c2c0215210cfdd --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-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
44612025-12-03T15:19:30.329Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
44622025-12-03T15:19:30.372Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 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=d8173918f4074a28 -C extra-filename=-08acfc7b9bb73896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.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-654970438fb6261c.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-6b19ee7f764b2908/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-12-03T15:19:30.396Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
44642025-12-03T15:19:30.439Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 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=8a8953a9fffe99ac -C extra-filename=-2990df7f14098b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-75c2c0215210cfdd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-67017f659cfba25f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-81039c409e99976f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44652025-12-03T15:19:31.195Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 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=5b777ea0b7e43b5f -C extra-filename=-1369be0073df0081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-75c2c0215210cfdd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-67017f659cfba25f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-81039c409e99976f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44662025-12-03T15:19:31.490Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44672025-12-03T15:19:31.514Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 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=05b43fe7ef5acf36 -C extra-filename=-e08d6b9c4a8a2315 --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-1753b43ad410e441.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/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-12-03T15:19:31.625Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44692025-12-03T15:19:31.650Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 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=1c600dc932df51f0 -C extra-filename=-9dd3b0580ccbddc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-451989699ea86308.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-dfa8058be527f58a.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-a0f258174e9d161c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-e5fcff599a608802.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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-12-03T15:19:31.980Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44712025-12-03T15:19:32.006Z 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=e942e80ce8324b72 -C extra-filename=-8f52544a1e23af3c --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-741d3e13de73a612.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44722025-12-03T15:19:32.739Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44732025-12-03T15:19:32.763Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 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=b234954676f4cd21 -C extra-filename=-851361310fb40028 --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-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
44742025-12-03T15:19:32.991Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
44752025-12-03T15:19:33.015Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 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=de72e85f7777fb0d -C extra-filename=-44a2ac1fb8ea53df --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-a0f258174e9d161c.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-6b19ee7f764b2908/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`
44762025-12-03T15:19:33.322Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44772025-12-03T15:19:33.373Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=27304740b2b957c2 -C extra-filename=-dfacd8373445e510 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-dfacd8373445e510 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
44782025-12-03T15:19:33.688Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-dfacd8373445e510/build-script-build`
44792025-12-03T15:19:33.750Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
44802025-12-03T15:19:33.778Z 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=7ceacfcdf7a797ef -C extra-filename=-3872e191c2994431 --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-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-4b6acc06d310eeac.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9cd221e2d5e97c23.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cd50a988267586db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-32b4999f2edf0223.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b6285d4761d73406.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-39789014ef0e52a1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-344a8d7004afc2bc.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-6b19ee7f764b2908/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`
44812025-12-03T15:19:33.865Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44822025-12-03T15:19:33.889Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 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=8fecb7c94cd0738d -C extra-filename=-913c93d9de8e22b3 --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-a0f258174e9d161c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
44832025-12-03T15:19:34.142Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44842025-12-03T15:19:34.167Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 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=9345b354b419564e -C extra-filename=-d57ebca264ec9765 --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-1a84e413bcb1c25d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/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`
44852025-12-03T15:19:34.653Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44862025-12-03T15:19:34.677Z 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/f41bd73/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=27ca25d680b6acbf -C extra-filename=-04f056804f98b5ff --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-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
44872025-12-03T15:19:35.738Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44882025-12-03T15:19:35.761Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 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=056e073d727625dc -C extra-filename=-11f37c0a4f94fbfc --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-1a84e413bcb1c25d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/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`
44892025-12-03T15:19:35.785Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44902025-12-03T15:19:35.785Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 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=f2a8220d7f884e20 -C extra-filename=-9b12d7ab3f5146ab --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-a0f258174e9d161c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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-12-03T15:19:36.078Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44922025-12-03T15:19:36.102Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=65c9b1564c517bc4 -C extra-filename=-a9d26bc9ec0ac4df --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-a9d26bc9ec0ac4df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
44932025-12-03T15:19:36.455Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-a9d26bc9ec0ac4df/build-script-build`
44942025-12-03T15:19:36.512Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44952025-12-03T15:19:36.536Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=cf2a6e88ddf541eb -C extra-filename=-15e9fac94633f4e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-15e9fac94633f4e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-da08d9b0182e2602.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-6b19ee7f764b2908/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`
44962025-12-03T15:19:36.591Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 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=253bf323beed5de7 -C extra-filename=-a8b964d7fa0d9406 --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-c7e699d500c0891e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-6b19ee7f764b2908/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`
44972025-12-03T15:19:37.586Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-15e9fac94633f4e1/build-script-build`
44982025-12-03T15:19:37.748Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44992025-12-03T15:19:37.772Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 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=54f6949edaa09b32 -C extra-filename=-ffe5b7ca65ac73e9 --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-9b12d7ab3f5146ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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-12-03T15:19:38.381Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45012025-12-03T15:19:38.405Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=6ab861af8b7decf6 -C extra-filename=-79a6e65dcf5bd42b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-79a6e65dcf5bd42b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
45022025-12-03T15:19:38.763Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
45032025-12-03T15:19:38.787Z 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=47dacafedb44ef3f -C extra-filename=-4fc8897f149d31d0 --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-41b14d1241f1a686.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cb62c7a6450995ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
45042025-12-03T15:19:40.261Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-79a6e65dcf5bd42b/build-script-build`
45052025-12-03T15:19:40.326Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45062025-12-03T15:19:40.350Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=db2f80faa7b0bfda -C extra-filename=-e5cc0784bf2f0f47 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-e5cc0784bf2f0f47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
45072025-12-03T15:19:40.590Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45082025-12-03T15:19:40.614Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 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=45f5b5e3691e4e3f -C extra-filename=-5929b04987d9d728 --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-9b12d7ab3f5146ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
45092025-12-03T15:19:40.794Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-e5cc0784bf2f0f47/build-script-build`
45102025-12-03T15:19:40.855Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45112025-12-03T15:19:40.879Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 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=d2d4f59a430be599 -C extra-filename=-6a591b4ce86f451e --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-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/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-12-03T15:19:41.672Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 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=04e2a02f8c8676b1 -C extra-filename=-d56ed81a22a56eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1c87a35ba2d391e8.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-fee512a840db61cb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-2165e961d8063e6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.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-cc492f7a47168c71.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f1772abfa8991b4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-56bb60c574c9b999.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08acfc7b9bb73896.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-3a98fbb8c97c7966.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
45132025-12-03T15:19:42.191Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45142025-12-03T15:19:42.215Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 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=2422ad4e6fddbcf0 -C extra-filename=-2d715d026518a82d --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-bbc490ebba361735.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45152025-12-03T15:19:46.415Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45162025-12-03T15:19:46.440Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 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=73bdc4050d0efb44 -C extra-filename=-44595797a419eb10 --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-d56ed81a22a56eed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45172025-12-03T15:19:46.509Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45182025-12-03T15:19:46.533Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 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=76bb1b09c2e2e864 -C extra-filename=-35ce8c86a5c00b12 --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-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:19:47.046Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
45202025-12-03T15:19:47.070Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 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=b4ba8449347042f3 -C extra-filename=-405948c290c59f6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:19:47.513Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
45222025-12-03T15:19:47.540Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2024 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=080d1baf34b8840e -C extra-filename=-4c6f495b7721d55d --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-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-2990df7f14098b81.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45232025-12-03T15:19:48.324Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
45242025-12-03T15:19:48.348Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 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=30d50fcbc932d69f -C extra-filename=-84def6fff96fe045 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:19:49.551Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 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=27ed5f109c674806 -C extra-filename=-583815dd2346d667 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-1369be0073df0081.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45262025-12-03T15:19:50.886Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
45272025-12-03T15:19:50.910Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 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=f20aa0f4706a8e99 -C extra-filename=-dcc3082a8d306d5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45282025-12-03T15:19:51.878Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45292025-12-03T15:19:51.906Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 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=e838e0ae42ea66f1 -C extra-filename=-ca8edffaccf7a47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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`
45302025-12-03T15:19:52.460Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45312025-12-03T15:19:52.485Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 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=93403d0455b9c2ae -C extra-filename=-40a5cf16bbd2154e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-a0f258174e9d161c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
45322025-12-03T15:19:53.549Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 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=2e900f8a2aae7a52 -C extra-filename=-c11a6546308c21dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-583815dd2346d667.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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`
45332025-12-03T15:19:53.808Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45342025-12-03T15:19:53.832Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 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=f23598d8b69b3716 -C extra-filename=-50f3c0f3bd755c6d --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-1a84e413bcb1c25d.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:19:53.959Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 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=db97879074a2dcbb -C extra-filename=-c554d59c4392499b --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-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3180998569ef89ca.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
45362025-12-03T15:19:54.738Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45372025-12-03T15:19:54.763Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 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=8596433b698a9133 -C extra-filename=-4f38a339a0ee545e --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-180862833fbacf5f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45382025-12-03T15:19:54.804Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45392025-12-03T15:19:54.828Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 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=fff41fccc5de7f77 -C extra-filename=-38328ca0a7671ad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fe16fe787fec4ce6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-778c1837a7e45294.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9cdb505b4fb0eedb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45402025-12-03T15:19:55.165Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45412025-12-03T15:19:55.189Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 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=f275f44fa8dfc9c3 -C extra-filename=-a7daad3144885e80 --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-68617f900d2f7ac8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45422025-12-03T15:19:55.769Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45432025-12-03T15:19:55.793Z 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/f41bd73/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=24e4a0016d38624c -C extra-filename=-11de98e258d76375 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-1369be0073df0081.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45442025-12-03T15:19:55.913Z 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/f41bd73/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=bb8964bb9f522332 -C extra-filename=-674af9545cc1f78c --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45452025-12-03T15:19:56.368Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45462025-12-03T15:19:56.396Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 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=0055735f431ecdf1 -C extra-filename=-f0b9e0990e09a7cf --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-a0f258174e9d161c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c11a6546308c21dc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-583815dd2346d667.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
45472025-12-03T15:19:57.494Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45482025-12-03T15:19:57.552Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 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=765ccb82ef0259db -C extra-filename=-f7e74ee99bf97740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45492025-12-03T15:19:57.982Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45502025-12-03T15:19:58.007Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 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=186c9bd9ce41ec4e -C extra-filename=-809b25fb18f08059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-23968c9d21d47ce1.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45512025-12-03T15:19:59.384Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45522025-12-03T15:19:59.408Z 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/f41bd73/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=e2cbeb3aebc83e86 -C extra-filename=-d216e8bbbb3580f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11de98e258d76375.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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-12-03T15:20:01.051Z 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/f41bd73/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=b20186d14451ed04 -C extra-filename=-127887fbdc83367f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-674af9545cc1f78c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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`
45542025-12-03T15:20:01.123Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45552025-12-03T15:20:01.123Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 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=7483a31084f7b198 -C extra-filename=-b771a038641d34ca --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-1a84e413bcb1c25d.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45562025-12-03T15:20:02.082Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45572025-12-03T15:20:02.105Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 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=e5939a6e0749e40e -C extra-filename=-f6137fc1ad4cf60b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
45582025-12-03T15:20:02.199Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45592025-12-03T15:20:02.224Z 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/f41bd73/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=1f13d1d306adafd0 -C extra-filename=-62cd396ac5cba1f6 --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-a0f258174e9d161c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-d216e8bbbb3580f4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11de98e258d76375.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
45602025-12-03T15:20:03.500Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45612025-12-03T15:20:03.526Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 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=8c77c556100f3216 -C extra-filename=-b74648254b56b5dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45622025-12-03T15:20:03.848Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45632025-12-03T15:20:03.873Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 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=478f2f84c418f453 -C extra-filename=-d1952cb1f36b7c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ca8edffaccf7a47d.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-f0b9e0990e09a7cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
45642025-12-03T15:20:03.907Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45652025-12-03T15:20:03.956Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 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=b30d64d8543c43ab -C extra-filename=-52397badcc2aa8a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45662025-12-03T15:20:04.356Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 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=fdd4aeae26b2ee93 -C extra-filename=-b35562d6778c793d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.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-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-2a2f711cb9a5e0ed.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-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5a0ae7366ef53006.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45672025-12-03T15:20:05.775Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45682025-12-03T15:20:05.799Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 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=26354bb39f6f6e1c -C extra-filename=-6ed38d45eff3127d --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-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:20:06.480Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45702025-12-03T15:20:06.504Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 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=81a5231d8f74e36f -C extra-filename=-307bd184e64bea6b --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-18c66edcb07d8d9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e73c4b233f84fa79.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-a0f258174e9d161c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45712025-12-03T15:20:09.925Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45722025-12-03T15:20:09.960Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-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=b6f353e7a6d0ae4a -C extra-filename=-0052e73defa94611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45732025-12-03T15:20:10.110Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45742025-12-03T15:20:10.134Z 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/f41bd73/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=0af7d4b2b9809732 -C extra-filename=-3bb1738c8cbde190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-04f056804f98b5ff.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-127887fbdc83367f.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-62cd396ac5cba1f6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-674af9545cc1f78c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
45752025-12-03T15:20:10.551Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45762025-12-03T15:20:10.576Z 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/cc8e02a/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=e781e75f13af237e -C extra-filename=-f4a96ca61e276866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bb1738c8cbde190.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6abb93ba2a6c1932.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
45772025-12-03T15:20:11.123Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
45782025-12-03T15:20:11.123Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 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=b3373e47edd53109 -C extra-filename=-ed7ab5cdc70192e3 --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:20:11.198Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45802025-12-03T15:20:11.222Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 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=ddba822152c02f42 -C extra-filename=-c248f69f1a031dcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.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-a0f258174e9d161c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08acfc7b9bb73896.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45812025-12-03T15:20:11.619Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45822025-12-03T15:20:11.643Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 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=39fcddc4742805ed -C extra-filename=-511694222ed990d3 --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-111c96d283a419e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:20:12.320Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45842025-12-03T15:20:12.366Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 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=065a2f355ebf1ab4 -C extra-filename=-d02cce4077530b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-75c2c0215210cfdd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-dcc3082a8d306d5d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.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-4c6f495b7721d55d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-9dd3b0580ccbddc7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45852025-12-03T15:20:12.391Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45862025-12-03T15:20:12.416Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 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=5be99bf9b3583198 -C extra-filename=-b9bffefaf76846e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:20:13.036Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45882025-12-03T15:20:13.061Z 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/cc8e02a/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=be0198ac838d2821 -C extra-filename=-8935c3dd2f789817 --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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-f4a96ca61e276866.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cb62c7a6450995ff.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1e4fe316dd20c971.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
45892025-12-03T15:20:14.002Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45902025-12-03T15:20:14.027Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 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=da4f5a0f35d432a2 -C extra-filename=-2062441f26d1491d --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45912025-12-03T15:20:15.836Z Compiling samael v0.0.19
45922025-12-03T15:20:15.860Z 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=f5a97468f0f4ba90 -C extra-filename=-b89d41089ed2c274 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-b89d41089ed2c274 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-8b817ee4c94dba26.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`
45932025-12-03T15:20:16.971Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45942025-12-03T15:20:16.995Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 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=a0ab2e0d7d537120 -C extra-filename=-28c6e42e8fdeaefc --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-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45952025-12-03T15:20:17.869Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-b89d41089ed2c274/build-script-bindings`
45962025-12-03T15:20:18.138Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45972025-12-03T15:20:18.162Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 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=e41d0c136e80ce41 -C extra-filename=-28af937b466707fd --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-4fc8897f149d31d0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
45982025-12-03T15:20:18.988Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45992025-12-03T15:20:19.034Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 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=c960442d617dbcdd -C extra-filename=-b21e71a206bff32c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46002025-12-03T15:20:19.407Z 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=2d680627ceb939ce -C extra-filename=-4af82a4d2a3a4412 --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-1a84e413bcb1c25d.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-09755bbc107d887e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.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-0c64ea9eeb17cd3d.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-e21f0e1f1e38c6a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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)'`
46012025-12-03T15:20:19.999Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46022025-12-03T15:20:20.023Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=7513e8be38eda9b0 -C extra-filename=-1a2cd7331e990728 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-1a2cd7331e990728 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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-12-03T15:20:20.407Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46042025-12-03T15:20:20.431Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 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=dbbc475021203f02 -C extra-filename=-afd4d5b56655d0b7 --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-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:20:21.123Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-1a2cd7331e990728/build-script-build`
46062025-12-03T15:20:21.178Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46072025-12-03T15:20:21.202Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=7661e7d346ada4cf -C extra-filename=-29ba908337b20667 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-29ba908337b20667 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
46082025-12-03T15:20:21.548Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
46092025-12-03T15:20:21.572Z 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=dbbe94fe6cda3553 -C extra-filename=-bcdec4d7675b1ecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c321229325ddb53b.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d5a3d8b60e74e616.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-210d1a689d096264.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-37782ce35013dd71.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2be91b2bfa044fec.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/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`
46102025-12-03T15:20:21.614Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-29ba908337b20667/build-script-build`
46112025-12-03T15:20:21.678Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
46122025-12-03T15:20:21.702Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=1e87f95329d5135a -C extra-filename=-ad3251e282e93d3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
46132025-12-03T15:20:22.036Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46142025-12-03T15:20:22.061Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 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=47133a188f0f1e1c -C extra-filename=-31ce3fb251908690 --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-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46152025-12-03T15:20:23.083Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46162025-12-03T15:20:23.120Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 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=835adfc1e0341fd0 -C extra-filename=-3360f2b0fbb5421c --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-7fc074d484198c4c.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a332c93722bd3fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/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`
46172025-12-03T15:20:23.628Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46182025-12-03T15:20:23.654Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 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=90ba0458b9a80800 -C extra-filename=-00a31d3f009221ab --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-8201e5d6381aa56b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:20:23.819Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
46202025-12-03T15:20:23.846Z 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/3f1752e/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=fac38e32fad8329d -C extra-filename=-ad4593af69b4b27d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-f4fe5221cabc900c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b6285d4761d73406.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
46212025-12-03T15:20:24.230Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
46222025-12-03T15:20:24.254Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2024 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=c3e8ae9e903d0061 -C extra-filename=-e13f79963592c851 --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-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46232025-12-03T15:20:27.042Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
46242025-12-03T15:20:27.068Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 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=a7190905c79b688f -C extra-filename=-3ba803ff749e8959 --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-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46252025-12-03T15:20:27.199Z Compiling polar-core v0.27.3
46262025-12-03T15:20:27.225Z 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=453c96b7cdaa2a81 -C extra-filename=-46c8918e68a13c0b --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-46c8918e68a13c0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-090db3cd97502be1.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272025-12-03T15:20:28.525Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
46282025-12-03T15:20:28.550Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2024 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=dd68ee21c9dce1a2 -C extra-filename=-f5100294f2ae0d19 --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-d12cdbe1a4466a6b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46292025-12-03T15:20:28.597Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46302025-12-03T15:20:28.627Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 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=36e1774f24ce37cb -C extra-filename=-9649125cc813ebad --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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46312025-12-03T15:20:28.691Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-46c8918e68a13c0b/build-script-build`
46322025-12-03T15:20:29.605Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46332025-12-03T15:20:29.643Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 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=a2807cdc7c0f591d -C extra-filename=-5ed93ac604589e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-741d3e13de73a612.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:20:30.376Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46352025-12-03T15:20:30.400Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 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=e36e5d4b00c0d525 -C extra-filename=-33cdf02d6188da0a --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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46362025-12-03T15:20:30.423Z 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=063c40d975368fa8 -C extra-filename=-440989b14279baf1 --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-a24067305a22db88.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9caa9d9e4cf5782e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372025-12-03T15:20:31.033Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
46382025-12-03T15:20:31.057Z 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=564c5a977aa808a6 -C extra-filename=-d516797b3b5a0d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-75c5f1e453710cbf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.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-6b19ee7f764b2908/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`
46392025-12-03T15:20:31.129Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46402025-12-03T15:20:31.154Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 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=73b4c755b89be3ed -C extra-filename=-68f07db0105d3301 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:20:31.681Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46422025-12-03T15:20:31.705Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 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=15bf5a3bc3f14960 -C extra-filename=-61b3251b0721b40d --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-b66623ba8f93b03f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7052f23c7af87dd5.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-82f833a299083e2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
46432025-12-03T15:20:31.804Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46442025-12-03T15:20:31.828Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 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=8f5e448adc6beafb -C extra-filename=-98288fbf641913d9 --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:20:31.989Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46462025-12-03T15:20:32.014Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=d7a68e1ca12c386d -C extra-filename=-d053f72a2e2a39b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-d053f72a2e2a39b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
46472025-12-03T15:20:32.281Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46482025-12-03T15:20:32.305Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 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=5e6769dad4ba232d -C extra-filename=-265b9b167b30651f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
46492025-12-03T15:20:32.363Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-d053f72a2e2a39b7/build-script-build`
46502025-12-03T15:20:32.441Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46512025-12-03T15:20:32.475Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 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=32f2f3c9969f5a83 -C extra-filename=-dfb2a54610d55e44 --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-50f3c0f3bd755c6d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46522025-12-03T15:20:32.868Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46532025-12-03T15:20:32.896Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=ca425ac01032d4cc -C extra-filename=-83ad1f5038ad9c13 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-83ad1f5038ad9c13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
46542025-12-03T15:20:32.970Z 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,)'`
46552025-12-03T15:20:33.263Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-83ad1f5038ad9c13/build-script-build`
46562025-12-03T15:20:33.328Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 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=9a6b5e2baf048402 -C extra-filename=-d58afca84e2dbf5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dfb2a54610d55e44.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
46572025-12-03T15:20:33.560Z Compiling git2 v0.20.2
46582025-12-03T15:20:33.587Z 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=d7f0b129b020a525 -C extra-filename=-a7cb0d695455e50d --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-7144a639a7938e22.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-ff970fbe01ec8156.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`
46592025-12-03T15:20:33.682Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46602025-12-03T15:20:33.732Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=df8312e8c349b979 -C extra-filename=-2ab4436668f8f143 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-2ab4436668f8f143 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
46612025-12-03T15:20:33.971Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46622025-12-03T15:20:34.001Z 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/606c0be/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=42240bed2d40d4b1 -C extra-filename=-6f9da05cf2ebcc7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bb1738c8cbde190.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6abb93ba2a6c1932.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
46632025-12-03T15:20:34.083Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-2ab4436668f8f143/build-script-build`
46642025-12-03T15:20:34.150Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46652025-12-03T15:20:34.189Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=6a420a61bb14d16b -C extra-filename=-3261aa4637301fed --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3261aa4637301fed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
46662025-12-03T15:20:34.512Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46672025-12-03T15:20:34.543Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=a74f9fe98dacc553 -C extra-filename=-fbee2c472c105112 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-fbee2c472c105112 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
46682025-12-03T15:20:34.998Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46692025-12-03T15:20:35.023Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=e86263418d7fceab -C extra-filename=-5bb9b10a95dcb6f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-5bb9b10a95dcb6f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
46702025-12-03T15:20:35.373Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46712025-12-03T15:20:35.397Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 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=88c7d1b5fc8fcf39 -C extra-filename=-1f8f3d770c002c54 --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-1a84e413bcb1c25d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46722025-12-03T15:20:36.739Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46732025-12-03T15:20:36.770Z 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/606c0be/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=026b8766bb82eb6f -C extra-filename=-7f9b243f92a0dfd5 --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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-6f9da05cf2ebcc7b.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cb62c7a6450995ff.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-1e4fe316dd20c971.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
46742025-12-03T15:20:37.701Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-5bb9b10a95dcb6f5/build-script-build`
46752025-12-03T15:20:37.760Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-fbee2c472c105112/build-script-build`
46762025-12-03T15:20:37.816Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3261aa4637301fed/build-script-build`
46772025-12-03T15:20:37.874Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46782025-12-03T15:20:37.898Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 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=13ec88d387b9149e -C extra-filename=-8c578528f4a44e7c --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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46792025-12-03T15:20:37.929Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
46802025-12-03T15:20:37.953Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 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=1065a9f7200c089d -C extra-filename=-3049402f29a5f2ac --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-405948c290c59f6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46812025-12-03T15:20:38.240Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46822025-12-03T15:20:38.264Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=19c36fe08ccd140d -C extra-filename=-4562290df804f256 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-4562290df804f256 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
46832025-12-03T15:20:38.636Z Compiling oso v0.27.3
46842025-12-03T15:20:38.660Z 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=c37d2335b7355e8f -C extra-filename=-dd0b5f786b3fd7bd --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-d60f25992e6591ec.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-36f667099eff663c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-440989b14279baf1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46852025-12-03T15:20:38.755Z 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=658379a2b04f93ee -C extra-filename=-c2be4ee220c49e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-a7cb0d695455e50d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-85f6af1031046760.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-5f3ee99e60aff10b.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)'`
46862025-12-03T15:20:39.532Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46872025-12-03T15:20:39.561Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=f6807abb1a4e3e90 -C extra-filename=-e0b68ba6c5856af7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e0b68ba6c5856af7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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-12-03T15:20:39.958Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
46892025-12-03T15:20:39.982Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 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=a5630aca487943fa -C extra-filename=-c366ed4030cb4cf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.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-6b19ee7f764b2908/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-12-03T15:20:40.011Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
46912025-12-03T15:20:40.011Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=352033a7d7570d17 -C extra-filename=-6cf3e8edc6e8cae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-d3bfaaad1ea1a3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
46922025-12-03T15:20:40.277Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e0b68ba6c5856af7/build-script-build`
46932025-12-03T15:20:40.334Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-4562290df804f256/build-script-build`
46942025-12-03T15:20:40.386Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46952025-12-03T15:20:40.410Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 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=e4a385236b7119d5 -C extra-filename=-6a96666c10352389 --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-a0f258174e9d161c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
46962025-12-03T15:20:40.667Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46972025-12-03T15:20:40.691Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 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=792cc7d8950f5b19 -C extra-filename=-6d08caca13361d89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
46982025-12-03T15:20:40.966Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46992025-12-03T15:20:40.990Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 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=696d2f72b37f21ce -C extra-filename=-94392684cc6d4f4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5566937b8dea6f84.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f1772abfa8991b4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47002025-12-03T15:20:42.212Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47012025-12-03T15:20:42.236Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 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=f2a3c4a5e47a63eb -C extra-filename=-8e90159e092e2630 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47022025-12-03T15:20:42.816Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47032025-12-03T15:20:42.840Z 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=e69a4de6bbe849eb -C extra-filename=-58a6346116c0c862 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47042025-12-03T15:20:44.164Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47052025-12-03T15:20:44.210Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 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=ec6c2fc4bdf5e06d -C extra-filename=-28a1679a4e3171a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-cbc5e365ef9e1d7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-3872e191c2994431.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-d09690237554c6f5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
47062025-12-03T15:20:45.934Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47072025-12-03T15:20:46.176Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 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=6c1169a44937b6a6 -C extra-filename=-f600cb2970b76210 --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47082025-12-03T15:20:46.200Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 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=82a7789d45caa1bd -C extra-filename=-bf98862050c5020d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-6d08caca13361d89.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6ed38d45eff3127d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
47092025-12-03T15:20:46.708Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47102025-12-03T15:20:46.732Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 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=a578fe9bb1fbdb60 -C extra-filename=-f42c151cf0adf2bb --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-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47112025-12-03T15:20:47.083Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47122025-12-03T15:20:47.107Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 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=f0541d10c264d1c3 -C extra-filename=-3402371f68d86111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.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-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47132025-12-03T15:20:49.949Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
47142025-12-03T15:20:49.994Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 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=82ff40fa90c6c8f3 -C extra-filename=-3fc291187ec2c027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3ba803ff749e8959.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ceb599b360105709.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-06be563e448dc9f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1748f3ce22651805.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47152025-12-03T15:20:52.151Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47162025-12-03T15:20:52.196Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 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=9dd8b1821be0a5ad -C extra-filename=-c18f74fbae7b9d14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.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-35ce8c86a5c00b12.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.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-b74648254b56b5dc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47172025-12-03T15:20:52.221Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47182025-12-03T15:20:52.221Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 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=c01aba03f689280a -C extra-filename=-cd73a11b79308dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47192025-12-03T15:20:52.482Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47202025-12-03T15:20:52.506Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 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=b64156ed001d310d -C extra-filename=-2b376965f3132855 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47212025-12-03T15:20:58.383Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47222025-12-03T15:20:58.450Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 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=b0d1fee566bed7bb -C extra-filename=-b6e2868e4737473b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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/`
47232025-12-03T15:21:01.632Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47242025-12-03T15:21:01.656Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 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=5e1f711cfbaf18f3 -C extra-filename=-70c78ac996c94c5c --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-741d3e13de73a612.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3fc291187ec2c027.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47252025-12-03T15:21:03.865Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47262025-12-03T15:21:03.889Z 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/crucible-0a48bd218bc2bbbc/7103cd3/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=45c94f57b1d9740f -C extra-filename=-1191ca012e06b8cd --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-1191ca012e06b8cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-85f6af1031046760.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-c2be4ee220c49e1e.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`
47272025-12-03T15:21:04.387Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
47282025-12-03T15:21:04.411Z 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/61479b6/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=3b95842366709ae3 -C extra-filename=-65182552e9303b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7f9b243f92a0dfd5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.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-6b19ee7f764b2908/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`
47292025-12-03T15:21:05.663Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-1191ca012e06b8cd/build-script-build`
47302025-12-03T15:21:05.773Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47312025-12-03T15:21:05.818Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 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=2c75067c3cc4afa4 -C extra-filename=-f4a13ec0b58d3699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.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-2990df7f14098b81.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f318355c441a55c3.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-9dd3b0580ccbddc7.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47322025-12-03T15:21:06.396Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47332025-12-03T15:21:06.420Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 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=1ca3f12c52dd769b -C extra-filename=-c26a1c9562130d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47342025-12-03T15:21:07.387Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47352025-12-03T15:21:07.411Z 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=8ab268442044767b -C extra-filename=-7b58558fd388ea67 --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-741d3e13de73a612.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47362025-12-03T15:21:08.138Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47372025-12-03T15:21:08.162Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 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=2df32a52959b5a50 -C extra-filename=-50d27b82e1db207d --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-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47382025-12-03T15:21:08.501Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=3e81a34241f2cff0 -C extra-filename=-1f1945f2c8454767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-741d3e13de73a612.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db88a4915e1dbbc9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-555d2383542b2c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec758480fbfcfe1d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-7aecca1d49116bc6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts`
47392025-12-03T15:21:10.339Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
47402025-12-03T15:21:10.363Z 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/61479b6/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=1b49f77e01d3cc5b -C extra-filename=-02845423b0230cd5 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-65182552e9303b5c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cb62c7a6450995ff.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-81039c409e99976f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
47412025-12-03T15:21:10.739Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47422025-12-03T15:21:10.763Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 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=c75a695976eb87df -C extra-filename=-48c7b3a6ac7429af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e2ae977e741df11e.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-9f4278c5858d9829.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47432025-12-03T15:21:10.935Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47442025-12-03T15:21:10.960Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 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=b7dfc191b9ab2c75 -C extra-filename=-74d29253418a78ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
47452025-12-03T15:21:12.672Z Compiling plotters v0.3.7
47462025-12-03T15:21:12.696Z 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`
47472025-12-03T15:21:13.762Z 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`
47482025-12-03T15:21:13.913Z Compiling supports-color v2.1.0
47492025-12-03T15:21:13.937Z 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-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87feed673f28ece9 -C extra-filename=-a3024880eac93642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9195d49cb9bb985f.rmeta --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`
47502025-12-03T15:21:14.306Z Compiling textwrap v0.15.2
47512025-12-03T15:21:14.330Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=b96d05c5eba7f502 -C extra-filename=-869c5327e56e21dc --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 unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-272998c882cb418a.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`
47522025-12-03T15:21:14.518Z Compiling supports-hyperlinks v2.1.0
47532025-12-03T15:21:14.560Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbbbdbf7e390aa65 -C extra-filename=-7a54135924dd9a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9195d49cb9bb985f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47542025-12-03T15:21:14.634Z Compiling supports-unicode v2.1.0
47552025-12-03T15:21:14.658Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa0bf1c7c10ac059 -C extra-filename=-6effa2ee1dfff7ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9195d49cb9bb985f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47562025-12-03T15:21:14.873Z Compiling hashbrown v0.14.5
47572025-12-03T15:21:14.917Z 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.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=7b41170c7b6468e0 -C extra-filename=-553aade9b65c34e0 --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-0b98834925c2ed41.rmeta --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`
47582025-12-03T15:21:14.942Z Compiling password-hash v0.4.2
47592025-12-03T15:21:14.943Z 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=865efc1e2be7922a -C extra-filename=-2a3fcdcb15bb8f9a --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-76688458c072d092.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`
47602025-12-03T15:21:15.053Z Compiling backtrace-ext v0.2.1
47612025-12-03T15:21:15.076Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-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=288d153519f9c590 -C extra-filename=-e3c77f9e406dcb5b --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-68e5b11828eb4291.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47622025-12-03T15:21:15.372Z Compiling async-attributes v1.1.2
47632025-12-03T15:21:15.417Z 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=21bd5352e1754fe3 -C extra-filename=-f3f5b1d84a4e98c8 --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642025-12-03T15:21:15.677Z Compiling tinytemplate v1.2.1
47652025-12-03T15:21:15.701Z 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=e78d1ca0d4b271ee -C extra-filename=-52b09c3b71d89342 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662025-12-03T15:21:15.960Z Compiling miette-derive v5.10.0
47672025-12-03T15:21:15.984Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.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=8dd0609b31f3ffdf -C extra-filename=-7e73e0eb1efc2960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47682025-12-03T15:21:16.242Z Compiling terminal_size v0.1.17
47692025-12-03T15:21:16.266Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.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=7beabc161056abd7 -C extra-filename=-6d5af7e2520a2bd6 --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`
47702025-12-03T15:21:16.479Z Compiling kv-log-macro v1.0.7
47712025-12-03T15:21:16.503Z 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`
47722025-12-03T15:21:16.539Z Compiling owo-colors v3.5.0
47732025-12-03T15:21:16.583Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=f5e68ecad7b94d70 -C extra-filename=-3a811f9950f6b4c0 --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`
47742025-12-03T15:21:16.744Z Compiling anes v0.1.6
47752025-12-03T15:21:16.768Z 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`
47762025-12-03T15:21:17.129Z Compiling oorandom v11.1.4
47772025-12-03T15:21:17.153Z 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`
47782025-12-03T15:21:17.177Z Compiling async-std v1.13.0
47792025-12-03T15:21:17.177Z 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=6cd51b1ad340ce39 -C extra-filename=-f15a683ff64da643 --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-f3f5b1d84a4e98c8.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-a87e9f58c7807e34.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-bc4559414fc6505d.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-f1accd7363285d14.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`
47802025-12-03T15:21:17.391Z Compiling criterion v0.7.0
47812025-12-03T15:21:17.415Z 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=fdf13f87439fe9a2 -C extra-filename=-f19e197e22b850c7 --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-7fc074d484198c4c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-52b09c3b71d89342.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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`
47822025-12-03T15:21:18.137Z Compiling chumsky v0.9.3
47832025-12-03T15:21:18.161Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=13dcd94f010a5984 -C extra-filename=-99b081d31212a57a --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-553aade9b65c34e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842025-12-03T15:21:18.282Z Compiling miette v5.10.0
47852025-12-03T15:21:18.306Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.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="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=15a8c0424a0fbca2 -C extra-filename=-f2b47f380725550b --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-68e5b11828eb4291.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-e3c77f9e406dcb5b.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9195d49cb9bb985f.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-7e73e0eb1efc2960.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-3a811f9950f6b4c0.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a3024880eac93642.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-7a54135924dd9a46.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-6effa2ee1dfff7ca.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-6d5af7e2520a2bd6.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-869c5327e56e21dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.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`
47862025-12-03T15:21:20.577Z Compiling pbkdf2 v0.11.0
47872025-12-03T15:21:20.601Z 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=dd640d9126343954 -C extra-filename=-f4ac9b2aa2db5255 --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-eb9a4462fc4e9ae5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-2a3fcdcb15bb8f9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882025-12-03T15:21:20.625Z 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`
47892025-12-03T15:21:20.973Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 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=fc826a0ea0ac9f0a -C extra-filename=-ce2a6edc336c9629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-dcc3082a8d306d5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-48c7b3a6ac7429af.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c366ed4030cb4cf6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-4ea726dac10ed76f.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-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
47902025-12-03T15:21:21.461Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
47912025-12-03T15:21:21.485Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 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=848bed88bd10a9c5 -C extra-filename=-bb6562f89f0a18f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
47922025-12-03T15:21:22.637Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47932025-12-03T15:21:22.661Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 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=304d9fa1f41692c0 -C extra-filename=-de5d132186927947 --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-eb9a4462fc4e9ae5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/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`
47942025-12-03T15:21:24.043Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47952025-12-03T15:21:24.067Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 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=d4fa2189b4f0d1a7 -C extra-filename=-d748176100cc318d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
47962025-12-03T15:21:26.090Z Compiling ssh-key v0.6.6
47972025-12-03T15:21:26.138Z 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=710cfbdad8727d39 -C extra-filename=-e361211fc1f79a96 --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-7d0e0dc583be5f7a.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-811d34bb77357072.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-fc23a42e32b9b5ef.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9e1f61a9e8e661af.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-aae08c8140d64463.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-cb190c52418a23a4.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-6bef08f3a9a79122.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47982025-12-03T15:21:27.780Z Compiling p256 v0.13.2
47992025-12-03T15:21:27.805Z 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=17a70bb750dd990c -C extra-filename=-bb280d239465b2e9 --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-f151760960416abf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-768407557115b64f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002025-12-03T15:21:28.467Z Compiling p521 v0.13.3
48012025-12-03T15:21:28.492Z 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=2702a54dc8c20cb0 -C extra-filename=-119576bd62d09589 --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-f151760960416abf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-768407557115b64f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48022025-12-03T15:21:29.488Z Compiling knuffel-derive v3.2.0
48032025-12-03T15:21:29.512Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.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=40b3990233b50b12 -C extra-filename=-5975606d4cdd9c92 --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-df22f3562e0e7fa1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042025-12-03T15:21:30.232Z Compiling pathdiff v0.2.3
48052025-12-03T15:21:30.256Z 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`
48062025-12-03T15:21:30.457Z Compiling blake3 v1.5.4
48072025-12-03T15:21:30.482Z 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`
48082025-12-03T15:21:31.145Z Compiling russh-cryptovec v0.7.3
48092025-12-03T15:21:31.145Z 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`
48102025-12-03T15:21:31.459Z Compiling md5 v0.7.0
48112025-12-03T15:21:31.483Z 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`
48122025-12-03T15:21:31.929Z Compiling nested v0.1.1
48132025-12-03T15:21:31.957Z 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`
48142025-12-03T15:21:31.982Z Compiling russh-keys v0.45.0
48152025-12-03T15:21:32.035Z 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=150db03c1a3507fe -C extra-filename=-1467cf06fbe7fad8 --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-3820b9e764eee7fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-7d0e0dc583be5f7a.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-9ec5c405b5b0e5e3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-1ef0d75a3f5c1178.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5c11905dd0c11fad.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c5881e6e573fca19.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f151760960416abf.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-811d34bb77357072.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.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-bb280d239465b2e9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e933bebb20de4d62.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-119576bd62d09589.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f4ac9b2aa2db5255.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-aeea625ee4a5c5d2.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-855dd378d5ecddb5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9e1f61a9e8e661af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-6bef08f3a9a79122.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e361211fc1f79a96.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-99d143f44a798912.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48162025-12-03T15:21:32.248Z Compiling guppy v0.17.20
48172025-12-03T15:21:32.273Z 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=5f8d6911938ab09e -C extra-filename=-68a4e744ca343b7e --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-0b98834925c2ed41.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-2a2f711cb9a5e0ed.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-8b152656d992dbad.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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`
48182025-12-03T15:21:32.532Z Compiling knuffel v3.2.0
48192025-12-03T15:21:32.557Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-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 --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=46bfc2ca90c9d8ce -C extra-filename=-bab3be03d2b211d7 --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 chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-99b081d31212a57a.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-5975606d4cdd9c92.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-f2b47f380725550b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.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`
48202025-12-03T15:21:34.165Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7/build-script-build`
48212025-12-03T15:21:34.761Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48222025-12-03T15:21:34.786Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/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 '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="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=4353ea10cf5a457c -C extra-filename=-4a04150c14fb75db --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-c554d59c4392499b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.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-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48232025-12-03T15:21:34.949Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 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=40f5bb42d07bb878 -C extra-filename=-5353f22b1cf21ee6 --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-bf98862050c5020d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
48242025-12-03T15:21:36.203Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 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=147198674ed43731 -C extra-filename=-1cc670298f22a296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5929b04987d9d728.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.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-5353f22b1cf21ee6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd0b5f786b3fd7bd.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
48252025-12-03T15:21:38.055Z Compiling async-object-pool v0.1.5
48262025-12-03T15:21:38.080Z 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=864c84512585e258 -C extra-filename=-9502c3f87e9d7386 --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-f15a683ff64da643.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48272025-12-03T15:21:38.291Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48282025-12-03T15:21:38.316Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 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=964b028bf9c49402 -C extra-filename=-dec586b85b9d2b24 --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-28c6e42e8fdeaefc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
48292025-12-03T15:21:40.419Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48302025-12-03T15:21:40.443Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 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=fac51587165a2c04 -C extra-filename=-8d94a696119c800a --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-405948c290c59f6b.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48312025-12-03T15:21:40.564Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48322025-12-03T15:21:40.589Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 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=94456949e51a4816 -C extra-filename=-d290bfa715c8c8cb --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-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48332025-12-03T15:21:41.067Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48342025-12-03T15:21:41.091Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 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=b2d2cefca25fa60b -C extra-filename=-0e4ccf8652efcc04 --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-c7e699d500c0891e.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
48352025-12-03T15:21:41.943Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48362025-12-03T15:21:41.968Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 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=bf5ef9a65b9afdf6 -C extra-filename=-d7f1c1c8b087e0b2 --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-1a84e413bcb1c25d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48372025-12-03T15:21:42.318Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 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=77735449942aba63 -C extra-filename=-f42fd91a7a9f74ac --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-8d394a2baee0c1d3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-97398c3ffdd7ea05.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
48382025-12-03T15:21:42.409Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48392025-12-03T15:21:42.433Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 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=8f120ac740f3fff6 -C extra-filename=-eab37f164264bc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48402025-12-03T15:21:42.842Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
48412025-12-03T15:21:42.866Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 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=a32e8a3f065b384b -C extra-filename=-d3f8fa1eb47576ff --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-a0f258174e9d161c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
48422025-12-03T15:21:44.089Z Compiling num-bigint v0.4.6
48432025-12-03T15:21:44.124Z 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=ef6fadc5bc43e095 -C extra-filename=-1404b405dc8c75dc --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-37782ce35013dd71.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48442025-12-03T15:21:44.368Z Compiling des v0.8.1
48452025-12-03T15:21:44.393Z 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=9ad5c0ca3d765deb -C extra-filename=-47971b2ba3095ca1 --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-1c98b61acb2293ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48462025-12-03T15:21:44.642Z Compiling assert-json-diff v2.0.2
48472025-12-03T15:21:44.666Z 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=83546b109489f48a -C extra-filename=-595c9587a2a93096 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48482025-12-03T15:21:44.774Z Compiling serde_regex v1.1.0
48492025-12-03T15:21:44.799Z 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=2ff0fd752b3d6c8e -C extra-filename=-6dea92dfe979cf42 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48502025-12-03T15:21:45.099Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48512025-12-03T15:21:45.124Z 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=743d99d6650be488 -C extra-filename=-bc60d4f0a7093c78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48522025-12-03T15:21:45.374Z Compiling path-tree v0.8.1
48532025-12-03T15:21:45.400Z 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`
48542025-12-03T15:21:45.906Z Compiling stringmetrics v2.2.2
48552025-12-03T15:21:45.934Z 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`
48562025-12-03T15:21:45.968Z Compiling doc-comment v0.3.3
48572025-12-03T15:21:45.968Z 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`
48582025-12-03T15:21:46.218Z Compiling httpmock v0.8.0-alpha.1
48592025-12-03T15:21:46.243Z 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=b8048fc6cbe7b74d -C extra-filename=-505798f8d52e26c5 --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-595c9587a2a93096.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-9502c3f87e9d7386.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-f15a683ff64da643.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.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-148fd712e6e6f9df.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-6dea92dfe979cf42.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-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48602025-12-03T15:21:46.507Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0/build-script-build`
48612025-12-03T15:21:46.699Z Compiling russh v0.45.0
48622025-12-03T15:21:46.723Z 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=f01b92f40b4ae030 -C extra-filename=-62803bb79ff74171 --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-3820b9e764eee7fb.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-96dab932dde9e344.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7144a639a7938e22.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-1ef0d75a3f5c1178.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c18a2f84da4d3bec.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5c11905dd0c11fad.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bd03c623855f9bc7.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-47971b2ba3095ca1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-1404b405dc8c75dc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-bb280d239465b2e9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e933bebb20de4d62.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-119576bd62d09589.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8622502e68d007ad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-76688458c072d092.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-1467cf06fbe7fad8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-6bef08f3a9a79122.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e361211fc1f79a96.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48632025-12-03T15:21:47.016Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48642025-12-03T15:21:47.040Z 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=8ff6aab51b7849b6 -C extra-filename=-b52d3588b0e8543c --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-bc60d4f0a7093c78.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-d4862d68049f5758.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48652025-12-03T15:21:49.470Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 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=af3030625dd47154 -C extra-filename=-cbae27b9ec8d1e09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8d394a2baee0c1d3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-97398c3ffdd7ea05.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5353f22b1cf21ee6.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.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-b0e4fd72cc09caad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
48662025-12-03T15:21:49.494Z 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=cf5f45d5470607d4 -C extra-filename=-077bb71b91360633 --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-18c66edcb07d8d9d.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-a8d790446100d922.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()))'`
48672025-12-03T15:21:50.482Z Compiling rstest_macros v0.25.0
48682025-12-03T15:21:50.506Z 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`
48692025-12-03T15:21:51.046Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48702025-12-03T15:21:51.071Z 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=279502319911fcea -C extra-filename=-13b2001b5ce715d2 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48712025-12-03T15:21:51.485Z Compiling escape8259 v0.5.3
48722025-12-03T15:21:51.510Z 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`
48732025-12-03T15:21:51.831Z Compiling assert_cmd v2.0.17
48742025-12-03T15:21:51.855Z 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`
48752025-12-03T15:21:51.880Z Compiling target-triple v0.1.3
48762025-12-03T15:21:51.880Z 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`
48772025-12-03T15:21:52.315Z Compiling internet-checksum v0.2.1
48782025-12-03T15:21:52.340Z 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`
48792025-12-03T15:21:52.434Z Compiling topological-sort v0.2.2
48802025-12-03T15:21:52.458Z 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`
48812025-12-03T15:21:52.516Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c/build-script-build`
48822025-12-03T15:21:52.582Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5/build-script-build`
48832025-12-03T15:21:52.624Z Compiling libtest-mimic v0.8.1
48842025-12-03T15:21:52.648Z 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=d54bc9bb6e3936f2 -C extra-filename=-54dadea106492f86 --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-e2a25e47eb889030.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`
48852025-12-03T15:21:52.683Z Compiling omicron-zone-package v0.12.2
48862025-12-03T15:21:52.709Z 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=7498d6fa827b0258 -C extra-filename=-1f8fe2316c9c4218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-077bb71b91360633.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-cbc5e365ef9e1d7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
48872025-12-03T15:21:52.736Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-50a4543035446387/build-script-build`
48882025-12-03T15:21:52.900Z 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`
48892025-12-03T15:21:53.068Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48902025-12-03T15:21:53.092Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 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=eec5a7103bc4740d -C extra-filename=-4001a8170a220b66 --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-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d7f1c1c8b087e0b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48912025-12-03T15:21:53.299Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48922025-12-03T15:21:53.323Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 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=56b2e9dfcd292f86 -C extra-filename=-5f5738fa3b41f2d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.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-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d290bfa715c8c8cb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.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-2990df7f14098b81.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48932025-12-03T15:21:54.175Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48942025-12-03T15:21:54.199Z 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=e9e1917f6a24fb5e -C extra-filename=-592bd8059d020a24 --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-c554d59c4392499b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4a04150c14fb75db.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48952025-12-03T15:21:54.233Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
48962025-12-03T15:21:54.233Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 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=c0518a4c04741f4c -C extra-filename=-4efb1af5e5b972bd --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-28a1679a4e3171a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48972025-12-03T15:21:55.077Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48982025-12-03T15:21:55.112Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=17fb133ec95c9cd2 -C extra-filename=-cc468ffc37085956 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-cc468ffc37085956 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
48992025-12-03T15:21:55.445Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49002025-12-03T15:21:55.470Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=bca37c40cc1a9970 -C extra-filename=-a9c66cce4fe4fb80 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-a9c66cce4fe4fb80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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-12-03T15:21:55.828Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49022025-12-03T15:21:55.868Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=188219ea3a060849 -C extra-filename=-4a8df8c4e16df2ce --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-4a8df8c4e16df2ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-da08d9b0182e2602.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-6b19ee7f764b2908/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-12-03T15:21:56.872Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49042025-12-03T15:21:56.896Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=c75321e0881f1bd2 -C extra-filename=-ef0d2a21f20dda59 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-ef0d2a21f20dda59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
49052025-12-03T15:21:57.252Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49062025-12-03T15:21:57.276Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=3a926d678038afb8 -C extra-filename=-69d55f3d38f7549f --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-69d55f3d38f7549f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
49072025-12-03T15:21:57.375Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49082025-12-03T15:21:57.399Z 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/10952e8/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="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=ecde394142352544 -C extra-filename=-8e6ba19ce5a2556b --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-c5881e6e573fca19.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-005dc578924af1e4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a8d4e56a5a7b99f5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-5aa6da4ff0384a5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49092025-12-03T15:21:57.644Z Compiling proc-macro-crate v3.2.0
49102025-12-03T15:21:57.668Z 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=abbb8a95d9bf6c56 -C extra-filename=-8f5a0db1e724d873 --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-c637ff8d8a3de02d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49112025-12-03T15:21:58.300Z Compiling fancy-regex v0.14.0
49122025-12-03T15:21:58.325Z 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`
49132025-12-03T15:21:58.737Z Compiling relative-path v1.9.3
49142025-12-03T15:21:58.761Z 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`
49152025-12-03T15:21:58.912Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49162025-12-03T15:21:58.936Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 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`
49172025-12-03T15:21:59.277Z Compiling datatest-stable v0.3.2
49182025-12-03T15:21:59.302Z 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=6f7ba2d0221c158c -C extra-filename=-ebee94f3ced75752 --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-54dadea106492f86.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`
49192025-12-03T15:21:59.375Z 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=b7c24acde7e2fc16 -C extra-filename=-6e6a624a5ea32bbc --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-18c66edcb07d8d9d.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-8f5a0db1e724d873.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.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-fec2201208344043.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49202025-12-03T15:21:59.972Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49212025-12-03T15:21:59.997Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40c16d5db05fe6ba -C extra-filename=-38297896d09cdc79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-8e6ba19ce5a2556b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-bab3be03d2b211d7.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-f2b47f380725550b.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a8d4e56a5a7b99f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49222025-12-03T15:22:00.034Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-69d55f3d38f7549f/build-script-build`
49232025-12-03T15:22:00.092Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-ef0d2a21f20dda59/build-script-build`
49242025-12-03T15:22:00.144Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-4a8df8c4e16df2ce/build-script-build`
49252025-12-03T15:22:00.270Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-a9c66cce4fe4fb80/build-script-build`
49262025-12-03T15:22:00.330Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-cc468ffc37085956/build-script-build`
49272025-12-03T15:22:00.392Z 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`
49282025-12-03T15:22:01.370Z 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"))'`
49292025-12-03T15:22:01.554Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49302025-12-03T15:22:01.600Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 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=b7915da0f3a92e83 -C extra-filename=-e3484356bb3dd8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.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-28c6e42e8fdeaefc.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-8935c3dd2f789817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-eab37f164264bc62.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6ed38d45eff3127d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dec586b85b9d2b24.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49312025-12-03T15:22:02.133Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
49322025-12-03T15:22:02.157Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=9a1b33619616087e -C extra-filename=-f26796799d3e90fe --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-f26796799d3e90fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
49332025-12-03T15:22:02.505Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
49342025-12-03T15:22:02.542Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 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=17ea4839e5e018c2 -C extra-filename=-2fcfb144e5ad6aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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 omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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`
49352025-12-03T15:22:07.031Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49362025-12-03T15:22:07.077Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 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=f81efa76ec7ac9f5 -C extra-filename=-bed8edb99a7ca16f --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-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b52d3588b0e8543c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-62803bb79ff74171.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1467cf06fbe7fad8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
49372025-12-03T15:22:07.395Z Compiling support-bundle-viewer v0.1.2
49382025-12-03T15:22:07.419Z 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=047dcd2595f59905 -C extra-filename=-d9323ca4437c631b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b7348a605452121d.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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`
49392025-12-03T15:22:08.481Z Compiling multimap v0.10.1
49402025-12-03T15:22:08.505Z 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=d9e7e02525ae4b21 -C extra-filename=-989814b4339e812e --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49412025-12-03T15:22:08.837Z Compiling uzers v0.12.1
49422025-12-03T15:22:08.862Z 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`
49432025-12-03T15:22:08.992Z Compiling termcolor v1.4.1
49442025-12-03T15:22:09.016Z 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`
49452025-12-03T15:22:09.140Z Compiling rstest v0.25.0
49462025-12-03T15:22:09.178Z 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=d0e484b388723219 -C extra-filename=-c341a86ed04c63b6 --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-148fd712e6e6f9df.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-6e6a624a5ea32bbc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49472025-12-03T15:22:09.443Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-f26796799d3e90fe/build-script-build`
49482025-12-03T15:22:09.497Z Compiling trybuild v1.0.106
49492025-12-03T15:22:09.529Z 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=104fa2406000281c -C extra-filename=-999e519991c27478 --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-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-1de8e0e67689504a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49502025-12-03T15:22:09.757Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
49512025-12-03T15:22:09.782Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf2d336859919397 -C extra-filename=-9745f468c9714100 --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 clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c5881e6e573fca19.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-811d34bb77357072.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5fd3f5e6a5f80454.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-bab3be03d2b211d7.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-f2b47f380725550b.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e933bebb20de4d62.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-aae08c8140d64463.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49522025-12-03T15:22:09.961Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
49532025-12-03T15:22:09.986Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 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=40b7a687286ebabb -C extra-filename=-a657275aa9450bd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49542025-12-03T15:22:14.869Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49552025-12-03T15:22:14.894Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=731e09d32f3e00e7 -C extra-filename=-627a27e4c97ff59d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-627a27e4c97ff59d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
49562025-12-03T15:22:15.346Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
49572025-12-03T15:22:15.370Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=6d49be1259904b07 -C extra-filename=-2525c5ca7d49140f --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-2525c5ca7d49140f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-44a2ac1fb8ea53df.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-6b19ee7f764b2908/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`
49582025-12-03T15:22:15.801Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
49592025-12-03T15:22:15.825Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 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=fe5c0ff1627e8588 -C extra-filename=-6a4ee341fdc7b1dd --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-a0f258174e9d161c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
49602025-12-03T15:22:16.719Z Compiling blake2b_simd v1.0.2
49612025-12-03T15:22:16.743Z 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`
49622025-12-03T15:22:19.063Z Compiling partial-io v0.5.4
49632025-12-03T15:22:19.087Z 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=0a12b4ff4048ab24 -C extra-filename=-7ae8e962950086ce --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-180862833fbacf5f.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-68db5627c381a3fe.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49642025-12-03T15:22:19.599Z Compiling httptest v0.16.3
49652025-12-03T15:22:19.708Z 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=01c8ed5f8046f3a3 -C extra-filename=-f3f043c889dcf8df --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-8201e5d6381aa56b.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-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49662025-12-03T15:22:20.744Z Compiling drift v0.1.1
49672025-12-03T15:22:20.769Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c9e798ad6e92b08 -C extra-filename=-4d401e5fa198749e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49682025-12-03T15:22:21.232Z Compiling rand_distr v0.5.1
49692025-12-03T15:22:21.256Z 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=6403ac57cf1e0e66 -C extra-filename=-718688366da73ec9 --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-26f4c4d89864e522.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49702025-12-03T15:22:22.212Z Compiling approx v0.5.1
49712025-12-03T15:22:22.236Z 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`
49722025-12-03T15:22:22.493Z Compiling dropshot-api-manager v0.2.3
49732025-12-03T15:22:22.517Z 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.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=94a15c252272f055 -C extra-filename=-c5165510c2cf9549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-4d401e5fa198749e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.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-9dfc1b136327f2f4.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-4ea726dac10ed76f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-d7cf3c91689479f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts`
49742025-12-03T15:22:23.533Z Compiling rust-argon2 v2.1.0
49752025-12-03T15:22:23.558Z 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`
49762025-12-03T15:22:25.046Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-2525c5ca7d49140f/build-script-build`
49772025-12-03T15:22:25.101Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-627a27e4c97ff59d/build-script-build`
49782025-12-03T15:22:25.144Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
49792025-12-03T15:22:25.169Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/dea3bbf/tls/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3642be4ab51e8e3c -C extra-filename=-f0c6d1c85fe51759 --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 pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-9745f468c9714100.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49802025-12-03T15:22:25.201Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49812025-12-03T15:22:25.225Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 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=5f0995767f95e547 -C extra-filename=-827b33a301096e45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49822025-12-03T15:22:25.649Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 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=3f045e78e91af35b -C extra-filename=-82274f259da304e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4001a8170a220b66.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d7f1c1c8b087e0b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49832025-12-03T15:22:26.176Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49842025-12-03T15:22:26.201Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 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=c725c90031b1bfc6 -C extra-filename=-8206f38bd8ee65eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-a0f258174e9d161c.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1f8fe2316c9c4218.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-38328ca0a7671ad5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
49852025-12-03T15:22:27.410Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
49862025-12-03T15:22:27.435Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 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=2a60d02ff9963a5f -C extra-filename=-27919638b4ea9f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49872025-12-03T15:22:27.667Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49882025-12-03T15:22:27.691Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 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=d39aa165a31e2395 -C extra-filename=-242725efb6a8a5ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
49892025-12-03T15:22:28.116Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49902025-12-03T15:22:28.141Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 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=28e6daa9352572fd -C extra-filename=-08667acbda80a6d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.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-6b19ee7f764b2908/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`
49912025-12-03T15:22:28.795Z Compiling cargo_toml v0.21.0
49922025-12-03T15:22:28.821Z 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=ae5abab3cbd888b2 -C extra-filename=-e3b1cf2f4acc46eb --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-a24067305a22db88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49932025-12-03T15:22:28.845Z Compiling termios v0.3.3
49942025-12-03T15:22:28.845Z 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`
49952025-12-03T15:22:29.117Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 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=9341595770b29d80 -C extra-filename=-481fd75e919bc99c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-242725efb6a8a5ef.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-6b19ee7f764b2908/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`
49962025-12-03T15:22:29.201Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49972025-12-03T15:22:29.226Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 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=e03ba7335134cb5d -C extra-filename=-ff33f7c138a23f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-c68150b2517d6e38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1748f3ce22651805.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49982025-12-03T15:22:29.500Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49992025-12-03T15:22:29.524Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 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=e9313698777e5c3d -C extra-filename=-3c4a8f22348af4c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dfb2a54610d55e44.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-c5165510c2cf9549.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3ba803ff749e8959.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-eab37f164264bc62.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4001a8170a220b66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dec586b85b9d2b24.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50002025-12-03T15:22:29.925Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50012025-12-03T15:22:29.950Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 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=3d8b60160d8177a6 -C extra-filename=-9317fb2e5c912d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-08667acbda80a6d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1f8fe2316c9c4218.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.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-6b19ee7f764b2908/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`
50022025-12-03T15:22:30.738Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 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=952282173e8c1e26 -C extra-filename=-e68889f6b0b7c525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-8206f38bd8ee65eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1f8fe2316c9c4218.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-38328ca0a7671ad5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50032025-12-03T15:22:33.912Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 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=718660fe78314b93 -C extra-filename=-635cea0ce81feb0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.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-28c6e42e8fdeaefc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-eab37f164264bc62.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6ed38d45eff3127d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e3484356bb3dd8cd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dec586b85b9d2b24.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50042025-12-03T15:22:34.199Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 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=6ba2f1efc6ebbc4a -C extra-filename=-ecf33235325a0ec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.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-28c6e42e8fdeaefc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5f5738fa3b41f2d7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-eab37f164264bc62.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d290bfa715c8c8cb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.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-6ed38d45eff3127d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e3484356bb3dd8cd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dec586b85b9d2b24.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50052025-12-03T15:22:34.650Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50062025-12-03T15:22:34.696Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 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=9cc81b90285bd54d -C extra-filename=-71980e09379f307b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-e3b1cf2f4acc46eb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-13dfdf50eff4e1a8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50072025-12-03T15:22:35.656Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 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=09e0d8017fd077f7 -C extra-filename=-3292c3a6b2f13ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.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-28c6e42e8fdeaefc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5f5738fa3b41f2d7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-eab37f164264bc62.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d290bfa715c8c8cb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.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-6ed38d45eff3127d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e3484356bb3dd8cd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dec586b85b9d2b24.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50082025-12-03T15:22:35.796Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 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=696caf1ca3dfcec4 -C extra-filename=-86debb5272ecf96b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-68a4e744ca343b7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50092025-12-03T15:22:35.821Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 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=4e299f4692c1d3fa -C extra-filename=-579f6a255335568f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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/`
50102025-12-03T15:22:36.911Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 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=2382961ac1ac57fd -C extra-filename=-3fdbf6d20dc5e808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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/`
50112025-12-03T15:22:38.149Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 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=794aed1f9959cb43 -C extra-filename=-8c78bea85cb76ce1 --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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b52d3588b0e8543c.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-bed8edb99a7ca16f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-62803bb79ff74171.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1467cf06fbe7fad8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50122025-12-03T15:22:40.617Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=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=bf0b087785f18bf1 -C extra-filename=-c3a004f1304b60eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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/`
50132025-12-03T15:22:47.334Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 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=ab560d88694ceaee -C extra-filename=-d4250bf9a649f7cb --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-68617f900d2f7ac8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50142025-12-03T15:22:48.169Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50152025-12-03T15:22:48.216Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 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=42f2e71e3b2514ba -C extra-filename=-c46a8b77aaeb7545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-d58afca84e2dbf5c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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/`
50162025-12-03T15:22:49.219Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50172025-12-03T15:22:49.244Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 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=19c914902409319b -C extra-filename=-8858eacc6fa4833f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-3a98fbb8c97c7966.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50182025-12-03T15:22:49.697Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50192025-12-03T15:22:49.722Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 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=1deab906da35cb6d -C extra-filename=-a0f0b72fd7420a1b --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-180862833fbacf5f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50202025-12-03T15:22:50.015Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 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=0f8f97eab82bdae1 -C extra-filename=-813a22b3636a04c7 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50212025-12-03T15:22:51.125Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 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=2d45d03231ee1637 -C extra-filename=-67201bf28374fe04 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50222025-12-03T15:22:51.382Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 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=e2a3635e07b30939 -C extra-filename=-90c363db182ce75d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50232025-12-03T15:22:51.434Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 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=4222858940de82ee -C extra-filename=-f4ba59b5af2d0fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50242025-12-03T15:22:52.319Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 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=8085942446becb0a -C extra-filename=-d6091e931374022d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.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-8f52544a1e23af3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-989814b4339e812e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-0ebbf33a5c4b9929.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d9323ca4437c631b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-9dd3b0580ccbddc7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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`
50252025-12-03T15:22:52.485Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 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=edce3adfcab8219d -C extra-filename=-32d50f6da9c55891 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-6a4ee341fdc7b1dd.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-3a98fbb8c97c7966.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50262025-12-03T15:22:52.581Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 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=92184a0d1ca54f83 -C extra-filename=-2535d6004ef20f4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-6a4ee341fdc7b1dd.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-3a98fbb8c97c7966.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50272025-12-03T15:22:56.208Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 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=dcbd56eb4a154e18 -C extra-filename=-474c0f7bbe7666c2 --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50282025-12-03T15:23:04.578Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 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=a33a97a088588dee -C extra-filename=-147424851529fd6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1f1945f2c8454767.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.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-b771a038641d34ca.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-02845423b0230cd5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-3596b9895538d4ad.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6a96666c10352389.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-67201bf28374fe04.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f4ba59b5af2d0fbd.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.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-f6137fc1ad4cf60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-57f585977250107f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-25f58d2fee572829.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50292025-12-03T15:23:10.719Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 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=4d8947ef62f99bb6 -C extra-filename=-321978e0875d7e9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-97398c3ffdd7ea05.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5353f22b1cf21ee6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd0b5f786b3fd7bd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.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-8b152656d992dbad.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-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-bcbce57af0074199.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50302025-12-03T15:23:14.651Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 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=ce45df0686e0c866 -C extra-filename=-901103b73469def3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-e5fcff599a608802.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50312025-12-03T15:23:14.868Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 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=be4534c8b60fa7f1 -C extra-filename=-78a7d409234cd766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dfb2a54610d55e44.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-d58afca84e2dbf5c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50322025-12-03T15:23:16.943Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 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=deac3bbd76e4bf60 -C extra-filename=-99bfa967155660de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dfb2a54610d55e44.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50332025-12-03T15:23:17.681Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 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=3137d0badd15e2b0 -C extra-filename=-43f1ef1e2f372ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4001a8170a220b66.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d7f1c1c8b087e0b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50342025-12-03T15:23:22.120Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 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=0c894f9f2d2b90c6 -C extra-filename=-dd9fce46df1b9b72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4001a8170a220b66.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d7f1c1c8b087e0b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-82274f259da304e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50352025-12-03T15:23:24.187Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 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=eafd936bdc880ee5 -C extra-filename=-38881b7f5f6f2c4c --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-8d394a2baee0c1d3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f3f043c889dcf8df.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50362025-12-03T15:23:24.429Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 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=506eb8e0ef02a3a9 -C extra-filename=-263a6d8e91f3168b --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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-97398c3ffdd7ea05.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50372025-12-03T15:24:29.816Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 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=823bef91211e517a -C extra-filename=-caaea5c65e9143c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8d394a2baee0c1d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50382025-12-03T15:24:33.858Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 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=9f28eb9177bc1885 -C extra-filename=-79dd3d1563e23b2e --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-180862833fbacf5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50392025-12-03T15:24:33.904Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 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=c3493bd9a311284a -C extra-filename=-c760299c2b016adb --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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-97398c3ffdd7ea05.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50402025-12-03T15:24:39.055Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 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=927f4fbae52d8f49 -C extra-filename=-f5a15060ed6ef44f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-d58afca84e2dbf5c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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/`
50412025-12-03T15:24:39.306Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 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=e2c95b814039d2d2 -C extra-filename=-2d99e7f72de85827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-3a98fbb8c97c7966.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50422025-12-03T15:24:42.256Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 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=9b828ce3d6fa0812 -C extra-filename=-e65a38ad71a2a8e4 --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-68617f900d2f7ac8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50432025-12-03T15:24:43.608Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 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=da1135aa5e597166 -C extra-filename=-b90e084761bbf8ad --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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b52d3588b0e8543c.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-bed8edb99a7ca16f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-62803bb79ff74171.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1467cf06fbe7fad8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50442025-12-03T15:24:44.675Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 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=10b4be62e41a3a92 -C extra-filename=-988f2dfc882474cd --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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b52d3588b0e8543c.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-bed8edb99a7ca16f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-62803bb79ff74171.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1467cf06fbe7fad8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50452025-12-03T15:24:45.785Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 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=8a0b4c1ef70699b3 -C extra-filename=-ea1138b032e7a231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-68a4e744ca343b7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50462025-12-03T15:24:46.243Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 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=e0c036569d3949f0 -C extra-filename=-b7a30db53f331d24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-68a4e744ca343b7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50472025-12-03T15:24:47.012Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 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=ec5765912a9d34ca -C extra-filename=-546f005e17171d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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/`
50482025-12-03T15:24:47.597Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 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=dd43172217c05cc0 -C extra-filename=-59fb80d5636686a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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/`
50492025-12-03T15:24:48.693Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 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=650daad72fbeb455 -C extra-filename=-a14a0d60c6df176f --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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b52d3588b0e8543c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-62803bb79ff74171.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1467cf06fbe7fad8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50502025-12-03T15:24:49.400Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=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=c30b6425b00084d6 -C extra-filename=-35ffe8de7329a6d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-68a4e744ca343b7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50512025-12-03T15:24:51.207Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 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=00624bf4a0defbaf -C extra-filename=-7d9c346e3a8c3b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-68a4e744ca343b7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50522025-12-03T15:24:54.027Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 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=db09dffbda0af59c -C extra-filename=-5603f19a36ec4692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-27919638b4ea9f0c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50532025-12-03T15:24:55.909Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50542025-12-03T15:24:55.940Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 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=b1fef2e08f5d766f -C extra-filename=-d0416e7d30c5df79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c366ed4030cb4cf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-ce2a6edc336c9629.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4a04150c14fb75db.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-592bd8059d020a24.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50552025-12-03T15:24:58.703Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=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="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=7132e0e0cca0a4cf -C extra-filename=-ac5ac72bc59271da --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 attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-38297896d09cdc79.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.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-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-592bd8059d020a24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50562025-12-03T15:25:17.772Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=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="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=2ed3d4fde5cf3fe2 -C extra-filename=-dd83d8b6c8c9fcbb --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 attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-38297896d09cdc79.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.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-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4a04150c14fb75db.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-592bd8059d020a24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50572025-12-03T15:25:21.042Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
50582025-12-03T15:25:21.100Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4cc41af699c5ab3 -C extra-filename=-602a8b3e2ace283c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-38297896d09cdc79.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.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-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-f0c6d1c85fe51759.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-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4a04150c14fb75db.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-592bd8059d020a24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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/`
50592025-12-03T15:25:24.019Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 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=916d4dbc7393f15b -C extra-filename=-d48ca4cac438c397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-827b33a301096e45.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50602025-12-03T15:25:27.198Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 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=f8267a8959d6800b -C extra-filename=-bfbcb237e1b54ec8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-06be563e448dc9f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50612025-12-03T15:25:29.636Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 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=979b43649bf56531 -C extra-filename=-612aea05e4412573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1753b43ad410e441.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/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`
50622025-12-03T15:25:31.090Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 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=a5e8240dd4ee7cb7 -C extra-filename=-5c2a5d0e90855e93 --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-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.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-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-718688366da73ec9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-c341a86ed04c63b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-999e519991c27478.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50632025-12-03T15:25:32.231Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 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=5bef4c3cf99c4d1f -C extra-filename=-cd867b9eb9d806f9 --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-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.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-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-718688366da73ec9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-c341a86ed04c63b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-999e519991c27478.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50642025-12-03T15:25:37.346Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 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=a6d3850f48da296c -C extra-filename=-a1e6a983f5bd79fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.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-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5f5738fa3b41f2d7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d290bfa715c8c8cb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.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-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7ae8e962950086ce.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50652025-12-03T15:25:39.354Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 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=cf2d41b4cdfc8c71 -C extra-filename=-4c5c70b1f3838519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.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-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d290bfa715c8c8cb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.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-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7ae8e962950086ce.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50662025-12-03T15:25:39.810Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 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=bf63aec941add248 -C extra-filename=-382d2c29e4b7b706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a657275aa9450bd0.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50672025-12-03T15:25:40.751Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 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=f7ca019de3166761 -C extra-filename=-f4059be09752be9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a657275aa9450bd0.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50682025-12-03T15:25:42.303Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 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=9f18ac6d250ce235 -C extra-filename=-457b95c50cf9257f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50692025-12-03T15:25:43.246Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 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=5aee55bae1955bb3 -C extra-filename=-d44c1bcd5bd35445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.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-2fcfb144e5ad6aaa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50702025-12-03T15:25:44.233Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 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=882f8e9603cfec32 -C extra-filename=-ff1b24b675934a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.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-2fcfb144e5ad6aaa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50712025-12-03T15:25:44.468Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 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=ea19c0fdce2d01e3 -C extra-filename=-331d40eacac7f86c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.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-2fcfb144e5ad6aaa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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`
50722025-12-03T15:25:46.753Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 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=b8199550891f3a20 -C extra-filename=-c3320f9b3624e814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.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-28c6e42e8fdeaefc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5f5738fa3b41f2d7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-eab37f164264bc62.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d290bfa715c8c8cb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.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-6ed38d45eff3127d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dec586b85b9d2b24.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50732025-12-03T15:25:48.323Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 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=356687c33108c688 -C extra-filename=-b76c6da21b4b1a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-8b377a6d07cf4a33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f318355c441a55c3.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-9dd3b0580ccbddc7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50742025-12-03T15:25:50.265Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 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=d696c6fdfe0e9fc0 -C extra-filename=-1854754db77a0e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-8b377a6d07cf4a33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f318355c441a55c3.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-9dd3b0580ccbddc7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50752025-12-03T15:25:57.623Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 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=43f1ec51d8839f04 -C extra-filename=-0666b27ad6374eb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-8b377a6d07cf4a33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f318355c441a55c3.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-9dd3b0580ccbddc7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50762025-12-03T15:25:58.916Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 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=2dd76b7786aa6c47 -C extra-filename=-27cf3ca2fa073096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-ce2a6edc336c9629.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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`
50772025-12-03T15:26:12.904Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 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=f2300724ec86c6b6 -C extra-filename=-94dc14ec7e9a783e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.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-06be563e448dc9f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50782025-12-03T15:26:14.450Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 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=9f408710be3fd44a -C extra-filename=-c1576662ee9d05d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-4efb1af5e5b972bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.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-06be563e448dc9f9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50792025-12-03T15:26:14.516Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 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=ba477c4cd3730e04 -C extra-filename=-e358c196db312ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-4efb1af5e5b972bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.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-06be563e448dc9f9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50802025-12-03T15:26:20.734Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 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=8eebc1387637add9 -C extra-filename=-43e0ad74ce103df3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-dcc3082a8d306d5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-48c7b3a6ac7429af.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c366ed4030cb4cf6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-ce2a6edc336c9629.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.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-585405ec264bc899.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50812025-12-03T15:26:23.185Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 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=3d9635ccdbd91e13 -C extra-filename=-5e9e866cc5990c9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-dcc3082a8d306d5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-48c7b3a6ac7429af.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c366ed4030cb4cf6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.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-585405ec264bc899.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50822025-12-03T15:26:23.502Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 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=1705537d85d59087 -C extra-filename=-3104956b71a23504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-dcc3082a8d306d5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-48c7b3a6ac7429af.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c366ed4030cb4cf6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-ce2a6edc336c9629.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.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-585405ec264bc899.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50832025-12-03T15:26:28.629Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 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=6d8d2584cbf0a24e -C extra-filename=-21252e9ccfcd2ec8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-a0f258174e9d161c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1f8fe2316c9c4218.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-38328ca0a7671ad5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50842025-12-03T15:26:28.744Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 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=0642747c0c4d452d -C extra-filename=-5cf18b1504eacba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50852025-12-03T15:26:31.065Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 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=03d58ccb68d40828 -C extra-filename=-56182c15a95a8bea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50862025-12-03T15:26:33.058Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 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=bb96a0ca9a348e3e -C extra-filename=-99221d2d94c16b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50872025-12-03T15:26:33.271Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 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=1baece3d7101586b -C extra-filename=-89e99b8ea4f4f181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50882025-12-03T15:26:35.761Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 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=358a636aad66a092 -C extra-filename=-3e5088d9d6621c67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5929b04987d9d728.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.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-5353f22b1cf21ee6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd0b5f786b3fd7bd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50892025-12-03T15:26:36.132Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 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=06f321b0fe8eea3f -C extra-filename=-88d2717c3e35b99c --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-bf98862050c5020d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50902025-12-03T15:26:37.317Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 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=0f8fffabe12b1510 -C extra-filename=-5f71192dd28c0b3e --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-c7e699d500c0891e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
50912025-12-03T15:26:39.913Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 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=aa5dace1a8cd87a3 -C extra-filename=-6207396508d4369f --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-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d7f1c1c8b087e0b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-12-03T15:26:41.381Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 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=6445621d3cf478bb -C extra-filename=-4991e16416f731ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8d94a696119c800a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-bb6562f89f0a18f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50932025-12-03T15:26:43.703Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
50942025-12-03T15:26:43.727Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 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=ef296961492ad58b -C extra-filename=-0f9ad4a0a545e230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8d94a696119c800a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.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-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50952025-12-03T15:26:46.201Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 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=b09163063703c653 -C extra-filename=-31bf5bd016ec2052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8d94a696119c800a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-bb6562f89f0a18f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50962025-12-03T15:26:46.468Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 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=beef4075aa3ecbf4 -C extra-filename=-06fed300e421fee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8d94a696119c800a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50972025-12-03T15:26:48.580Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 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=fc910775baee2bc9 -C extra-filename=-ca336e8aec2dbca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8d94a696119c800a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-bb6562f89f0a18f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50982025-12-03T15:26:52.006Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 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=beb28005d97d43af -C extra-filename=-d2f696a3bfb7a833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8d94a696119c800a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-bb6562f89f0a18f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50992025-12-03T15:26:54.324Z 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=456a84ed2f96b8c5 -C extra-filename=-34cddffb6ff96a5c --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-c554d59c4392499b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4a04150c14fb75db.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51002025-12-03T15:26:57.302Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 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=bb0dabd6b80b505b -C extra-filename=-4451963ad93f2236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-dcc3082a8d306d5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-48c7b3a6ac7429af.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c366ed4030cb4cf6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-ce2a6edc336c9629.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
51012025-12-03T15:26:57.618Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 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=202d039bc6e0a579 -C extra-filename=-3eb4fa92e302283a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-68a4e744ca343b7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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/`
51022025-12-03T15:27:01.612Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 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=0c5b41eb76ba2d18 -C extra-filename=-f6bc7660fcc7070d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f318355c441a55c3.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-9dd3b0580ccbddc7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51032025-12-03T15:27:02.304Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 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=766f47ecbe952683 -C extra-filename=-ba0a732ddd0f9fa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51042025-12-03T15:27:02.696Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 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=53763ddcacf9e36a -C extra-filename=-9b61aeaef5627ee7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-bb6562f89f0a18f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51052025-12-03T15:27:04.979Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 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=2d338f905324a93e -C extra-filename=-bd7d8a2473ba0455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-bb6562f89f0a18f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51062025-12-03T15:27:15.494Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 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=f995113052adc9b6 -C extra-filename=-b39d8a52c28887bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-bb6562f89f0a18f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51072025-12-03T15:27:19.779Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 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=6f846f539d3135ac -C extra-filename=-4f968fb30d1182f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.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-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5a0ae7366ef53006.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51082025-12-03T15:27:20.607Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 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=e5f7d79e5b767ca5 -C extra-filename=-9bb6e3e6713590ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.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-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5a0ae7366ef53006.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51092025-12-03T15:27:21.800Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 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=e7721623dfa9ac6b -C extra-filename=-aa15353c7adddb27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.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-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5a0ae7366ef53006.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51102025-12-03T15:27:22.208Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 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=02462193805900ee -C extra-filename=-787e5c8913fea74b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e2ae977e741df11e.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-9f4278c5858d9829.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51112025-12-03T15:27:27.687Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 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=b728324cd3692ffd -C extra-filename=-e69ad44487c0e6a8 --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-c18f74fbae7b9d14.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51122025-12-03T15:27:32.440Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 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=5d4e32bc9a13dde5 -C extra-filename=-3f1cda5e3d841734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3ba803ff749e8959.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ceb599b360105709.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3fc291187ec2c027.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-06be563e448dc9f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1748f3ce22651805.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
51132025-12-03T15:27:37.980Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 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=f692b5774d5bf5de -C extra-filename=-08d858874e8ccaf5 --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-741d3e13de73a612.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3fc291187ec2c027.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51142025-12-03T15:27:41.065Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 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=0999ebc9ecfc5b62 -C extra-filename=-0e21996cadf4ac11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3ba803ff749e8959.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ceb599b360105709.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-06be563e448dc9f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1748f3ce22651805.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51152025-12-03T15:27:43.843Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
51162025-12-03T15:27:43.868Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 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=e369412de40c577f -C extra-filename=-e9d87fb281c99894 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3fc291187ec2c027.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06be563e448dc9f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51172025-12-03T15:27:46.686Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 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=76f560c250c330df -C extra-filename=-1a099782200d3d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3ba803ff749e8959.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ceb599b360105709.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3fc291187ec2c027.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-06be563e448dc9f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1748f3ce22651805.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51182025-12-03T15:27:51.069Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 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=60c8bfe500724aa9 -C extra-filename=-7263d9913adba1e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
51192025-12-03T15:27:56.743Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 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=9dbc5d2c8340ee59 -C extra-filename=-d95248d8ea3d0bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3ba803ff749e8959.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ceb599b360105709.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3fc291187ec2c027.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-06be563e448dc9f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1748f3ce22651805.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51202025-12-03T15:27:59.714Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 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=0ed8380e23d36263 -C extra-filename=-a60b715384cfe2dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
51212025-12-03T15:28:03.556Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 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=03f3943d164e9d4c -C extra-filename=-a2d7e11d7c09d234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51222025-12-03T15:28:12.661Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 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=15d09f7206835ee8 -C extra-filename=-f1e46ddb9fdb51a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51232025-12-03T15:28:20.034Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51242025-12-03T15:28:20.059Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 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=d40f52798f0d2e80 -C extra-filename=-64efd4b74cb34fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.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-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c366ed4030cb4cf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51252025-12-03T15:28:23.826Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
51262025-12-03T15:28:23.850Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 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=025456959c8ac864 -C extra-filename=-83bf75d726d7a9b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51272025-12-03T15:28:24.155Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 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=51e62a68c7d0904a -C extra-filename=-6f9febd044defb65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51282025-12-03T15:28:29.343Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 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=cdc7f61ef4a50d6d -C extra-filename=-6f49a89b83bee381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fe16fe787fec4ce6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-778c1837a7e45294.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9cdb505b4fb0eedb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51292025-12-03T15:28:35.090Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 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=37a4601e08fdab87 -C extra-filename=-a3d67769e37d5b95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51302025-12-03T15:28:43.445Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 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=92a4b8edf90b83ff -C extra-filename=-5121fcd1b78cd8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5566937b8dea6f84.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f1772abfa8991b4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51312025-12-03T15:28:44.894Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 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=a50c29e4f0d5c0ca -C extra-filename=-c46f150ce768bbbd --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-c554d59c4392499b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3180998569ef89ca.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
51322025-12-03T15:28:45.195Z 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=e736580fbe9652ee -C extra-filename=-b9a5cd9164853ff6 --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-741d3e13de73a612.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51332025-12-03T15:28:48.330Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 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=c0437c49d927906c -C extra-filename=-ba62d16f691fa086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51342025-12-03T15:28:48.962Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 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=06a892a7433ccdbc -C extra-filename=-23a7c245de924003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51352025-12-03T15:28:57.205Z 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=5e3bdeb0170a8242 -C extra-filename=-d127cd0a0945b723 --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51362025-12-03T15:29:09.211Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
51372025-12-03T15:29:09.236Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 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=fd2cd3efb1cf959f -C extra-filename=-f380bfa756a851d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51382025-12-03T15:29:10.545Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2024 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=5149b5f69bd3605a -C extra-filename=-9a3903ec268613fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-cbc5e365ef9e1d7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-3872e191c2994431.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51392025-12-03T15:29:11.559Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 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=5cbffda8eeb28e1b -C extra-filename=-11e0cc3da767804a --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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3180998569ef89ca.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
51402025-12-03T15:29:12.187Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 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=bff8061b7539cda5 -C extra-filename=-441378afac5ec72d --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-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51412025-12-03T15:29:12.940Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 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=1fd0793a053b52f3 -C extra-filename=-f157a6257ae184da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51422025-12-03T15:29:13.359Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 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=8beb58381d26e87b -C extra-filename=-76cae54906da5e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51432025-12-03T15:29:13.633Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 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=5fde28f49f1f2888 -C extra-filename=-1b013ae6d8e5eea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51442025-12-03T15:29:14.440Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 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=c00f8f8a08fa9d15 -C extra-filename=-7edc55d0e10c3a66 --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-c554d59c4392499b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3180998569ef89ca.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
51452025-12-03T15:29:14.867Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 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=c1156f3d456df0bc -C extra-filename=-5aa76a231e96a062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-6d08caca13361d89.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6ed38d45eff3127d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
51462025-12-03T15:29:17.452Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 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=9e370a4e3a5f42f6 -C extra-filename=-e8b0c2de142f4e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-cbc5e365ef9e1d7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-3872e191c2994431.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51472025-12-03T15:29:21.497Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 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=53bb9c5155358bd0 -C extra-filename=-021e48645fc8ef14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1c87a35ba2d391e8.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-fee512a840db61cb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-2165e961d8063e6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.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-cc492f7a47168c71.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f1772abfa8991b4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-56bb60c574c9b999.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08acfc7b9bb73896.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
51482025-12-03T15:29:34.099Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 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=180a48a0a095338f -C extra-filename=-928cdffa0d834c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.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-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51492025-12-03T15:29:34.468Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 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=41c7441477aa52a5 -C extra-filename=-524d3cb4ccb79b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51502025-12-03T15:29:35.715Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 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=e74174ae61566350 -C extra-filename=-8fc5868e0ec866e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08acfc7b9bb73896.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51512025-12-03T15:29:39.055Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 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=d1b644402268fd02 -C extra-filename=-7096d7dbecf6c193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.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-6d08caca13361d89.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.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-b74648254b56b5dc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51522025-12-03T15:29:42.207Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 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=97241c571fd8c028 -C extra-filename=-51239d3f79086852 --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51532025-12-03T15:29:46.922Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 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=dab61396056e8f06 -C extra-filename=-e6144d9a90ca42e2 --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-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51542025-12-03T15:29:47.577Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 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=e0d119355c2ec816 -C extra-filename=-cca6ef1d36c2c61e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51552025-12-03T15:29:55.922Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 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=3273d3e653fd0999 -C extra-filename=-66929e1c74f60e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-451989699ea86308.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.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-dfa8058be527f58a.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-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51562025-12-03T15:30:01.022Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 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=6607a406174abd04 -C extra-filename=-1d65e91264f43610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-75c2c0215210cfdd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.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-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-9dd3b0580ccbddc7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51572025-12-03T15:30:34.655Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 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=ebecde666d6803b9 -C extra-filename=-e09379915b679262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51582025-12-03T15:30:39.883Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 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=b555981921380c0a -C extra-filename=-fb8f652421576f03 --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-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51592025-12-03T15:30:40.553Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 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=8ddb6b1918df8c17 -C extra-filename=-da0cd6b57253e02d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51602025-12-03T15:30:44.221Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2024 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=a35379ebfbc5339a -C extra-filename=-4dc5ce48ea3a7832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-cbc5e365ef9e1d7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-3872e191c2994431.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51612025-12-03T15:30:44.792Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 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=3b9811ecad52ef6a -C extra-filename=-79d861526074552a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51622025-12-03T15:30:47.811Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 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=024e5a4e8dab8ce4 -C extra-filename=-c3464fdc79c0eef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5566937b8dea6f84.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f1772abfa8991b4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51632025-12-03T15:30:51.954Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 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=4884785429a2cdef -C extra-filename=-823d4e31e004dde0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51642025-12-03T15:30:58.657Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 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=fdd9134cc03447c7 -C extra-filename=-7a93fae5cbf06772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51652025-12-03T15:30:58.682Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 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=bd02fd99e8374109 -C extra-filename=-d0f5e0fcda7258df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51662025-12-03T15:30:59.715Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 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=7f45100f05798f9b -C extra-filename=-af93c1437ff80296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-741d3e13de73a612.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51672025-12-03T15:31:01.028Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 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=31e1cc9404ec4214 -C extra-filename=-8b94928b6936431b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51682025-12-03T15:31:08.914Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 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=d6146483062ead06 -C extra-filename=-3f8d5023c0685d4a --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-28c6e42e8fdeaefc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51692025-12-03T15:31:11.842Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 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=7f43ff805d45ed02 -C extra-filename=-8021ce801c1ebc50 --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-1a84e413bcb1c25d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51702025-12-03T15:31:32.199Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51712025-12-03T15:31:32.224Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 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=271d9e0b379d9c0c -C extra-filename=-5b39bb4d322274c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06be563e448dc9f9.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51722025-12-03T15:31:32.600Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2024 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=e257a9ad3494e0d5 -C extra-filename=-586d1244501378b6 --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-d12cdbe1a4466a6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51732025-12-03T15:31:35.381Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 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=b696a41d877b21ba -C extra-filename=-e6a62f045768f3e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51742025-12-03T15:31:35.648Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 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=b66bb951b1b919ed -C extra-filename=-f9dbcd09e903bd2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51752025-12-03T15:31:36.815Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 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=b9788aa15b1c5734 -C extra-filename=-d67dcb7a4a8846b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.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-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5a0ae7366ef53006.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51762025-12-03T15:31:38.553Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 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=77b6c35446b4b375 -C extra-filename=-eeb989809f6a62bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51772025-12-03T15:31:41.869Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 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=5e8b0899d0daa186 -C extra-filename=-949c7475d473a6ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51782025-12-03T15:31:43.440Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 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=944e127326e76a34 -C extra-filename=-1c8f64d0238f3d8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51792025-12-03T15:31:45.529Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 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=570563e7a4ecbba7 -C extra-filename=-be7509a81487698b --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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51802025-12-03T15:31:48.113Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 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=b3a8b5848b5f209e -C extra-filename=-18781d867f707624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51812025-12-03T15:31:49.209Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 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=8cf151cfab6b7758 -C extra-filename=-228fdf997a054822 --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-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51822025-12-03T15:31:50.609Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2024 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=dbadbca6363b1994 -C extra-filename=-7b02dd695d9261cc --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-d12cdbe1a4466a6b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51832025-12-03T15:31:51.722Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 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=0415334942739dbc -C extra-filename=-46af3dc75ecd913e --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-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e73c4b233f84fa79.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-a0f258174e9d161c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51842025-12-03T15:31:52.274Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 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=31e772a2cfb68185 -C extra-filename=-704c55e249c16937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ca8edffaccf7a47d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-f0b9e0990e09a7cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
51852025-12-03T15:31:52.648Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=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=0a99c12521c2d7ee -C extra-filename=-e762de7d10115691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
51862025-12-03T15:31:54.946Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51872025-12-03T15:31:54.971Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 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=39957b2b067dda62 -C extra-filename=-7754c51d9e68991c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51882025-12-03T15:31:56.856Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 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=131722f5c34dcec5 -C extra-filename=-24891e0726e92db3 --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-a0f258174e9d161c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c11a6546308c21dc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-583815dd2346d667.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
51892025-12-03T15:31:58.486Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 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=b6f26610bede2745 -C extra-filename=-8d17057e62967081 --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-50f3c0f3bd755c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51902025-12-03T15:32:00.136Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 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=4425a934bd7187c3 -C extra-filename=-f26132592874a1c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
51912025-12-03T15:32:00.466Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 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=2731a25d82e5f15e -C extra-filename=-dfbefbc5982eef70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ca8edffaccf7a47d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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`
51922025-12-03T15:32:00.720Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 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=a2fa4d0e6414b112 -C extra-filename=-1d2f0d115b95843a --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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51932025-12-03T15:32:01.875Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 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=d37909e284fc8e99 -C extra-filename=-235a794d79a7e2aa --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-1a84e413bcb1c25d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51942025-12-03T15:32:01.929Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 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=d6e37210c95b9325 -C extra-filename=-7e7fd45d7eede58f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/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`
51952025-12-03T15:32:02.501Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 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=1ffe5e766a144791 -C extra-filename=-09fc5b7209456f54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-a0f258174e9d161c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
51962025-12-03T15:32:02.550Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 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=ce6b07c50253e60f -C extra-filename=-d42fc7c66864c782 --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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51972025-12-03T15:32:03.786Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 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=2e6671c18e167464 -C extra-filename=-df7aa6f1eb6331b4 --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-405948c290c59f6b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51982025-12-03T15:32:03.909Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 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=03de803a013a4943 -C extra-filename=-a71228a043fbec96 --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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51992025-12-03T15:32:04.856Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 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=b98c011d4c8cab2f -C extra-filename=-91aab115902d987a --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-405948c290c59f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52002025-12-03T15:32:04.978Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 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=9c5c3b38ea6b6257 -C extra-filename=-90cd15795a4d50e7 --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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52012025-12-03T15:32:05.817Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2024 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=2ad2e5e7a9eae23c -C extra-filename=-3b2dbaa62c2541a6 --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-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
52022025-12-03T15:32:06.691Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 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=2580aa95a66fc10e -C extra-filename=-5e78b42b3c58e0b4 --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-d56ed81a22a56eed.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
52032025-12-03T15:32:07.357Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 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=c535f048dfeafce4 -C extra-filename=-10286fef18b7d646 --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-4fc8897f149d31d0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
52042025-12-03T15:32:08.035Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 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=a20161c9a3f96558 -C extra-filename=-e08f154e1b57062b --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-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
52052025-12-03T15:32:09.276Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 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=f93c148d4d35c749 -C extra-filename=-a96a4e84ae1d31a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/out -L native=/usr/ssl-3/lib/amd64`
52062025-12-03T15:32:09.552Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 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=e5104e618fc2e230 -C extra-filename=-e5ba93872bd68769 --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-7fc074d484198c4c.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a332c93722bd3fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/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`
52072025-12-03T15:32:12.131Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 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=6b06e5e5245ae1c9 -C extra-filename=-732d8909f8ff6058 --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-68617f900d2f7ac8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52082025-12-03T15:32:12.984Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 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=a8f9bb3b624dadab -C extra-filename=-19abfd705913ad25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52092025-12-03T15:32:13.012Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 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=af563a94fb73e714 -C extra-filename=-cb0afed56efcfeec --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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52102025-12-03T15:32:13.309Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 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=ac8dc39071b4dad9 -C extra-filename=-6734f93e094ff927 --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-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52112025-12-03T15:32:14.696Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 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=a655e3f041937ece -C extra-filename=-7bf3bc12daacb707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52122025-12-03T15:32:15.440Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 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=9867a058bf1eb947 -C extra-filename=-40acb2b971bcb373 --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-bbc490ebba361735.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52132025-12-03T15:32:15.756Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 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=b59225cd9e888a53 -C extra-filename=-1128f3c881769ce7 --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-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52142025-12-03T15:32:16.342Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 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=4c09558c544e9dd3 -C extra-filename=-95b5f0c3fbc6f0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52152025-12-03T15:32:17.722Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 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=0cb6934893a0e372 -C extra-filename=-f09f83ea478ff51e --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-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52162025-12-03T15:32:19.170Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 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=d0ea2243209d2a8e -C extra-filename=-e49b01bd8816c328 --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-111c96d283a419e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52172025-12-03T15:32:19.376Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 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=5c10f2f22f1b53a0 -C extra-filename=-07dea4029e7dc3f1 --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-1a84e413bcb1c25d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52182025-12-03T15:32:19.601Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 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=e6a5aa109c3e740f -C extra-filename=-9acb3ab11bad0cee --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52192025-12-03T15:32:20.046Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 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=aa73e6b25a1d04d4 -C extra-filename=-6af572fd84ae06a7 --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-1a84e413bcb1c25d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52202025-12-03T15:32:20.164Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 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=d46f917e8ed2ca1a -C extra-filename=-dcfba6f2f8776c36 --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-c7e699d500c0891e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-6b19ee7f764b2908/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`
52212025-12-03T15:32:20.743Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 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=e9b4fef4a44ea2dc -C extra-filename=-b9821879e903f9da --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-6b83db05172d9875.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-9b12d7ab3f5146ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
52222025-12-03T15:32:22.085Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 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=73268d952bfce375 -C extra-filename=-836b624a59000457 --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-6b83db05172d9875.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-9b12d7ab3f5146ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
52232025-12-03T15:32:22.479Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 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=51c2e4b3de9002c5 -C extra-filename=-8199fafa4b6643d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08acfc7b9bb73896.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-654970438fb6261c.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-6b19ee7f764b2908/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`
52242025-12-03T15:32:24.337Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 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=4554d9f1e9cc9767 -C extra-filename=-ffa745d6221ba401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-75c2c0215210cfdd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-67017f659cfba25f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-81039c409e99976f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52252025-12-03T15:32:24.427Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 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=c3a5803aefe9e12e -C extra-filename=-d6348f62e0b9df91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.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-6b19ee7f764b2908/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`
52262025-12-03T15:32:24.556Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 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=762fbfd5159cec1f -C extra-filename=-d9d46ccc6fccfe56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
52272025-12-03T15:32:24.749Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 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=ae3239e0295cbebf -C extra-filename=-06da8fee576ba4d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
52282025-12-03T15:32:25.081Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 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=a5522939c8f101f4 -C extra-filename=-52552379b74a2c46 --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-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
52292025-12-03T15:32:25.813Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 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=88b557b5023f5c3c -C extra-filename=-170c359ba860eb77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.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-6b19ee7f764b2908/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`
52302025-12-03T15:32:26.522Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 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=8106c19a5363b9d2 -C extra-filename=-c07b984411010ec5 --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-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52312025-12-03T15:32:26.577Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 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=24c6156a86a0a3e7 -C extra-filename=-9eb62f1cc9e19c20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.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-654970438fb6261c.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-6b19ee7f764b2908/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`
52322025-12-03T15:32:26.620Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 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=190f1095746560c2 -C extra-filename=-52bf8b6bb4589c8c --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-a0f258174e9d161c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
52332025-12-03T15:32:27.305Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 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=1287a54522206d57 -C extra-filename=-777acd3bcfff2ee8 --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-a0f258174e9d161c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
52342025-12-03T15:32:27.735Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 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=7274ebfa6ff999ff -C extra-filename=-ee7253e35af68d04 --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-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
52352025-12-03T15:32:27.920Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 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=11088a99cd5cb52e -C extra-filename=-b53dca01f12df96b --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-a0f258174e9d161c.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-6b19ee7f764b2908/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`
52362025-12-03T15:32:28.133Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 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=04eb19fe28b51304 -C extra-filename=-fbbcc474acd4b9a0 --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-1a84e413bcb1c25d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/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`
52372025-12-03T15:32:28.537Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 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=52b57305822007cf -C extra-filename=-eb9c9917dea475d1 --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-8201e5d6381aa56b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52382025-12-03T15:32:28.576Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 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=065b0f6f1fba9f26 -C extra-filename=-36cd06f7fb5353dd --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-a0f258174e9d161c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
52392025-12-03T15:32:28.826Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 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=2ecc746b3c5da0d2 -C extra-filename=-40481e8afab881bd --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-1a84e413bcb1c25d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/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`
52402025-12-03T15:32:29.446Z 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=9f890a5c8718a5fb -C extra-filename=-6bb3d183ae9960a1 --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-741d3e13de73a612.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52412025-12-03T15:32:30.425Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 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=333fc4c4a26a3bc1 -C extra-filename=-d08b0964d7681231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.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-6b19ee7f764b2908/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`
52422025-12-03T15:32:30.647Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 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=67217ec13a7459f6 -C extra-filename=-fc02d9f3c0f4b2f5 --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-eb9a4462fc4e9ae5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-6b19ee7f764b2908/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`
52432025-12-03T15:32:33.277Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 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=f37ebcbd8c4cf6cc -C extra-filename=-dd351cf568aed9b6 --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-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-6b19ee7f764b2908/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`
52442025-12-03T15:32:33.731Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 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=6a380893a0d22d97 -C extra-filename=-db4e54ec1415e685 --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-a0f258174e9d161c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
52452025-12-03T15:32:33.946Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 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=e0a949fc11b97ad5 -C extra-filename=-b138a3b7c012767c --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-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-6b19ee7f764b2908/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`
52462025-12-03T15:32:34.257Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 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=8d41bb5790b39eb3 -C extra-filename=-c489881ac36406bd --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-b66623ba8f93b03f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7052f23c7af87dd5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-82f833a299083e2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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`
52472025-12-03T15:32:34.446Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 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=fa9407aa3e773dc1 -C extra-filename=-2dd47da256fbbc58 --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-0b98834925c2ed41.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c321229325ddb53b.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-7144a639a7938e22.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1c98b61acb2293ad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.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-b7348a605452121d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-109b3197536728af.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bd03c623855f9bc7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c5881e6e573fca19.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e85e1538af9f095c.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-2b3ef8d33debc790.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f151760960416abf.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-811d34bb77357072.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-a638e8f50223b3db.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.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-13dfdf50eff4e1a8.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-148fd712e6e6f9df.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5566937b8dea6f84.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3c560abcce835d65.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-005dc578924af1e4.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d1f7a00c82e34d5c.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-df22f3562e0e7fa1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.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 miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db88a4915e1dbbc9.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-fc23a42e32b9b5ef.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-9dfc1b136327f2f4.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-318c5dcf81b24583.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.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-18211eed21d52934.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1798da8d766965ac.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-bf28eb185d8343a5.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-500aaed66841061d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-244181db6da5ed78.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-861d3b99816558c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.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-a24067305a22db88.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-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.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-5c4f4b119e3b0a37.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ae2ec987a3d2431f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fda86eafb0b82df6.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-909b1b2561f54795.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0bfb0d3519b6a4a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-327c2e635aa63ff2.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-893b8778d2b4f53d.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/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`
52482025-12-03T15:32:34.545Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 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=3146e0a30454128f -C extra-filename=-d5f2344ce21e4c01 --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-bbc490ebba361735.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-01263c6c04020f0e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
52492025-12-03T15:32:34.931Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 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`
52502025-12-03T15:33:38.171Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 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=783f7fd4ed9d809b -C extra-filename=-0e188512b7ab0f82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.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-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-989814b4339e812e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-0ebbf33a5c4b9929.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-d9323ca4437c631b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-9dd3b0580ccbddc7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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`
52512025-12-03T15:33:38.219Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 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=e96642fbd20d3ed3 -C extra-filename=-c44893b1d68b1a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8d394a2baee0c1d3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f3f043c889dcf8df.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
52522025-12-03T15:33:38.219Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 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=cb262128afeff85d -C extra-filename=-93673957e781d8dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4efb1af5e5b972bd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.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-06be563e448dc9f9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
52532025-12-03T15:33:38.219Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 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=f513e723c463b501 -C extra-filename=-a397723a58ad9580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.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-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-989814b4339e812e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-0ebbf33a5c4b9929.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-d9323ca4437c631b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-9dd3b0580ccbddc7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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`
52542025-12-03T15:33:38.244Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 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=ccace73549135ab5 -C extra-filename=-8004741aab79e6cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.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-06be563e448dc9f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
52552025-12-03T15:33:38.244Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 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=429ad70fd6662db9 -C extra-filename=-25347b66a0d5f835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4efb1af5e5b972bd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.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-06be563e448dc9f9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
52562025-12-03T15:33:38.317Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 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=d79e879921911575 -C extra-filename=-9d327e9af82d155d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-ce2a6edc336c9629.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
52572025-12-03T15:33:38.342Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 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=ac81bd94e9fe0372 -C extra-filename=-90fda70c9a05b23f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-ce2a6edc336c9629.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-e5fcff599a608802.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
52582025-12-03T15:39:29.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23m 48s
52592025-12-03T15:39:43.798Z
52602025-12-03T15:39:43.826Zreal 24:02.405456542
52612025-12-03T15:39:43.826Zuser 1:54:37.746556967
52622025-12-03T15:39:43.826Zsys 22:46.192450492
52632025-12-03T15:39:43.826Ztrap 15.127583686
52642025-12-03T15:39:43.826Ztflt 5.254671646
52652025-12-03T15:39:43.826Zdflt 8:54.752517753
52662025-12-03T15:39:43.826Zkflt 0.531833258
52672025-12-03T15:39:43.826Zlock 7:02:52.932546288
52682025-12-03T15:39:43.826Zslp 11:41:39.819632208
52692025-12-03T15:39:43.826Zlat 14:47.306767200
52702025-12-03T15:39:43.826Zstop 14:55.829625004
52712025-12-03T15:39:44.804Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
52722025-12-03T15:39:50.212Z Fresh unicode-ident v1.0.19
52732025-12-03T15:39:50.286Z Fresh cfg-if v1.0.4
52742025-12-03T15:39:50.286Z Fresh autocfg v1.4.0
52752025-12-03T15:39:50.286Z Fresh memchr v2.7.4
52762025-12-03T15:39:50.286Z Fresh proc-macro2 v1.0.101
52772025-12-03T15:39:50.286Z Fresh value-bag v1.9.0
52782025-12-03T15:39:50.286Z Fresh smallvec v1.15.1
52792025-12-03T15:39:50.286Z Fresh version_check v0.9.5
52802025-12-03T15:39:50.286Z Fresh quote v1.0.40
52812025-12-03T15:39:50.286Z Fresh libc v0.2.174
52822025-12-03T15:39:50.286Z Fresh serde_core v1.0.226
52832025-12-03T15:39:50.286Z Fresh log v0.4.27
52842025-12-03T15:39:50.286Z Fresh scopeguard v1.2.0
52852025-12-03T15:39:50.286Z Fresh itoa v1.0.11
52862025-12-03T15:39:50.286Z Fresh ryu v1.0.18
52872025-12-03T15:39:50.286Z Fresh syn v2.0.106
52882025-12-03T15:39:50.286Z Fresh lock_api v0.4.12
52892025-12-03T15:39:50.286Z Fresh getrandom v0.2.15
52902025-12-03T15:39:50.286Z Fresh critical-section v1.1.3
52912025-12-03T15:39:50.287Z Fresh serde_derive v1.0.226
52922025-12-03T15:39:50.287Z Fresh zeroize_derive v1.4.2
52932025-12-03T15:39:50.287Z Fresh stable_deref_trait v1.2.0
52942025-12-03T15:39:50.287Z Fresh serde v1.0.226
52952025-12-03T15:39:50.287Z Fresh zeroize v1.8.1
52962025-12-03T15:39:50.287Z Fresh portable-atomic v1.11.0
52972025-12-03T15:39:50.287Z Fresh libm v0.2.8
52982025-12-03T15:39:50.287Z Fresh getrandom v0.3.4
52992025-12-03T15:39:50.287Z Fresh allocator-api2 v0.2.21
53002025-12-03T15:39:50.287Z Fresh synstructure v0.13.1
53012025-12-03T15:39:50.287Z Fresh bitflags v2.9.4
53022025-12-03T15:39:50.287Z Fresh bytes v1.10.1
53032025-12-03T15:39:50.287Z Fresh once_cell v1.21.3
53042025-12-03T15:39:50.287Z Fresh num-traits v0.2.19
53052025-12-03T15:39:50.287Z Fresh serde_json v1.0.145
53062025-12-03T15:39:50.287Z Fresh fnv v1.0.7
53072025-12-03T15:39:50.287Z Fresh zerofrom-derive v0.1.4
53082025-12-03T15:39:50.287Z Fresh rand_core v0.6.4
53092025-12-03T15:39:50.287Z Fresh errno v0.3.12
53102025-12-03T15:39:50.287Z Fresh pin-project-lite v0.2.14
53112025-12-03T15:39:50.287Z Fresh zerofrom v0.1.4
53122025-12-03T15:39:50.287Z Fresh yoke-derive v0.7.4
53132025-12-03T15:39:50.287Z Fresh zerovec-derive v0.10.3
53142025-12-03T15:39:50.287Z Fresh byteorder v1.5.0
53152025-12-03T15:39:50.287Z Fresh shlex v1.3.0
53162025-12-03T15:39:50.287Z Fresh displaydoc v0.2.5
53172025-12-03T15:39:50.287Z Fresh yoke v0.7.4
53182025-12-03T15:39:50.287Z Fresh regex-syntax v0.8.5
53192025-12-03T15:39:50.287Z Fresh equivalent v1.0.2
53202025-12-03T15:39:50.287Z Fresh jobserver v0.1.32
53212025-12-03T15:39:50.287Z Fresh litemap v0.7.3
53222025-12-03T15:39:50.287Z Fresh percent-encoding v2.3.2
53232025-12-03T15:39:50.287Z Fresh writeable v0.5.5
53242025-12-03T15:39:50.287Z Fresh zerovec v0.10.4
53252025-12-03T15:39:50.287Z Fresh foldhash v0.1.5
53262025-12-03T15:39:50.287Z Fresh cc v1.2.30
53272025-12-03T15:39:50.287Z Fresh icu_provider_macros v1.5.0
53282025-12-03T15:39:50.287Z Fresh semver v1.0.27
53292025-12-03T15:39:50.287Z Fresh subtle v2.6.1
53302025-12-03T15:39:50.287Z Fresh icu_locid_transform_data v1.5.0
53312025-12-03T15:39:50.288Z Fresh tinystr v0.7.6
53322025-12-03T15:39:50.288Z Fresh parking_lot_core v0.9.10
53332025-12-03T15:39:50.288Z Fresh hashbrown v0.15.4
53342025-12-03T15:39:50.288Z Fresh icu_collections v1.5.0
53352025-12-03T15:39:50.288Z Fresh heck v0.5.0
53362025-12-03T15:39:50.288Z Fresh icu_properties_data v1.5.0
53372025-12-03T15:39:50.288Z Fresh utf8_iter v1.0.4
53382025-12-03T15:39:50.288Z Fresh write16 v1.0.0
53392025-12-03T15:39:50.288Z Fresh icu_locid v1.5.0
53402025-12-03T15:39:50.288Z Fresh parking_lot v0.12.3
53412025-12-03T15:39:50.288Z Fresh icu_normalizer_data v1.5.0
53422025-12-03T15:39:50.288Z Fresh utf16_iter v1.0.5
53432025-12-03T15:39:50.288Z Fresh form_urlencoded v1.2.2
53442025-12-03T15:39:50.288Z Fresh signal-hook-registry v1.4.2
53452025-12-03T15:39:50.288Z Fresh aho-corasick v1.1.3
53462025-12-03T15:39:50.288Z Fresh icu_provider v1.5.0
53472025-12-03T15:39:50.288Z Fresh regex-automata v0.4.11
53482025-12-03T15:39:50.288Z Fresh mio v1.0.2
53492025-12-03T15:39:50.288Z Fresh futures-core v0.3.31
53502025-12-03T15:39:50.288Z Fresh icu_locid_transform v1.5.0
53512025-12-03T15:39:50.288Z Fresh typenum v1.17.0
53522025-12-03T15:39:50.288Z Fresh thiserror-impl v2.0.17
53532025-12-03T15:39:50.288Z Fresh regex v1.11.3
53542025-12-03T15:39:50.288Z Fresh tokio-macros v2.6.0
53552025-12-03T15:39:50.288Z Fresh icu_properties v1.5.1
53562025-12-03T15:39:50.288Z Fresh generic-array v0.14.7
53572025-12-03T15:39:50.288Z Fresh rustix v0.38.37
53582025-12-03T15:39:50.288Z Fresh thiserror v2.0.17
53592025-12-03T15:39:50.288Z Fresh socket2 v0.6.1
53602025-12-03T15:39:50.288Z Fresh either v1.15.0
53612025-12-03T15:39:50.288Z Fresh indexmap v2.11.4
53622025-12-03T15:39:50.288Z Fresh spin v0.9.8
53632025-12-03T15:39:50.288Z Fresh icu_normalizer v1.5.0
53642025-12-03T15:39:50.288Z Fresh crypto-common v0.1.6
53652025-12-03T15:39:50.288Z Fresh tokio v1.48.0
53662025-12-03T15:39:50.313Z Fresh thiserror-impl v1.0.69
53672025-12-03T15:39:50.313Z Fresh zerocopy-derive v0.7.35
53682025-12-03T15:39:50.313Z Fresh iana-time-zone v0.1.63
53692025-12-03T15:39:50.313Z Fresh const-oid v0.9.6
53702025-12-03T15:39:50.313Z Fresh idna_adapter v1.2.0
53712025-12-03T15:39:50.313Z Fresh zerocopy v0.7.35
53722025-12-03T15:39:50.313Z Fresh chrono v0.4.42
53732025-12-03T15:39:50.313Z Fresh futures-io v0.3.31
53742025-12-03T15:39:50.314Z Fresh lazy_static v1.5.0
53752025-12-03T15:39:50.314Z Fresh uuid v1.18.1
53762025-12-03T15:39:50.314Z Fresh idna v1.0.3
53772025-12-03T15:39:50.314Z Fresh thiserror v1.0.69
53782025-12-03T15:39:50.314Z Fresh block-buffer v0.10.4
53792025-12-03T15:39:50.314Z Fresh pkg-config v0.3.31
53802025-12-03T15:39:50.314Z Fresh strsim v0.11.1
53812025-12-03T15:39:50.314Z Fresh pin-utils v0.1.0
53822025-12-03T15:39:50.314Z Fresh url v2.5.4
53832025-12-03T15:39:50.314Z Fresh slab v0.4.9
53842025-12-03T15:39:50.314Z Fresh digest v0.10.7
53852025-12-03T15:39:50.314Z Fresh futures-sink v0.3.31
53862025-12-03T15:39:50.314Z Fresh cpufeatures v0.2.14
53872025-12-03T15:39:50.314Z Fresh serde_derive_internals v0.29.1
53882025-12-03T15:39:50.314Z Fresh syn v1.0.109
53892025-12-03T15:39:50.314Z Fresh dyn-clone v1.0.20
53902025-12-03T15:39:50.314Z Fresh futures-channel v0.3.31
53912025-12-03T15:39:50.314Z Fresh schemars_derive v0.8.22
53922025-12-03T15:39:50.314Z Fresh futures-macro v0.3.31
53932025-12-03T15:39:50.314Z Fresh futures-task v0.3.31
53942025-12-03T15:39:50.314Z Fresh ppv-lite86 v0.2.20
53952025-12-03T15:39:50.314Z Fresh futures-util v0.3.31
53962025-12-03T15:39:50.314Z Fresh schemars v0.8.22
53972025-12-03T15:39:50.314Z Fresh adler2 v2.0.0
53982025-12-03T15:39:50.314Z Fresh tracing-core v0.1.32
53992025-12-03T15:39:50.314Z Fresh tracing-attributes v0.1.27
54002025-12-03T15:39:50.314Z Fresh glob v0.3.2
54012025-12-03T15:39:50.314Z Fresh gimli v0.31.1
54022025-12-03T15:39:50.314Z Fresh object v0.36.5
54032025-12-03T15:39:50.314Z Fresh miniz_oxide v0.8.5
54042025-12-03T15:39:50.314Z Fresh tracing v0.1.40
54052025-12-03T15:39:50.314Z Fresh addr2line v0.24.2
54062025-12-03T15:39:50.314Z Fresh rustc-demangle v0.1.24
54072025-12-03T15:39:50.314Z Fresh http v1.3.1
54082025-12-03T15:39:50.314Z Fresh backtrace v0.3.74
54092025-12-03T15:39:50.314Z Fresh minimal-lexical v0.2.1
54102025-12-03T15:39:50.314Z Fresh serde_tokenstream v0.2.2
54112025-12-03T15:39:50.315Z Fresh nom v7.1.3
54122025-12-03T15:39:50.315Z Fresh paste v1.0.15
54132025-12-03T15:39:50.315Z Fresh libloading v0.8.5
54142025-12-03T15:39:50.315Z Fresh prettyplease v0.2.36
54152025-12-03T15:39:50.315Z Fresh powerfmt v0.2.0
54162025-12-03T15:39:50.315Z Fresh num-conv v0.1.0
54172025-12-03T15:39:50.315Z Fresh crossbeam-utils v0.8.21
54182025-12-03T15:39:50.315Z Fresh clang-sys v1.8.1
54192025-12-03T15:39:50.315Z Fresh anyhow v1.0.99
54202025-12-03T15:39:50.315Z Fresh cexpr v0.6.0
54212025-12-03T15:39:50.315Z Fresh time-core v0.1.6
54222025-12-03T15:39:50.315Z Fresh home v0.5.9
54232025-12-03T15:39:50.315Z Fresh deranged v0.5.3
54242025-12-03T15:39:50.315Z Fresh block-padding v0.3.3
54252025-12-03T15:39:50.315Z Fresh time-macros v0.2.24
54262025-12-03T15:39:50.315Z Fresh base64ct v1.6.0
54272025-12-03T15:39:50.315Z Fresh vcpkg v0.2.15
54282025-12-03T15:39:50.315Z Fresh num_threads v0.1.7
54292025-12-03T15:39:50.315Z Fresh inout v0.1.3
54302025-12-03T15:39:50.315Z Fresh ipnet v2.11.0
54312025-12-03T15:39:50.315Z Fresh utf8parse v0.2.2
54322025-12-03T15:39:50.315Z Fresh time v0.3.43
54332025-12-03T15:39:50.315Z Fresh cipher v0.4.4
54342025-12-03T15:39:50.315Z Fresh itertools v0.12.1
54352025-12-03T15:39:50.315Z Fresh base64 v0.22.1
54362025-12-03T15:39:50.315Z Fresh which v4.4.2
54372025-12-03T15:39:50.315Z Fresh tokio-util v0.7.15
54382025-12-03T15:39:50.315Z Fresh atomic-waker v1.1.2
54392025-12-03T15:39:50.315Z Fresh lazycell v1.3.0
54402025-12-03T15:39:50.315Z Fresh rustc-hash v1.1.0
54412025-12-03T15:39:50.315Z Fresh sha2 v0.10.9
54422025-12-03T15:39:50.315Z Fresh rustversion v1.0.22
54432025-12-03T15:39:50.315Z Fresh bindgen v0.69.5
54442025-12-03T15:39:50.315Z Fresh cmake v0.1.51
54452025-12-03T15:39:50.315Z Fresh untrusted v0.9.0
54462025-12-03T15:39:50.315Z Fresh dunce v1.0.5
54472025-12-03T15:39:50.315Z Fresh anstyle v1.0.11
54482025-12-03T15:39:50.315Z Fresh ident_case v1.0.1
54492025-12-03T15:39:50.315Z Fresh fastrand v2.1.1
54502025-12-03T15:39:50.315Z Fresh fs_extra v1.3.0
54512025-12-03T15:39:50.316Z Fresh ring v0.17.14
54522025-12-03T15:39:50.316Z Fresh httparse v1.9.5
54532025-12-03T15:39:50.316Z Fresh pem-rfc7468 v0.7.0
54542025-12-03T15:39:50.316Z Fresh hmac v0.12.1
54552025-12-03T15:39:50.316Z Fresh anstyle-parse v0.2.5
54562025-12-03T15:39:50.316Z Fresh rand_chacha v0.3.1
54572025-12-03T15:39:50.316Z Fresh is_terminal_polyfill v1.70.1
54582025-12-03T15:39:50.316Z Fresh anstyle-query v1.1.1
54592025-12-03T15:39:50.316Z Fresh unicode-segmentation v1.12.0
54602025-12-03T15:39:50.316Z Fresh colorchoice v1.0.2
54612025-12-03T15:39:50.316Z Fresh rand v0.8.5
54622025-12-03T15:39:50.316Z Fresh der_derive v0.7.3
54632025-12-03T15:39:50.316Z Fresh rustls-pki-types v1.10.0
54642025-12-03T15:39:50.316Z Fresh anstream v0.6.18
54652025-12-03T15:39:50.316Z Fresh flagset v0.4.6
54662025-12-03T15:39:50.341Z Fresh http-body v1.0.1
54672025-12-03T15:39:50.341Z Fresh terminal_size v0.4.0
54682025-12-03T15:39:50.341Z Fresh zerocopy-derive v0.8.27
54692025-12-03T15:39:50.341Z Fresh der v0.7.10
54702025-12-03T15:39:50.341Z Fresh aws-lc-sys v0.26.0
54712025-12-03T15:39:50.341Z Fresh socket2 v0.5.10
54722025-12-03T15:39:50.341Z Fresh clap_lex v0.7.4
54732025-12-03T15:39:50.341Z Fresh httpdate v1.0.3
54742025-12-03T15:39:50.341Z Fresh untrusted v0.7.1
54752025-12-03T15:39:50.341Z Fresh zerocopy v0.8.27
54762025-12-03T15:39:50.341Z Fresh try-lock v0.2.5
54772025-12-03T15:39:50.341Z Fresh aws-lc-rs v1.12.4
54782025-12-03T15:39:50.341Z Fresh clap_builder v4.5.48
54792025-12-03T15:39:50.341Z Fresh h2 v0.4.6
54802025-12-03T15:39:50.342Z Fresh clap_derive v4.5.47
54812025-12-03T15:39:50.342Z Fresh toml_datetime v0.6.11
54822025-12-03T15:39:50.342Z Fresh serde_spanned v0.6.9
54832025-12-03T15:39:50.342Z Fresh want v0.3.1
54842025-12-03T15:39:50.342Z Fresh tower-service v0.3.3
54852025-12-03T15:39:50.342Z Fresh rustls-webpki v0.102.8
54862025-12-03T15:39:50.342Z Fresh clap v4.5.48
54872025-12-03T15:39:50.342Z Fresh async-trait v0.1.89
54882025-12-03T15:39:50.342Z Fresh hyper v1.7.0
54892025-12-03T15:39:50.342Z Fresh spki v0.7.3
54902025-12-03T15:39:50.342Z Fresh pbkdf2 v0.12.2
54912025-12-03T15:39:50.342Z Fresh aes v0.8.4
54922025-12-03T15:39:50.342Z Fresh rand_core v0.9.3
54932025-12-03T15:39:50.342Z Fresh camino v1.2.0
54942025-12-03T15:39:50.342Z Fresh mime v0.3.17
54952025-12-03T15:39:50.342Z Fresh ucd-trie v0.1.7
54962025-12-03T15:39:50.342Z Fresh hyper-util v0.1.17
54972025-12-03T15:39:50.342Z Fresh slog v2.7.0
54982025-12-03T15:39:50.342Z Fresh cbc v0.1.2
54992025-12-03T15:39:50.342Z Fresh salsa20 v0.10.2
55002025-12-03T15:39:50.342Z Fresh pest v2.8.2
55012025-12-03T15:39:50.342Z Fresh rustc_version v0.4.1
55022025-12-03T15:39:50.342Z Fresh scrypt v0.11.0
55032025-12-03T15:39:50.342Z Fresh http-body-util v0.1.3
55042025-12-03T15:39:50.342Z Fresh plain v0.2.3
55052025-12-03T15:39:50.342Z Fresh rand_chacha v0.9.0
55062025-12-03T15:39:50.342Z Fresh darling_core v0.20.10
55072025-12-03T15:39:50.342Z Fresh pest_meta v2.8.2
55082025-12-03T15:39:50.342Z Fresh rustix v1.0.7
55092025-12-03T15:39:50.342Z Fresh pkcs5 v0.7.1
55102025-12-03T15:39:50.342Z Fresh openssl-probe v0.1.5
55112025-12-03T15:39:50.342Z Fresh foreign-types-shared v0.1.1
55122025-12-03T15:39:50.342Z Fresh darling_macro v0.20.10
55132025-12-03T15:39:50.342Z Fresh rand v0.9.2
55142025-12-03T15:39:50.342Z Fresh pest_generator v2.8.2
55152025-12-03T15:39:50.342Z Fresh pkcs8 v0.10.2
55162025-12-03T15:39:50.342Z Fresh tempfile v3.20.0
55172025-12-03T15:39:50.342Z Fresh foreign-types v0.3.2
55182025-12-03T15:39:50.343Z Fresh openssl-sys v0.9.109
55192025-12-03T15:39:50.343Z Fresh serde_urlencoded v0.7.1
55202025-12-03T15:39:50.343Z Fresh openssl-macros v0.1.1
55212025-12-03T15:39:50.343Z Fresh pest_derive v2.8.2
55222025-12-03T15:39:50.343Z Fresh encoding_rs v0.8.34
55232025-12-03T15:39:50.343Z Fresh pretty-hex v0.4.1
55242025-12-03T15:39:50.343Z Fresh openssl v0.10.73
55252025-12-03T15:39:50.343Z Fresh darling v0.20.10
55262025-12-03T15:39:50.343Z Fresh openapiv3 v2.2.0
55272025-12-03T15:39:50.343Z Fresh litrs v0.4.1
55282025-12-03T15:39:50.343Z Fresh sync_wrapper v1.0.1
55292025-12-03T15:39:50.343Z Fresh winnow v0.7.13
55302025-12-03T15:39:50.343Z Fresh tower-layer v0.3.3
55312025-12-03T15:39:50.343Z Fresh psl-types v2.0.11
55322025-12-03T15:39:50.343Z Fresh rustls v0.23.19
55332025-12-03T15:39:50.343Z Fresh native-tls v0.2.12
55342025-12-03T15:39:50.343Z Fresh document-features v0.2.11
55352025-12-03T15:39:50.343Z Fresh publicsuffix v2.3.0
55362025-12-03T15:39:50.343Z Fresh tower v0.5.2
55372025-12-03T15:39:50.343Z Fresh rustls-native-certs v0.8.1
55382025-12-03T15:39:50.343Z Fresh webpki-roots v1.0.1
55392025-12-03T15:39:50.343Z Fresh tokio-rustls v0.26.0
55402025-12-03T15:39:50.343Z Fresh tokio-native-tls v0.3.1
55412025-12-03T15:39:50.343Z Fresh cookie v0.18.1
55422025-12-03T15:39:50.343Z Fresh ipnetwork v0.21.1
55432025-12-03T15:39:50.343Z Fresh scroll_derive v0.12.0
55442025-12-03T15:39:50.343Z Fresh iri-string v0.7.8
55452025-12-03T15:39:50.343Z Fresh signature v2.2.0
55462025-12-03T15:39:50.343Z Fresh sha1 v0.10.6
55472025-12-03T15:39:50.343Z Fresh hyper-rustls v0.27.7
55482025-12-03T15:39:50.343Z Fresh hyper-tls v0.6.0
55492025-12-03T15:39:50.343Z Fresh scroll v0.12.0
55502025-12-03T15:39:50.343Z Fresh cookie_store v0.21.1
55512025-12-03T15:39:50.343Z Fresh tower-http v0.6.6
55522025-12-03T15:39:50.343Z Fresh data-encoding v2.9.0
55532025-12-03T15:39:50.343Z Fresh winnow v0.5.40
55542025-12-03T15:39:50.343Z Fresh goblin v0.8.2
55552025-12-03T15:39:50.343Z Fresh reqwest v0.12.24
55562025-12-03T15:39:50.343Z Fresh toml_edit v0.19.15
55572025-12-03T15:39:50.344Z Fresh dtrace-parser v0.2.0
55582025-12-03T15:39:50.344Z Fresh thread-id v4.2.2
55592025-12-03T15:39:50.344Z Fresh tinyvec_macros v0.1.1
55602025-12-03T15:39:50.344Z Fresh quick-error v1.2.3
55612025-12-03T15:39:50.344Z Fresh dof v0.3.0
55622025-12-03T15:39:50.344Z Fresh tinyvec v1.8.0
55632025-12-03T15:39:50.344Z Fresh strum_macros v0.26.4
55642025-12-03T15:39:50.344Z Fresh num-integer v0.1.46
55652025-12-03T15:39:50.344Z Fresh static_assertions v1.1.0
55662025-12-03T15:39:50.369Z Fresh bit-vec v0.8.0
55672025-12-03T15:39:50.369Z Fresh hubpack_derive v0.1.1
55682025-12-03T15:39:50.369Z Fresh usdt-impl v0.5.0
55692025-12-03T15:39:50.369Z Fresh strum v0.26.3
55702025-12-03T15:39:50.369Z Fresh bit-set v0.8.0
55712025-12-03T15:39:50.369Z Fresh memmap v0.7.0
55722025-12-03T15:39:50.369Z Fresh wait-timeout v0.2.0
55732025-12-03T15:39:50.369Z Fresh crc32fast v1.4.2
55742025-12-03T15:39:50.369Z Fresh base16ct v0.2.0
55752025-12-03T15:39:50.369Z Fresh usdt-attr-macro v0.5.0
55762025-12-03T15:39:50.369Z Fresh usdt-macro v0.5.0
55772025-12-03T15:39:50.369Z Fresh sec1 v0.7.3
55782025-12-03T15:39:50.369Z Fresh ahash v0.8.12
55792025-12-03T15:39:50.369Z Fresh num-iter v0.1.45
55802025-12-03T15:39:50.369Z Fresh hubpack v0.1.2
55812025-12-03T15:39:50.369Z Fresh oxnet v0.1.3
55822025-12-03T15:39:50.369Z Fresh heck v0.4.1
55832025-12-03T15:39:50.369Z Fresh usdt v0.5.0
55842025-12-03T15:39:50.369Z Fresh bstr v1.10.0
55852025-12-03T15:39:50.370Z Fresh ff v0.13.0
55862025-12-03T15:39:50.370Z Fresh toml_write v0.1.2
55872025-12-03T15:39:50.370Z Fresh rusty-fork v0.3.0
55882025-12-03T15:39:50.370Z Fresh rand_xorshift v0.4.0
55892025-12-03T15:39:50.370Z Fresh hkdf v0.12.4
55902025-12-03T15:39:50.370Z Fresh toml_edit v0.22.27
55912025-12-03T15:39:50.370Z Fresh group v0.13.0
55922025-12-03T15:39:50.370Z Fresh crossbeam-epoch v0.9.18
55932025-12-03T15:39:50.370Z Fresh itertools v0.13.0
55942025-12-03T15:39:50.370Z Fresh crypto-bigint v0.5.5
55952025-12-03T15:39:50.370Z Fresh zlib-rs v0.5.1
55962025-12-03T15:39:50.370Z Fresh unarray v0.1.4
55972025-12-03T15:39:50.370Z Fresh num-bigint-dig v0.8.4
55982025-12-03T15:39:50.370Z Fresh elliptic-curve v0.13.8
55992025-12-03T15:39:50.370Z Fresh proptest v1.7.0
56002025-12-03T15:39:50.370Z Fresh libz-rs-sys v0.5.1
56012025-12-03T15:39:50.370Z Fresh pkcs1 v0.7.5
56022025-12-03T15:39:50.370Z Fresh x509-cert v0.2.5
56032025-12-03T15:39:50.370Z Fresh flate2 v1.1.2
56042025-12-03T15:39:50.370Z Fresh rsa v0.9.8
56052025-12-03T15:39:50.370Z Fresh bitflags v1.3.2
56062025-12-03T15:39:50.370Z Fresh newtype-uuid v1.3.2
56072025-12-03T15:39:50.370Z Fresh derive_builder_core v0.20.2
56082025-12-03T15:39:50.370Z Fresh rfc6979 v0.4.0
56092025-12-03T15:39:50.370Z Fresh bzip2-sys v0.1.13+1.0.8
56102025-12-03T15:39:50.370Z Fresh curve25519-dalek-derive v0.1.1
56112025-12-03T15:39:50.370Z Fresh daft-derive v0.1.4
56122025-12-03T15:39:50.370Z Fresh siphasher v0.3.11
56132025-12-03T15:39:50.370Z Fresh ecdsa v0.16.9
56142025-12-03T15:39:50.370Z Fresh derive_builder_macro v0.20.2
56152025-12-03T15:39:50.370Z Fresh toml v0.7.8
56162025-12-03T15:39:50.370Z Fresh daft v0.1.4
56172025-12-03T15:39:50.370Z Fresh curve25519-dalek v4.1.3
56182025-12-03T15:39:50.370Z Fresh phf_shared v0.11.2
56192025-12-03T15:39:50.370Z Fresh env_filter v0.1.2
56202025-12-03T15:39:50.370Z Fresh cfg_aliases v0.2.1
56212025-12-03T15:39:50.370Z Fresh signal-hook v0.3.18
56222025-12-03T15:39:50.370Z Fresh env_logger v0.11.8
56232025-12-03T15:39:50.371Z Fresh derive_builder v0.20.2
56242025-12-03T15:39:50.371Z Fresh unicode-normalization v0.1.24
56252025-12-03T15:39:50.371Z Fresh ed25519 v2.2.3
56262025-12-03T15:39:50.371Z Fresh enum-as-inner v0.6.1
56272025-12-03T15:39:50.371Z Fresh scroll_derive v0.13.1
56282025-12-03T15:39:50.371Z Fresh keccak v0.1.5
56292025-12-03T15:39:50.371Z Fresh managed v0.8.0
56302025-12-03T15:39:50.371Z Fresh ed25519-dalek v2.1.1
56312025-12-03T15:39:50.371Z Fresh memoffset v0.9.1
56322025-12-03T15:39:50.371Z Fresh sha3 v0.10.8
56332025-12-03T15:39:50.371Z Fresh scroll v0.13.0
56342025-12-03T15:39:50.371Z Fresh serde_with_macros v3.14.0
56352025-12-03T15:39:50.371Z Fresh itertools v0.10.5
56362025-12-03T15:39:50.371Z Fresh cargo-platform v0.1.8
56372025-12-03T15:39:50.371Z Fresh ref-cast-impl v1.0.24
56382025-12-03T15:39:50.371Z Fresh rustc-hash v2.1.1
56392025-12-03T15:39:50.371Z Fresh new_debug_unreachable v1.0.6
56402025-12-03T15:39:50.371Z Fresh fixedbitset v0.4.2
56412025-12-03T15:39:50.371Z Fresh precomputed-hash v0.1.1
56422025-12-03T15:39:50.371Z Fresh serde_with v3.14.0
56432025-12-03T15:39:50.371Z Fresh ref-cast v1.0.24
56442025-12-03T15:39:50.371Z Fresh goblin v0.10.2
56452025-12-03T15:39:50.371Z Fresh petgraph v0.6.5
56462025-12-03T15:39:50.371Z Fresh string_cache v0.8.9
56472025-12-03T15:39:50.371Z Fresh cargo_metadata v0.19.2
56482025-12-03T15:39:50.371Z Fresh vergen-lib v0.1.6
56492025-12-03T15:39:50.371Z Fresh zstd-sys v2.0.14+zstd.1.5.7
56502025-12-03T15:39:50.371Z Fresh signal-hook-mio v0.2.4
56512025-12-03T15:39:50.371Z Fresh bzip2 v0.4.4
56522025-12-03T15:39:50.371Z Fresh vergen v9.0.6
56532025-12-03T15:39:50.371Z Fresh zstd-safe v7.2.3
56542025-12-03T15:39:50.371Z Fresh dof v0.4.0
56552025-12-03T15:39:50.371Z Fresh dtrace-parser v0.3.0
56562025-12-03T15:39:50.371Z Fresh thread-id v5.0.0
56572025-12-03T15:39:50.371Z Fresh zip v0.6.6
56582025-12-03T15:39:50.371Z Fresh lalrpop-util v0.19.12
56592025-12-03T15:39:50.371Z Fresh lockfree-object-pool v0.1.6
56602025-12-03T15:39:50.371Z Fresh bumpalo v3.16.0
56612025-12-03T15:39:50.371Z Fresh simd-adler32 v0.3.7
56622025-12-03T15:39:50.372Z Fresh zstd v0.13.3
56632025-12-03T15:39:50.372Z Fresh zopfli v0.8.1
56642025-12-03T15:39:50.372Z Fresh usdt-impl v0.6.0
56652025-12-03T15:39:50.372Z Fresh crossterm v0.28.1
56662025-12-03T15:39:50.397Z Fresh bzip2 v0.5.2
56672025-12-03T15:39:50.397Z Fresh similar v2.7.0
56682025-12-03T15:39:50.397Z Fresh hash32 v0.2.1
56692025-12-03T15:39:50.397Z Fresh serde-big-array v0.5.1
56702025-12-03T15:39:50.397Z Fresh winnow v0.6.26
56712025-12-03T15:39:50.397Z Fresh unicode-properties v0.1.3
56722025-12-03T15:39:50.397Z Fresh predicates-core v1.0.8
56732025-12-03T15:39:50.397Z Fresh jiff v0.2.15
56742025-12-03T15:39:50.397Z Fresh unicode-bidi v0.3.17
56752025-12-03T15:39:50.397Z Fresh zip v4.2.0
56762025-12-03T15:39:50.397Z Fresh stringprep v0.1.5
56772025-12-03T15:39:50.397Z Fresh heapless v0.7.17
56782025-12-03T15:39:50.397Z Fresh hickory-proto v0.25.2
56792025-12-03T15:39:50.397Z Fresh tokio-stream v0.1.17
56802025-12-03T15:39:50.397Z Fresh md-5 v0.10.6
56812025-12-03T15:39:50.397Z Fresh strum_macros v0.27.2
56822025-12-03T15:39:50.397Z Fresh float-cmp v0.10.0
56832025-12-03T15:39:50.397Z Fresh hashbrown v0.16.0
56842025-12-03T15:39:50.397Z Fresh fallible-iterator v0.2.0
56852025-12-03T15:39:50.397Z Fresh foldhash v0.2.0
56862025-12-03T15:39:50.397Z Fresh difflib v0.4.0
56872025-12-03T15:39:50.397Z Fresh normalize-line-endings v0.3.0
56882025-12-03T15:39:50.398Z Fresh iddqd v0.3.16
56892025-12-03T15:39:50.398Z Fresh postgres-protocol v0.6.8
56902025-12-03T15:39:50.398Z Fresh strum v0.27.2
56912025-12-03T15:39:50.398Z Fresh fs-err v3.1.1
56922025-12-03T15:39:50.398Z Fresh nix v0.29.0
56932025-12-03T15:39:50.398Z Fresh smoltcp v0.9.1
56942025-12-03T15:39:50.398Z Fresh buf-list v1.0.3
56952025-12-03T15:39:50.398Z Fresh predicates v3.1.3
56962025-12-03T15:39:50.398Z Fresh serde_repr v0.1.19
56972025-12-03T15:39:50.398Z Fresh peg-runtime v0.8.5
56982025-12-03T15:39:50.398Z Fresh postgres-types v0.2.9
56992025-12-03T15:39:50.398Z Fresh phf v0.11.2
57002025-12-03T15:39:50.398Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
57012025-12-03T15:39:50.398Z Fresh whoami v1.5.2
57022025-12-03T15:39:50.398Z Fresh is-terminal v0.4.13
57032025-12-03T15:39:50.398Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
57042025-12-03T15:39:50.398Z Fresh tokio-postgres v0.7.13
57052025-12-03T15:39:50.398Z Fresh futures-executor v0.3.31
57062025-12-03T15:39:50.398Z Fresh regress v0.10.4
57072025-12-03T15:39:50.398Z Fresh crossbeam-channel v0.5.15
57082025-12-03T15:39:50.398Z Fresh hex v0.4.3
57092025-12-03T15:39:50.398Z Fresh thread_local v1.1.8
57102025-12-03T15:39:50.398Z Fresh futures v0.3.31
57112025-12-03T15:39:50.398Z Fresh unsafe-libyaml v0.2.11
57122025-12-03T15:39:50.398Z Fresh typify-impl v0.4.3
57132025-12-03T15:39:50.398Z Fresh term v1.1.0
57142025-12-03T15:39:50.398Z Fresh take_mut v0.2.2
57152025-12-03T15:39:50.398Z Fresh match_cfg v0.1.0
57162025-12-03T15:39:50.398Z Fresh serde_yaml v0.9.34+deprecated
57172025-12-03T15:39:50.398Z Fresh slog-async v2.8.0
57182025-12-03T15:39:50.398Z Fresh typify-macro v0.4.3
57192025-12-03T15:39:50.398Z Fresh slog-term v2.9.2
57202025-12-03T15:39:50.398Z Fresh hostname v0.3.1
57212025-12-03T15:39:50.398Z Fresh debug-ignore v1.0.5
57222025-12-03T15:39:50.398Z Fresh typify v0.4.3
57232025-12-03T15:39:50.398Z Fresh toml_parser v1.0.2
57242025-12-03T15:39:50.398Z Fresh serde_path_to_error v0.1.17
57252025-12-03T15:39:50.398Z Fresh serde_spanned v1.0.0
57262025-12-03T15:39:50.398Z Fresh toml_datetime v0.7.0
57272025-12-03T15:39:50.399Z Fresh structmeta-derive v0.3.0
57282025-12-03T15:39:50.399Z Fresh toml_writer v1.0.2
57292025-12-03T15:39:50.399Z Fresh structmeta v0.3.0
57302025-12-03T15:39:50.399Z Fresh rustls v0.22.4
57312025-12-03T15:39:50.399Z Fresh progenitor-client v0.10.0
57322025-12-03T15:39:50.399Z Fresh slog-json v2.6.1
57332025-12-03T15:39:50.399Z Fresh async-stream-impl v0.3.6
57342025-12-03T15:39:50.399Z Fresh toml v0.9.5
57352025-12-03T15:39:50.399Z Fresh tokio-rustls v0.25.0
57362025-12-03T15:39:50.399Z Fresh async-stream v0.3.6
57372025-12-03T15:39:50.399Z Fresh slog-bunyan v2.5.0
57382025-12-03T15:39:50.399Z Fresh rustls-pemfile v2.2.0
57392025-12-03T15:39:50.399Z Fresh waitgroup v0.1.2
57402025-12-03T15:39:50.399Z Fresh multer v3.1.0
57412025-12-03T15:39:50.399Z Fresh dropshot_endpoint v0.16.4
57422025-12-03T15:39:50.399Z Fresh hostname v0.4.0
57432025-12-03T15:39:50.399Z Fresh derive-ex v0.1.8
57442025-12-03T15:39:50.399Z Fresh newtype-uuid-macros v0.1.0
57452025-12-03T15:39:50.399Z Fresh macaddr v1.0.1
57462025-12-03T15:39:50.399Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
57472025-12-03T15:39:50.399Z Fresh instant v0.1.13
57482025-12-03T15:39:50.399Z Fresh dropshot v0.16.4
57492025-12-03T15:39:50.399Z Fresh test-strategy v0.4.3
57502025-12-03T15:39:50.399Z Fresh progenitor-impl v0.11.2
57512025-12-03T15:39:50.399Z Fresh parse-display-derive v0.10.0
57522025-12-03T15:39:50.399Z Fresh progenitor-client v0.11.2
57532025-12-03T15:39:50.399Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
57542025-12-03T15:39:50.399Z Fresh backoff v0.4.0
57552025-12-03T15:39:50.399Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
57562025-12-03T15:39:50.399Z Fresh progenitor-macro v0.11.2
57572025-12-03T15:39:50.399Z Fresh parse-display v0.10.0
57582025-12-03T15:39:50.399Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
57592025-12-03T15:39:50.399Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
57602025-12-03T15:39:50.399Z Fresh itertools v0.14.0
57612025-12-03T15:39:50.399Z Fresh unicode-width v0.1.14
57622025-12-03T15:39:50.399Z Fresh progenitor v0.11.2
57632025-12-03T15:39:50.399Z Fresh toml v0.8.23
57642025-12-03T15:39:50.399Z Fresh camino-tempfile v1.4.1
57652025-12-03T15:39:50.399Z Fresh unicode-width v0.2.0
57662025-12-03T15:39:50.426Z Fresh crossbeam-deque v0.8.5
57672025-12-03T15:39:50.426Z Fresh progenitor-impl v0.10.0
57682025-12-03T15:39:50.426Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
57692025-12-03T15:39:50.426Z Fresh progenitor-macro v0.10.0
57702025-12-03T15:39:50.426Z Fresh darling_core v0.21.0
57712025-12-03T15:39:50.426Z Fresh proc-macro-crate v1.3.1
57722025-12-03T15:39:50.426Z Fresh proc-macro-error-attr v1.0.4
57732025-12-03T15:39:50.426Z Fresh progenitor v0.10.0
57742025-12-03T15:39:50.426Z Fresh darling_macro v0.21.0
57752025-12-03T15:39:50.426Z Fresh num_enum_derive v0.5.11
57762025-12-03T15:39:50.426Z Fresh proc-macro-error v1.0.4
57772025-12-03T15:39:50.426Z Fresh rayon-core v1.12.1
57782025-12-03T15:39:50.426Z Fresh crucible-workspace-hack v0.1.0
57792025-12-03T15:39:50.426Z Fresh darling v0.21.0
57802025-12-03T15:39:50.426Z Fresh num_enum v0.5.11
57812025-12-03T15:39:50.426Z Fresh rayon v1.10.0
57822025-12-03T15:39:50.426Z Fresh ingot-macros v0.1.1
57832025-12-03T15:39:50.426Z Fresh hash32 v0.3.1
57842025-12-03T15:39:50.426Z Fresh nix v0.30.1
57852025-12-03T15:39:50.426Z Fresh heapless v0.8.0
57862025-12-03T15:39:50.426Z Fresh ingot-types v0.1.2
57872025-12-03T15:39:50.426Z Fresh tabwriter v1.4.0
57882025-12-03T15:39:50.426Z Fresh foreign-types-macros v0.2.3
57892025-12-03T15:39:50.426Z Fresh foreign-types-shared v0.3.1
57902025-12-03T15:39:50.426Z Fresh cobs v0.2.3
57912025-12-03T15:39:50.426Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57922025-12-03T15:39:50.426Z Fresh ingot v0.1.1
57932025-12-03T15:39:50.426Z Fresh smoltcp v0.11.0
57942025-12-03T15:39:50.426Z Fresh postcard v1.0.10
57952025-12-03T15:39:50.426Z Fresh foreign-types v0.5.0
57962025-12-03T15:39:50.426Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57972025-12-03T15:39:50.426Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57982025-12-03T15:39:50.426Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57992025-12-03T15:39:50.426Z Fresh cstr-argument v0.1.2
58002025-12-03T15:39:50.426Z Fresh pretty-hex v0.2.1
58012025-12-03T15:39:50.426Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
58022025-12-03T15:39:50.427Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
58032025-12-03T15:39:50.427Z Fresh colored v2.2.0
58042025-12-03T15:39:50.427Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
58052025-12-03T15:39:50.427Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58062025-12-03T15:39:50.427Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58072025-12-03T15:39:50.427Z Fresh sigpipe v0.1.3
58082025-12-03T15:39:50.427Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
58092025-12-03T15:39:50.427Z Fresh zone_cfg_derive v0.3.0
58102025-12-03T15:39:50.427Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
58112025-12-03T15:39:50.427Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
58122025-12-03T15:39:50.427Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
58132025-12-03T15:39:50.427Z Fresh smf v0.2.3
58142025-12-03T15:39:50.427Z Fresh num-derive v0.4.2
58152025-12-03T15:39:50.427Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
58162025-12-03T15:39:50.427Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
58172025-12-03T15:39:50.427Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
58182025-12-03T15:39:50.427Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
58192025-12-03T15:39:50.427Z Fresh zone v0.3.1
58202025-12-03T15:39:50.427Z Fresh convert_case v0.4.0
58212025-12-03T15:39:50.427Z Fresh indent_write v2.2.0
58222025-12-03T15:39:50.427Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
58232025-12-03T15:39:50.427Z Fresh derive_more v0.99.20
58242025-12-03T15:39:50.427Z Fresh num-rational v0.4.2
58252025-12-03T15:39:50.427Z Fresh num-complex v0.4.6
58262025-12-03T15:39:50.427Z Fresh float-ord v0.3.2
58272025-12-03T15:39:50.427Z Fresh secrecy v0.10.3
58282025-12-03T15:39:50.427Z Fresh swrite v0.1.0
58292025-12-03T15:39:50.427Z Fresh num v0.4.3
58302025-12-03T15:39:50.427Z Fresh console v0.15.10
58312025-12-03T15:39:50.427Z Fresh password-hash v0.5.0
58322025-12-03T15:39:50.427Z Fresh blake2 v0.10.6
58332025-12-03T15:39:50.427Z Fresh atomicwrites v0.4.4
58342025-12-03T15:39:50.427Z Fresh derive-where v1.5.0
58352025-12-03T15:39:50.427Z Fresh newline-converter v0.3.0
58362025-12-03T15:39:50.427Z Fresh argon2 v0.5.3
58372025-12-03T15:39:50.427Z Fresh base64 v0.21.7
58382025-12-03T15:39:50.427Z Fresh bytecount v0.6.8
58392025-12-03T15:39:50.427Z Fresh expectorate v1.2.0
58402025-12-03T15:39:50.427Z Fresh fixedbitset v0.5.7
58412025-12-03T15:39:50.428Z Fresh tokio-dtrace v0.1.0
58422025-12-03T15:39:50.428Z Fresh petgraph v0.8.2
58432025-12-03T15:39:50.428Z Fresh oxide-tokio-rt v0.1.2
58442025-12-03T15:39:50.428Z Fresh libsw-core v0.3.1
58452025-12-03T15:39:50.428Z Fresh linear-map v1.2.0
58462025-12-03T15:39:50.428Z Fresh same-file v1.0.6
58472025-12-03T15:39:50.428Z Fresh owo-colors v4.2.2
58482025-12-03T15:39:50.428Z Fresh libsw v3.5.0
58492025-12-03T15:39:50.428Z Fresh unicode-xid v0.2.6
58502025-12-03T15:39:50.428Z Fresh walkdir v2.5.0
58512025-12-03T15:39:50.428Z Fresh cancel-safe-futures v0.1.5
58522025-12-03T15:39:50.428Z Fresh gethostname v0.5.0
58532025-12-03T15:39:50.428Z Fresh resolv-conf v0.7.0
58542025-12-03T15:39:50.428Z Fresh utf-8 v0.7.6
58552025-12-03T15:39:50.428Z Fresh convert_case v0.7.1
58562025-12-03T15:39:50.428Z Fresh unicode-linebreak v0.1.5
58572025-12-03T15:39:50.428Z Fresh smawk v0.3.2
58582025-12-03T15:39:50.428Z Fresh derive_more-impl v2.0.1
58592025-12-03T15:39:50.428Z Fresh globset v0.4.15
58602025-12-03T15:39:50.428Z Fresh async-recursion v1.1.1
58612025-12-03T15:39:50.428Z Fresh vte_generate_state_changes v0.1.2
58622025-12-03T15:39:50.428Z Fresh derive_more v2.0.1
58632025-12-03T15:39:50.428Z Fresh termtree v0.5.1
58642025-12-03T15:39:50.428Z Fresh vte v0.11.1
58652025-12-03T15:39:50.428Z Fresh fd-lock v4.0.2
58662025-12-03T15:39:50.454Z Fresh linked-hash-map v0.5.6
58672025-12-03T15:39:50.454Z Fresh tungstenite v0.21.0
58682025-12-03T15:39:50.454Z Fresh crossterm v0.29.0
58692025-12-03T15:39:50.454Z Fresh slog-dtrace v0.3.0
58702025-12-03T15:39:50.454Z Fresh strip-ansi-escapes v0.2.0
58712025-12-03T15:39:50.454Z Fresh lru-cache v0.1.2
58722025-12-03T15:39:50.454Z Fresh hickory-proto v0.24.4
58732025-12-03T15:39:50.454Z Fresh nibble_vec v0.1.0
58742025-12-03T15:39:50.454Z Fresh nu-ansi-term v0.50.1
58752025-12-03T15:39:50.454Z Fresh endian-type v0.1.2
58762025-12-03T15:39:50.454Z Fresh display-error-chain v0.2.2
58772025-12-03T15:39:50.454Z Fresh reedline v0.40.0
58782025-12-03T15:39:50.454Z Fresh radix_trie v0.2.1
58792025-12-03T15:39:50.454Z Fresh tokio-tungstenite v0.21.0
58802025-12-03T15:39:50.454Z Fresh pin-project-internal v1.1.6
58812025-12-03T15:39:50.454Z Fresh pin-project v1.1.6
58822025-12-03T15:39:50.454Z Fresh hickory-resolver v0.24.4
58832025-12-03T15:39:50.454Z Fresh textwrap v0.16.2
58842025-12-03T15:39:50.454Z Fresh pem v3.0.5
58852025-12-03T15:39:50.454Z Fresh snafu-derive v0.8.5
58862025-12-03T15:39:50.454Z Fresh cfg_aliases v0.1.1
58872025-12-03T15:39:50.454Z Fresh qorb v0.4.1
58882025-12-03T15:39:50.454Z Fresh humantime v2.2.0
58892025-12-03T15:39:50.454Z Fresh snafu v0.8.5
58902025-12-03T15:39:50.454Z Fresh olpc-cjson v0.1.4
58912025-12-03T15:39:50.454Z Fresh serde_plain v1.0.2
58922025-12-03T15:39:50.454Z Fresh typed-path v0.9.3
58932025-12-03T15:39:50.454Z Fresh siphasher v1.0.1
58942025-12-03T15:39:50.454Z Fresh phf_shared v0.12.1
58952025-12-03T15:39:50.454Z Fresh tough v0.20.0
58962025-12-03T15:39:50.454Z Fresh papergrid v0.11.0
58972025-12-03T15:39:50.454Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
58982025-12-03T15:39:50.454Z Fresh tabled_derive v0.7.0
58992025-12-03T15:39:50.454Z Fresh csv-core v0.1.11
59002025-12-03T15:39:50.454Z Fresh semver v0.1.20
59012025-12-03T15:39:50.455Z Fresh highway v1.3.0
59022025-12-03T15:39:50.455Z Fresh phf v0.12.1
59032025-12-03T15:39:50.455Z Fresh csv v1.3.1
59042025-12-03T15:39:50.455Z Fresh tabled v0.15.0
59052025-12-03T15:39:50.455Z Fresh nix v0.28.0
59062025-12-03T15:39:50.455Z Fresh const_format_proc_macros v0.2.34
59072025-12-03T15:39:50.455Z Fresh rustc_version v0.1.7
59082025-12-03T15:39:50.455Z Fresh peg-macros v0.8.5
59092025-12-03T15:39:50.455Z Fresh sqlparser_derive v0.2.2
59102025-12-03T15:39:50.455Z Fresh unicode_categories v0.1.1
59112025-12-03T15:39:50.455Z Fresh rustyline v14.0.0
59122025-12-03T15:39:50.455Z Fresh chrono-tz v0.10.4
59132025-12-03T15:39:50.455Z Fresh sqlformat v0.3.5
59142025-12-03T15:39:50.455Z Fresh sqlparser v0.45.0
59152025-12-03T15:39:50.455Z Fresh peg v0.8.5
59162025-12-03T15:39:50.455Z Fresh const_format v0.2.34
59172025-12-03T15:39:50.455Z Fresh bcs v0.1.6
59182025-12-03T15:39:50.455Z Fresh arc-swap v1.7.1
59192025-12-03T15:39:50.455Z Fresh xattr v1.3.1
59202025-12-03T15:39:50.455Z Fresh filetime v0.2.26
59212025-12-03T15:39:50.455Z Fresh half v2.4.1
59222025-12-03T15:39:50.455Z Fresh newtype_derive v0.1.6
59232025-12-03T15:39:50.455Z Fresh slog-scope v4.4.0
59242025-12-03T15:39:50.455Z Fresh tar v0.4.44
59252025-12-03T15:39:50.455Z Fresh ciborium-io v0.2.2
59262025-12-03T15:39:50.455Z Fresh universal-hash v0.5.1
59272025-12-03T15:39:50.455Z Fresh opaque-debug v0.3.1
59282025-12-03T15:39:50.455Z Fresh steno v0.4.1
59292025-12-03T15:39:50.455Z Fresh slog-stdlog v4.1.1
59302025-12-03T15:39:50.455Z Fresh ciborium-ll v0.2.2
59312025-12-03T15:39:50.455Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
59322025-12-03T15:39:50.455Z Fresh typify-impl v0.2.0
59332025-12-03T15:39:50.455Z Fresh subprocess v0.2.9
59342025-12-03T15:39:50.455Z Fresh headers-core v0.3.0
59352025-12-03T15:39:50.455Z Fresh aead v0.5.2
59362025-12-03T15:39:50.455Z Fresh slog-envlogger v2.2.0
59372025-12-03T15:39:50.455Z Fresh ciborium v0.2.2
59382025-12-03T15:39:50.455Z Fresh typify-macro v0.2.0
59392025-12-03T15:39:50.456Z Fresh headers v0.4.1
59402025-12-03T15:39:50.456Z Fresh poly1305 v0.8.0
59412025-12-03T15:39:50.456Z Fresh chacha20 v0.9.1
59422025-12-03T15:39:50.456Z Fresh typify v0.2.0
59432025-12-03T15:39:50.456Z Fresh progenitor-client v0.8.0
59442025-12-03T15:39:50.456Z Fresh heck v0.3.3
59452025-12-03T15:39:50.456Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
59462025-12-03T15:39:50.456Z Fresh yasna v0.5.2
59472025-12-03T15:39:50.456Z Fresh thiserror-impl-no-std v2.0.2
59482025-12-03T15:39:50.456Z Fresh progenitor-impl v0.8.0
59492025-12-03T15:39:50.456Z Fresh lzma-sys v0.1.20
59502025-12-03T15:39:50.456Z Fresh zone_cfg_derive v0.1.2
59512025-12-03T15:39:50.456Z Fresh number_prefix v0.4.0
59522025-12-03T15:39:50.456Z Fresh base64 v0.13.1
59532025-12-03T15:39:50.456Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
59542025-12-03T15:39:50.456Z Fresh rcgen v0.12.1
59552025-12-03T15:39:50.456Z Fresh thiserror-no-std v2.0.2
59562025-12-03T15:39:50.456Z Fresh progenitor-macro v0.8.0
59572025-12-03T15:39:50.456Z Fresh ron v0.7.1
59582025-12-03T15:39:50.456Z Fresh xz2 v0.1.7
59592025-12-03T15:39:50.456Z Fresh zone v0.1.8
59602025-12-03T15:39:50.456Z Fresh indicatif v0.17.11
59612025-12-03T15:39:50.456Z Fresh vsss-rs v3.3.4
59622025-12-03T15:39:50.456Z Fresh chacha20poly1305 v0.10.1
59632025-12-03T15:39:50.456Z Fresh progenitor v0.8.0
59642025-12-03T15:39:50.456Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59652025-12-03T15:39:50.456Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
59662025-12-03T15:39:50.482Z Fresh dropshot-api-manager-types v0.2.3
59672025-12-03T15:39:50.482Z Fresh tagptr v0.2.0
59682025-12-03T15:39:50.482Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
59692025-12-03T15:39:50.482Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
59702025-12-03T15:39:50.482Z Fresh tap v1.0.1
59712025-12-03T15:39:50.482Z Fresh zerocopy-derive v0.6.6
59722025-12-03T15:39:50.482Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
59732025-12-03T15:39:50.482Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
59742025-12-03T15:39:50.482Z Fresh moka v0.12.10
59752025-12-03T15:39:50.482Z Fresh wyz v0.5.1
59762025-12-03T15:39:50.482Z Fresh funty v2.0.0
59772025-12-03T15:39:50.482Z Fresh hickory-resolver v0.25.2
59782025-12-03T15:39:50.482Z Fresh radium v0.7.0
59792025-12-03T15:39:50.482Z Fresh crc-catalog v2.4.0
59802025-12-03T15:39:50.482Z Fresh maybe-uninit v2.0.0
59812025-12-03T15:39:50.482Z Fresh zerocopy v0.6.6
59822025-12-03T15:39:50.482Z Fresh crc v3.2.1
59832025-12-03T15:39:50.482Z Fresh bitvec v1.0.1
59842025-12-03T15:39:50.482Z Fresh packed_struct_codegen v0.10.1
59852025-12-03T15:39:50.482Z Fresh bitfield-macros v0.19.2
59862025-12-03T15:39:50.482Z Fresh nodrop v0.1.14
59872025-12-03T15:39:50.482Z Fresh smallvec v0.6.14
59882025-12-03T15:39:50.482Z Fresh bitfield v0.19.2
59892025-12-03T15:39:50.482Z Fresh array-init v0.0.4
59902025-12-03T15:39:50.482Z Fresh packed_struct v0.10.1
59912025-12-03T15:39:50.482Z Fresh hashbrown v0.12.3
59922025-12-03T15:39:50.482Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
59932025-12-03T15:39:50.482Z Fresh ron v0.8.1
59942025-12-03T15:39:50.482Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
59952025-12-03T15:39:50.482Z Fresh serde-hex v0.1.0
59962025-12-03T15:39:50.482Z Fresh indexmap v1.9.3
59972025-12-03T15:39:50.482Z Fresh hashbrown v0.13.2
59982025-12-03T15:39:50.482Z Fresh bitfield-struct v0.6.2
59992025-12-03T15:39:50.483Z Fresh crc-any v2.5.0
60002025-12-03T15:39:50.483Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
60012025-12-03T15:39:50.483Z Fresh libefi-sys v0.1.0
60022025-12-03T15:39:50.483Z Fresh object v0.30.4
60032025-12-03T15:39:50.483Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60042025-12-03T15:39:50.483Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
60052025-12-03T15:39:50.483Z Fresh path-slash v0.1.5
60062025-12-03T15:39:50.483Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60072025-12-03T15:39:50.483Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60082025-12-03T15:39:50.483Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
60092025-12-03T15:39:50.483Z Fresh xshell-macros v0.2.7
60102025-12-03T15:39:50.483Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
60112025-12-03T15:39:50.483Z Fresh memmap2 v0.9.8
60122025-12-03T15:39:50.483Z Fresh half v1.8.3
60132025-12-03T15:39:50.483Z Fresh proc-macro-error-attr2 v2.0.0
60142025-12-03T15:39:50.483Z Fresh xshell v0.2.7
60152025-12-03T15:39:50.483Z Fresh serde_cbor v0.11.2
60162025-12-03T15:39:50.483Z Fresh proc-macro-error2 v2.0.1
60172025-12-03T15:39:50.483Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60182025-12-03T15:39:50.483Z Fresh num-derive v0.3.3
60192025-12-03T15:39:50.483Z Fresh maplit v1.0.2
60202025-12-03T15:39:50.483Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60212025-12-03T15:39:50.483Z Fresh libscf-sys v1.1.0
60222025-12-03T15:39:50.483Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60232025-12-03T15:39:50.483Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60242025-12-03T15:39:50.483Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60252025-12-03T15:39:50.483Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
60262025-12-03T15:39:50.483Z Fresh tabled_derive v0.11.0
60272025-12-03T15:39:50.483Z Fresh papergrid v0.17.0
60282025-12-03T15:39:50.483Z Fresh testing_table v0.3.0
60292025-12-03T15:39:50.483Z Fresh usdt-macro v0.6.0
60302025-12-03T15:39:50.483Z Fresh usdt-attr-macro v0.6.0
60312025-12-03T15:39:50.483Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
60322025-12-03T15:39:50.483Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60332025-12-03T15:39:50.483Z Fresh unicase v2.8.1
60342025-12-03T15:39:50.483Z Fresh usdt v0.6.0
60352025-12-03T15:39:50.483Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
60362025-12-03T15:39:50.483Z Fresh tabled v0.20.0
60372025-12-03T15:39:50.484Z Fresh fxhash v0.2.1
60382025-12-03T15:39:50.484Z Fresh crc8 v0.1.1
60392025-12-03T15:39:50.484Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
60402025-12-03T15:39:50.484Z Fresh diff v0.1.13
60412025-12-03T15:39:50.484Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
60422025-12-03T15:39:50.484Z Fresh dsl_auto_type v0.1.2
60432025-12-03T15:39:50.484Z Fresh kstat-rs v0.2.4
60442025-12-03T15:39:50.484Z Fresh scheduled-thread-pool v0.2.7
60452025-12-03T15:39:50.484Z Fresh diesel_table_macro_syntax v0.2.0
60462025-12-03T15:39:50.484Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
60472025-12-03T15:39:50.484Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
60482025-12-03T15:39:50.484Z Fresh r2d2 v0.8.10
60492025-12-03T15:39:50.484Z Fresh diesel_derives v2.2.3
60502025-12-03T15:39:50.484Z Fresh diesel v2.2.12
60512025-12-03T15:39:50.484Z Fresh vergen-gitcl v1.0.8
60522025-12-03T15:39:50.484Z Fresh dirs-sys-next v0.1.2
60532025-12-03T15:39:50.484Z Fresh nanorand v0.7.0
60542025-12-03T15:39:50.484Z Fresh dirs-next v2.0.0
60552025-12-03T15:39:50.484Z Fresh bit-vec v0.6.3
60562025-12-03T15:39:50.484Z Fresh flume v0.11.1
60572025-12-03T15:39:50.484Z Fresh parking_lot_core v0.8.6
60582025-12-03T15:39:50.484Z Fresh crunchy v0.2.2
60592025-12-03T15:39:50.484Z Fresh term v0.7.0
60602025-12-03T15:39:50.484Z Fresh bit-set v0.5.3
60612025-12-03T15:39:50.484Z Fresh prefix-trie v0.7.0
60622025-12-03T15:39:50.484Z Fresh ena v0.14.3
60632025-12-03T15:39:50.484Z Fresh parking_lot v0.11.2
60642025-12-03T15:39:50.484Z Fresh tiny-keccak v2.0.2
60652025-12-03T15:39:50.484Z Fresh ascii-canvas v3.0.0
60662025-12-03T15:39:50.510Z Fresh regex-syntax v0.6.29
60672025-12-03T15:39:50.510Z Fresh hickory-server v0.25.2
60682025-12-03T15:39:50.510Z Fresh sled v0.34.7
60692025-12-03T15:39:50.510Z Fresh lalrpop v0.19.12
60702025-12-03T15:39:50.510Z Fresh hickory-client v0.25.2
60712025-12-03T15:39:50.510Z Fresh bindgen v0.71.1
60722025-12-03T15:39:50.510Z Fresh strum_macros v0.24.3
60732025-12-03T15:39:50.510Z Fresh indoc v1.0.9
60742025-12-03T15:39:50.510Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
60752025-12-03T15:39:50.510Z Fresh primeorder v0.13.6
60762025-12-03T15:39:50.510Z Fresh impl-trait-for-tuples v0.2.2
60772025-12-03T15:39:50.510Z Fresh libxml v0.3.3
60782025-12-03T15:39:50.510Z Fresh polar-core v0.27.3
60792025-12-03T15:39:50.510Z Fresh oso-derive v0.27.3
60802025-12-03T15:39:50.510Z Fresh quick-xml v0.37.2
60812025-12-03T15:39:50.510Z Fresh oso v0.27.3
60822025-12-03T15:39:50.510Z Fresh samael v0.0.19
60832025-12-03T15:39:50.510Z Fresh trait-variant v0.1.2
60842025-12-03T15:39:50.510Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
60852025-12-03T15:39:50.510Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
60862025-12-03T15:39:50.510Z Fresh salty v0.3.0
60872025-12-03T15:39:50.511Z Fresh p384 v0.13.1
60882025-12-03T15:39:50.511Z Fresh predicates-tree v1.0.12
60892025-12-03T15:39:50.511Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
60902025-12-03T15:39:50.511Z Fresh bb8 v0.8.5
60912025-12-03T15:39:50.511Z Fresh parse-size v1.1.0
60922025-12-03T15:39:50.511Z Fresh assert_matches v1.5.0
60932025-12-03T15:39:50.511Z Fresh fs-err v2.11.0
60942025-12-03T15:39:50.511Z Fresh http-range v0.1.5
60952025-12-03T15:39:50.511Z Fresh diesel-dtrace v0.4.2
60962025-12-03T15:39:50.511Z Fresh async-bb8-diesel v0.2.1
60972025-12-03T15:39:50.511Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60982025-12-03T15:39:50.511Z Fresh atty v0.2.14
60992025-12-03T15:39:50.511Z Fresh mime_guess v2.0.5
61002025-12-03T15:39:50.511Z Fresh ignore v0.4.23
61012025-12-03T15:39:50.511Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
61022025-12-03T15:39:50.511Z Fresh globwalk v0.9.1
61032025-12-03T15:39:50.511Z Fresh hyper-staticfile v0.10.1
61042025-12-03T15:39:50.511Z Fresh attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
61052025-12-03T15:39:50.511Z Fresh signal-hook-tokio v0.3.1
61062025-12-03T15:39:50.511Z Fresh corncobs v0.1.4
61072025-12-03T15:39:50.511Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
61082025-12-03T15:39:50.511Z Fresh camino-tempfile-ext v0.3.2
61092025-12-03T15:39:50.511Z Fresh secrecy v0.8.0
61102025-12-03T15:39:50.511Z Fresh dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
61112025-12-03T15:39:50.511Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
61122025-12-03T15:39:50.511Z Fresh tungstenite v0.23.0
61132025-12-03T15:39:50.511Z Fresh void v1.0.2
61142025-12-03T15:39:50.511Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
61152025-12-03T15:39:50.511Z Fresh lzss v0.8.2
61162025-12-03T15:39:50.511Z Fresh tokio-tungstenite v0.23.1
61172025-12-03T15:39:50.511Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
61182025-12-03T15:39:50.511Z Fresh nix v0.27.1
61192025-12-03T15:39:50.511Z Fresh serde_bytes v0.11.19
61202025-12-03T15:39:50.511Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
61212025-12-03T15:39:50.511Z Fresh rand_seeder v0.4.0
61222025-12-03T15:39:50.511Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
61232025-12-03T15:39:50.511Z Fresh yansi v1.0.1
61242025-12-03T15:39:50.511Z Fresh pretty_assertions v1.4.1
61252025-12-03T15:39:50.512Z Fresh is_ci v1.2.0
61262025-12-03T15:39:50.512Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
61272025-12-03T15:39:50.512Z Fresh tabled_derive v0.10.0
61282025-12-03T15:39:50.512Z Fresh typeid v1.0.3
61292025-12-03T15:39:50.512Z Fresh papergrid v0.14.0
61302025-12-03T15:39:50.512Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
61312025-12-03T15:39:50.512Z Fresh concurrent-queue v2.5.0
61322025-12-03T15:39:50.512Z Fresh parking v2.2.1
61332025-12-03T15:39:50.512Z Fresh tabled v0.18.0
61342025-12-03T15:39:50.512Z Fresh erased-serde v0.4.6
61352025-12-03T15:39:50.512Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
61362025-12-03T15:39:50.512Z Fresh castaway v0.2.3
61372025-12-03T15:39:50.512Z Fresh ordered-float v2.10.1
61382025-12-03T15:39:50.512Z Fresh indoc v2.0.6
61392025-12-03T15:39:50.512Z Fresh compact_str v0.8.0
61402025-12-03T15:39:50.512Z Fresh serde-untagged v0.1.7
61412025-12-03T15:39:50.512Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
61422025-12-03T15:39:50.512Z Fresh libz-sys v1.1.20
61432025-12-03T15:39:50.512Z Fresh serde-value v0.7.0
61442025-12-03T15:39:50.512Z Fresh unicode-truncate v1.1.0
61452025-12-03T15:39:50.512Z Fresh lru v0.12.5
61462025-12-03T15:39:50.512Z Fresh instability v0.3.2
61472025-12-03T15:39:50.512Z Fresh cassowary v0.3.0
61482025-12-03T15:39:50.512Z Fresh libgit2-sys v0.18.2+1.9.1
61492025-12-03T15:39:50.512Z Fresh event-listener v5.3.1
61502025-12-03T15:39:50.512Z Fresh console v0.16.0
61512025-12-03T15:39:50.512Z Fresh ratatui v0.29.0
61522025-12-03T15:39:50.512Z Fresh cargo-util-schemas v0.8.2
61532025-12-03T15:39:50.512Z Fresh cargo-platform v0.2.0
61542025-12-03T15:39:50.512Z Fresh unit-prefix v0.5.1
61552025-12-03T15:39:50.512Z Fresh event-listener-strategy v0.5.2
61562025-12-03T15:39:50.512Z Fresh git2 v0.20.2
61572025-12-03T15:39:50.512Z Fresh cargo_metadata v0.21.0
61582025-12-03T15:39:50.512Z Fresh indicatif v0.18.0
61592025-12-03T15:39:50.512Z Fresh supports-color v3.0.2
61602025-12-03T15:39:50.512Z Fresh vergen-git2 v1.0.7
61612025-12-03T15:39:50.512Z Fresh futures-lite v2.3.0
61622025-12-03T15:39:50.512Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
61632025-12-03T15:39:50.512Z Fresh rustls-webpki v0.101.7
61642025-12-03T15:39:50.512Z Fresh sct v0.7.1
61652025-12-03T15:39:50.513Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
61662025-12-03T15:39:50.538Z Fresh rustls v0.21.12
61672025-12-03T15:39:50.538Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
61682025-12-03T15:39:50.538Z Fresh async-lock v3.4.0
61692025-12-03T15:39:50.538Z Fresh tokio-rustls v0.24.1
61702025-12-03T15:39:50.538Z Fresh rustls-pemfile v1.0.4
61712025-12-03T15:39:50.538Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
61722025-12-03T15:39:50.538Z Fresh twox-hash v2.1.0
61732025-12-03T15:39:50.538Z Fresh polling v3.7.3
61742025-12-03T15:39:50.538Z Fresh shell-words v1.1.0
61752025-12-03T15:39:50.538Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
61762025-12-03T15:39:50.538Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
61772025-12-03T15:39:50.538Z Fresh async-io v2.3.4
61782025-12-03T15:39:50.538Z Fresh fatfs v0.3.6
61792025-12-03T15:39:50.538Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
61802025-12-03T15:39:50.538Z Fresh hex-literal v0.4.1
61812025-12-03T15:39:50.538Z Fresh async-task v4.7.1
61822025-12-03T15:39:50.538Z Fresh async-channel v2.3.1
61832025-12-03T15:39:50.538Z Fresh piper v0.2.4
61842025-12-03T15:39:50.538Z Fresh plotters-backend v0.3.7
61852025-12-03T15:39:50.538Z Fresh async-signal v0.2.10
61862025-12-03T15:39:50.538Z Fresh async-executor v1.13.1
61872025-12-03T15:39:50.538Z Fresh blocking v1.6.1
61882025-12-03T15:39:50.538Z Fresh rtoolbox v0.0.2
61892025-12-03T15:39:50.538Z Fresh cast v0.3.0
61902025-12-03T15:39:50.538Z Fresh plotters-svg v0.3.7
61912025-12-03T15:39:50.538Z Fresh futures-timer v3.0.3
61922025-12-03T15:39:50.538Z Fresh event-listener v2.5.3
61932025-12-03T15:39:50.539Z Fresh async-global-executor v2.4.1
61942025-12-03T15:39:50.539Z Fresh async-process v2.3.0
61952025-12-03T15:39:50.539Z Fresh criterion-plot v0.6.0
61962025-12-03T15:39:50.539Z Fresh rpassword v7.4.0
61972025-12-03T15:39:50.539Z Fresh plotters v0.3.7
61982025-12-03T15:39:50.539Z Fresh async-channel v1.9.0
61992025-12-03T15:39:50.539Z Fresh tui-tree-widget v0.23.1
62002025-12-03T15:39:50.539Z Fresh async-attributes v1.1.2
62012025-12-03T15:39:50.539Z Fresh tinytemplate v1.2.1
62022025-12-03T15:39:50.539Z Fresh kv-log-macro v1.0.7
62032025-12-03T15:39:50.539Z Fresh oorandom v11.1.4
62042025-12-03T15:39:50.539Z Fresh anes v0.1.6
62052025-12-03T15:39:50.539Z Fresh criterion v0.7.0
62062025-12-03T15:39:50.539Z Fresh async-std v1.13.0
62072025-12-03T15:39:50.539Z Fresh petname v2.0.2
62082025-12-03T15:39:50.539Z Fresh polyval v0.6.2
62092025-12-03T15:39:50.539Z Fresh sapling-renderdag v0.1.0
62102025-12-03T15:39:50.539Z Fresh sync-ptr v0.1.4
62112025-12-03T15:39:50.539Z Fresh ghash v0.5.1
62122025-12-03T15:39:50.539Z Fresh async-object-pool v0.1.5
62132025-12-03T15:39:50.539Z Fresh ctr v0.9.2
62142025-12-03T15:39:50.539Z Fresh serde_regex v1.1.0
62152025-12-03T15:39:50.539Z Fresh assert-json-diff v2.0.2
62162025-12-03T15:39:50.539Z Fresh path-tree v0.8.1
62172025-12-03T15:39:50.539Z Fresh stringmetrics v2.2.2
62182025-12-03T15:39:50.539Z Fresh target-lexicon v0.13.2
62192025-12-03T15:39:50.539Z Fresh aes-gcm v0.10.3
62202025-12-03T15:39:50.539Z Fresh httpmock v0.8.0-alpha.1
62212025-12-03T15:39:50.539Z Fresh ssh-encoding v0.2.0
62222025-12-03T15:39:50.539Z Fresh blowfish v0.9.1
62232025-12-03T15:39:50.539Z Fresh constant_time_eq v0.3.1
62242025-12-03T15:39:50.539Z Fresh arrayvec v0.7.6
62252025-12-03T15:39:50.539Z Fresh arrayref v0.3.9
62262025-12-03T15:39:50.539Z Fresh ssh-cipher v0.2.0
62272025-12-03T15:39:50.539Z Fresh guppy-workspace-hack v0.1.0
62282025-12-03T15:39:50.539Z Fresh bcrypt-pbkdf v0.10.0
62292025-12-03T15:39:50.540Z Fresh cfg-expr v0.20.1
62302025-12-03T15:39:50.540Z Fresh supports-color v2.1.0
62312025-12-03T15:39:50.540Z Fresh textwrap v0.15.2
62322025-12-03T15:39:50.540Z Fresh supports-unicode v2.1.0
62332025-12-03T15:39:50.540Z Fresh supports-hyperlinks v2.1.0
62342025-12-03T15:39:50.540Z Fresh hashbrown v0.14.5
62352025-12-03T15:39:50.540Z Fresh password-hash v0.4.2
62362025-12-03T15:39:50.540Z Fresh backtrace-ext v0.2.1
62372025-12-03T15:39:50.540Z Fresh miette-derive v5.10.0
62382025-12-03T15:39:50.540Z Fresh terminal_size v0.1.17
62392025-12-03T15:39:50.540Z Fresh owo-colors v3.5.0
62402025-12-03T15:39:50.540Z Fresh chumsky v0.9.3
62412025-12-03T15:39:50.540Z Fresh pbkdf2 v0.11.0
62422025-12-03T15:39:50.540Z Fresh ssh-key v0.6.6
62432025-12-03T15:39:50.540Z Fresh target-spec v3.5.0
62442025-12-03T15:39:50.540Z Fresh miette v5.10.0
62452025-12-03T15:39:50.540Z Fresh p256 v0.13.2
62462025-12-03T15:39:50.540Z Fresh p521 v0.13.3
62472025-12-03T15:39:50.540Z Fresh knuffel-derive v3.2.0
62482025-12-03T15:39:50.540Z Fresh pathdiff v0.2.3
62492025-12-03T15:39:50.540Z Fresh russh-cryptovec v0.7.3
62502025-12-03T15:39:50.540Z Fresh nested v0.1.1
62512025-12-03T15:39:50.540Z Fresh md5 v0.7.0
62522025-12-03T15:39:50.540Z Fresh knuffel v3.2.0
62532025-12-03T15:39:50.540Z Fresh russh-keys v0.45.0
62542025-12-03T15:39:50.540Z Fresh guppy v0.17.20
62552025-12-03T15:39:50.540Z Fresh httptest v0.16.3
62562025-12-03T15:39:50.540Z Fresh num-bigint v0.4.6
62572025-12-03T15:39:50.540Z Fresh des v0.8.1
62582025-12-03T15:39:50.540Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
62592025-12-03T15:39:50.540Z Fresh russh v0.45.0
62602025-12-03T15:39:50.540Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
62612025-12-03T15:39:50.540Z Fresh blake3 v1.5.4
62622025-12-03T15:39:50.540Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62632025-12-03T15:39:50.540Z Fresh topological-sort v0.2.2
62642025-12-03T15:39:50.540Z Fresh internet-checksum v0.2.1
62652025-12-03T15:39:50.540Z Fresh escape8259 v0.5.3
62662025-12-03T15:39:50.569Z Fresh omicron-zone-package v0.12.2
62672025-12-03T15:39:50.569Z Fresh doc-comment v0.3.3
62682025-12-03T15:39:50.569Z Fresh libtest-mimic v0.8.1
62692025-12-03T15:39:50.569Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
62702025-12-03T15:39:50.569Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
62712025-12-03T15:39:50.569Z Compiling similar-asserts v1.7.0
62722025-12-03T15:39:50.569Z Fresh proc-macro-crate v3.2.0
62732025-12-03T15:39:50.569Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/test-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=0f778725987d19a8 -C extra-filename=-c4432c3c173a21e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-38577a46ac9c26c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
62742025-12-03T15:39:50.570Z 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`
62752025-12-03T15:39:50.570Z Fresh fancy-regex v0.14.0
62762025-12-03T15:39:50.570Z Fresh relative-path v1.9.3
62772025-12-03T15:39:50.570Z Fresh rstest_macros v0.25.0
62782025-12-03T15:39:50.570Z Fresh datatest-stable v0.3.2
62792025-12-03T15:39:50.570Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
62802025-12-03T15:39:50.570Z Fresh assert_cmd v2.0.17
62812025-12-03T15:39:50.570Z Fresh target-triple v0.1.3
62822025-12-03T15:39:50.570Z Fresh support-bundle-viewer v0.1.2
62832025-12-03T15:39:50.570Z Fresh multimap v0.10.1
62842025-12-03T15:39:50.570Z Fresh uzers v0.12.1
62852025-12-03T15:39:50.570Z Fresh termcolor v1.4.1
62862025-12-03T15:39:50.570Z Fresh rstest v0.25.0
62872025-12-03T15:39:50.570Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
62882025-12-03T15:39:50.570Z Fresh trybuild v1.0.106
62892025-12-03T15:39:50.570Z Fresh blake2b_simd v1.0.2
62902025-12-03T15:39:50.570Z Fresh partial-io v0.5.4
62912025-12-03T15:39:50.570Z Fresh drift v0.1.1
62922025-12-03T15:39:50.570Z Fresh rand_distr v0.5.1
62932025-12-03T15:39:50.570Z Fresh approx v0.5.1
62942025-12-03T15:39:50.570Z Fresh rust-argon2 v2.1.0
62952025-12-03T15:39:50.570Z Fresh dropshot-api-manager v0.2.3
62962025-12-03T15:39:50.570Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
62972025-12-03T15:39:50.570Z Fresh cargo_toml v0.21.0
62982025-12-03T15:39:50.570Z Fresh termios v0.3.3
62992025-12-03T15:39:50.570Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
63002025-12-03T15:39:50.570Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
63012025-12-03T15:39:50.570Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
63022025-12-03T15:39:50.570Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
63032025-12-03T15:39:50.570Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
63042025-12-03T15:39:50.570Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
63052025-12-03T15:39:50.570Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
63062025-12-03T15:39:50.570Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
63072025-12-03T15:39:50.570Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
63082025-12-03T15:39:50.570Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
63092025-12-03T15:39:50.570Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
63102025-12-03T15:39:50.571Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
63112025-12-03T15:39:50.571Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
63122025-12-03T15:39:50.571Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
63132025-12-03T15:39:50.571Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
63142025-12-03T15:39:50.571Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
63152025-12-03T15:39:50.571Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
63162025-12-03T15:39:50.571Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
63172025-12-03T15:39:50.571Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
63182025-12-03T15:39:50.571Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
63192025-12-03T15:39:50.571Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
63202025-12-03T15:39:50.571Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
63212025-12-03T15:39:50.571Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
63222025-12-03T15:39:50.571Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
63232025-12-03T15:39:50.571Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
63242025-12-03T15:39:50.571Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
63252025-12-03T15:39:50.571Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
63262025-12-03T15:39:50.571Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
63272025-12-03T15:39:50.571Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
63282025-12-03T15:39:50.571Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
63292025-12-03T15:39:50.571Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
63302025-12-03T15:39:50.571Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
63312025-12-03T15:39:50.571Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
63322025-12-03T15:39:50.571Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
63332025-12-03T15:39:50.571Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
63342025-12-03T15:39:50.571Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
63352025-12-03T15:39:50.571Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
63362025-12-03T15:39:50.571Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
63372025-12-03T15:39:50.571Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
63382025-12-03T15:39:50.571Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
63392025-12-03T15:39:50.571Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 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=90284239bea0064e -C extra-filename=-6e1df1a4395d056f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1f1945f2c8454767.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.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-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-02845423b0230cd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-3596b9895538d4ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6a96666c10352389.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-67201bf28374fe04.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f4ba59b5af2d0fbd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.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-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-57f585977250107f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-25f58d2fee572829.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
63402025-12-03T15:39:50.598Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 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=23d2fcd60615aed6 -C extra-filename=-ed9b9834d3ded8c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1f1945f2c8454767.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.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-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-02845423b0230cd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-3596b9895538d4ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6a96666c10352389.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-67201bf28374fe04.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f4ba59b5af2d0fbd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.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-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-57f585977250107f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-25f58d2fee572829.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
63412025-12-03T15:39:50.598Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
63422025-12-03T15:39:50.623Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
63432025-12-03T15:39:50.623Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
63442025-12-03T15:39:50.623Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
63452025-12-03T15:39:50.623Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
63462025-12-03T15:39:50.623Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
63472025-12-03T15:39:50.623Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
63482025-12-03T15:39:50.623Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
63492025-12-03T15:39:50.623Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
63502025-12-03T15:39:50.623Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
63512025-12-03T15:39:50.623Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
63522025-12-03T15:39:50.623Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
63532025-12-03T15:39:50.624Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
63542025-12-03T15:39:50.624Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
63552025-12-03T15:39:50.624Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
63562025-12-03T15:39:50.624Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
63572025-12-03T15:39:50.624Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
63582025-12-03T15:39:50.624Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
63592025-12-03T15:39:50.624Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
63602025-12-03T15:39:50.624Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
63612025-12-03T15:39:50.624Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
63622025-12-03T15:39:50.624Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
63632025-12-03T15:39:50.624Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
63642025-12-03T15:39:50.624Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
63652025-12-03T15:39:50.624Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
63662025-12-03T15:39:50.624Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
63672025-12-03T15:39:50.624Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
63682025-12-03T15:39:50.624Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
63692025-12-03T15:39:50.624Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
63702025-12-03T15:39:50.624Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
63712025-12-03T15:39:50.624Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
63722025-12-03T15:39:50.624Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
63732025-12-03T15:39:50.624Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
63742025-12-03T15:39:50.624Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
63752025-12-03T15:39:50.624Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
63762025-12-03T15:39:50.624Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
63772025-12-03T15:39:50.624Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
63782025-12-03T15:39:50.624Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
63792025-12-03T15:39:50.625Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
63802025-12-03T15:39:50.625Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
63812025-12-03T15:39:50.625Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
63822025-12-03T15:39:50.625Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
63832025-12-03T15:39:50.625Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
63842025-12-03T15:39:50.625Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63852025-12-03T15:39:50.625Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
63862025-12-03T15:39:50.625Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
63872025-12-03T15:39:50.625Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
63882025-12-03T15:39:50.625Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
63892025-12-03T15:39:50.625Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
63902025-12-03T15:39:50.625Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
63912025-12-03T15:39:50.625Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
63922025-12-03T15:39:50.625Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
63932025-12-03T15:39:50.625Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
63942025-12-03T15:39:50.625Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
63952025-12-03T15:39:50.625Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
63962025-12-03T15:39:50.625Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
63972025-12-03T15:39:50.625Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
63982025-12-03T15:39:50.625Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
63992025-12-03T15:39:50.625Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
64002025-12-03T15:39:50.625Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
64012025-12-03T15:39:50.625Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64022025-12-03T15:39:50.625Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
64032025-12-03T15:39:50.625Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
64042025-12-03T15:39:50.625Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
64052025-12-03T15:39:50.625Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
64062025-12-03T15:39:50.626Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
64072025-12-03T15:39:50.626Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
64082025-12-03T15:39:50.626Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
64092025-12-03T15:39:50.626Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
64102025-12-03T15:39:50.626Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
64112025-12-03T15:39:50.626Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
64122025-12-03T15:39:50.626Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
64132025-12-03T15:39:50.626Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
64142025-12-03T15:39:50.626Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
64152025-12-03T15:39:50.626Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
64162025-12-03T15:39:50.626Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
64172025-12-03T15:39:50.626Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
64182025-12-03T15:39:50.626Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
64192025-12-03T15:39:50.627Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
64202025-12-03T15:39:50.627Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
64212025-12-03T15:39:50.627Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
64222025-12-03T15:39:50.627Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
64232025-12-03T15:39:50.627Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
64242025-12-03T15:39:50.627Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
64252025-12-03T15:39:50.627Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
64262025-12-03T15:39:50.627Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
64272025-12-03T15:39:50.627Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
64282025-12-03T15:39:50.627Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
64292025-12-03T15:39:50.627Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
64302025-12-03T15:39:50.627Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
64312025-12-03T15:39:50.627Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
64322025-12-03T15:39:50.627Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
64332025-12-03T15:39:50.652Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
64342025-12-03T15:39:50.652Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
64352025-12-03T15:39:50.652Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
64362025-12-03T15:39:50.652Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
64372025-12-03T15:39:50.652Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
64382025-12-03T15:39:50.652Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
64392025-12-03T15:39:50.652Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
64402025-12-03T15:39:50.652Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
64412025-12-03T15:39:50.652Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
64422025-12-03T15:39:50.652Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
64432025-12-03T15:39:50.652Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
64442025-12-03T15:39:50.652Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
64452025-12-03T15:39:50.652Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64462025-12-03T15:39:50.652Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
64472025-12-03T15:39:50.653Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
64482025-12-03T15:39:50.653Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
64492025-12-03T15:39:50.653Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
64502025-12-03T15:39:50.653Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
64512025-12-03T15:39:50.653Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
64522025-12-03T15:39:50.653Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
64532025-12-03T15:39:50.653Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
64542025-12-03T15:39:50.653Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
64552025-12-03T15:39:50.653Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
64562025-12-03T15:39:50.653Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
64572025-12-03T15:39:50.653Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
64582025-12-03T15:39:53.384Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 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=b2a98dfadf8d857d -C extra-filename=-a772024d5be5faf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1f1945f2c8454767.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f3f043c889dcf8df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-02845423b0230cd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-3596b9895538d4ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6a96666c10352389.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-67201bf28374fe04.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f4ba59b5af2d0fbd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.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-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-8b152656d992dbad.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-57f585977250107f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-25f58d2fee572829.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c4432c3c173a21e1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-bcbce57af0074199.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
64592025-12-03T15:39:53.434Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 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=3aa2b5a755fcce6d -C extra-filename=-f025ebf0c9636102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1f1945f2c8454767.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f3f043c889dcf8df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-02845423b0230cd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-3596b9895538d4ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6a96666c10352389.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-67201bf28374fe04.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f4ba59b5af2d0fbd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.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-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-8b152656d992dbad.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-57f585977250107f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-25f58d2fee572829.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c4432c3c173a21e1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-bcbce57af0074199.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
64602025-12-03T15:39:53.434Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 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=85ea996d43eff5dc -C extra-filename=-48e9b70045ba154b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1f1945f2c8454767.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f3f043c889dcf8df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-02845423b0230cd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-3596b9895538d4ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6a96666c10352389.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-67201bf28374fe04.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f4ba59b5af2d0fbd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.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-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-8b152656d992dbad.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-57f585977250107f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-25f58d2fee572829.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c4432c3c173a21e1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-bcbce57af0074199.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
64612025-12-03T15:39:53.435Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 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=a752d3f4271f3b3e -C extra-filename=-d5a2edbe53ca9b5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1f1945f2c8454767.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f3f043c889dcf8df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-02845423b0230cd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-3596b9895538d4ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6a96666c10352389.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-67201bf28374fe04.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f4ba59b5af2d0fbd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.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-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-8b152656d992dbad.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-57f585977250107f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-25f58d2fee572829.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c4432c3c173a21e1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-bcbce57af0074199.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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-6b19ee7f764b2908/out/build/artifacts -L native=/work/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-5f4efcdfe91ffdf1/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`
64622025-12-03T15:48:01.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 16s
64632025-12-03T15:48:01.717Z
64642025-12-03T15:48:01.717Zreal 8:16.793367141
64652025-12-03T15:48:01.717Zuser 17:45.982316906
64662025-12-03T15:48:01.717Zsys 1:22.878067977
64672025-12-03T15:48:01.717Ztrap 0.388471459
64682025-12-03T15:48:01.743Ztflt 1.272326304
64692025-12-03T15:48:01.743Zdflt 14.986164591
64702025-12-03T15:48:01.743Zkflt 0.064850111
64712025-12-03T15:48:01.743Zlock 48:27.394955495
64722025-12-03T15:48:01.743Zslp 56:59.154375274
64732025-12-03T15:48:01.743Zlat 5.482779431
64742025-12-03T15:48:01.743Zstop 9.347856995
64752025-12-03T15:48:01.743Z+ banner test
64762025-12-03T15:48:01.743Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose --test-threads -2
64772025-12-03T15:48:01.779Z
64782025-12-03T15:48:01.779Z ##### ###### #### #####
64792025-12-03T15:48:01.779Z # # # #
64802025-12-03T15:48:01.804Z # ##### #### #
64812025-12-03T15:48:01.804Z # # # #
64822025-12-03T15:48:01.804Z # # # # #
64832025-12-03T15:48:01.804Z # ###### #### #
64842025-12-03T15:48:01.804Z
64852025-12-03T15:48:05.548Zinfo: experimental features enabled: setup-scripts
64862025-12-03T15:48:08.113Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64872025-12-03T15:48:08.165Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64882025-12-03T15:48:08.207Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64892025-12-03T15:48:08.247Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
64902025-12-03T15:48:08.284Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
64912025-12-03T15:48:27.149Z Finished `test` profile [unoptimized + debuginfo] target(s) in 21.58s
64922025-12-03T15:48:31.101Z────────────
64932025-12-03T15:48:31.101Z Nextest run ID c113701a-fb0c-4969-99a9-0329b66db4ca with nextest profile: ci
64942025-12-03T15:48:31.126Z Starting 2476 tests across 212 binaries (5 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
64952025-12-03T15:48:31.126Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
64962025-12-03T15:48:32.787Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
64972025-12-03T15:48:32.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
64982025-12-03T15:48:32.864Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
64992025-12-03T15:48:32.897Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65002025-12-03T15:48:32.921Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
65012025-12-03T15:48:32.952Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65022025-12-03T15:48:32.976Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65032025-12-03T15:48:32.976Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65042025-12-03T15:48:36.037Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
65052025-12-03T15:48:37.359Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
65062025-12-03T15:48:38.265Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
65072025-12-03T15:48:41.339Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65082025-12-03T15:49:11.900Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65092025-12-03T15:49:15.237Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65102025-12-03T15:49:18.600Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65112025-12-03T15:49:33.542Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
65122025-12-03T15:49:33.693Z Running `target/debug/crdb-seed`
65132025-12-03T15:49:33.787ZDec 03 15:49:33.008 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp1hmOEj
65142025-12-03T15:49:33.817ZDec 03 15:49:33.011 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpf6J8GB,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp1hmOEj/listen-url
65152025-12-03T15:49:33.817ZDec 03 15:49:33.011 INFO cockroach environment: BUILDOMAT_JOB_ID=01KBJBX3C765KMZ9SQB7FBSPS0 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=hotplug GITHUB_REF=refs/heads/hotplug GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=3569914af03123cc59bc4c1b7fc9eb6057faab5d 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-6b19ee7f764b2908/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/tofino-5f4efcdfe91ffdf1/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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-envhAsSqB NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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=c113701a-fb0c-4969-99a9-0329b66db4ca 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
65162025-12-03T15:49:35.188ZDec 03 15:49:34.413 INFO cockroach pid: 12659
65172025-12-03T15:49:35.188ZDec 03 15:49:34.413 INFO cockroach listen URL: postgresql://root@[::1]:41557/omicron?sslmode=disable
65182025-12-03T15:49:35.212ZDec 03 15:49:34.425 INFO cockroach: populating
65192025-12-03T15:49:38.186ZDec 03 15:49:37.411 INFO cockroach: populated
65202025-12-03T15:49:40.330ZDec 03 15:49:39.556 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/28ed73cc74013627a48d2389aba02fd5fe67adbb6f953d0ae1586167bd626aec.tar`
65212025-12-03T15:49:40.354Z SETUP PASS [ 69.238s] crdb-seed: cargo run -p crdb-seed --profile test
65222025-12-03T15:49:40.354Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
65232025-12-03T15:49:42.170Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65242025-12-03T15:49:42.170Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65252025-12-03T15:49:44.214Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65262025-12-03T15:49:45.792Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
65272025-12-03T15:50:02.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.23s
65282025-12-03T15:50:02.909Z Running `target/debug/clickhouse-cluster-dev`
65292025-12-03T15:50:03.008ZDec 03 15:50:02.234 INFO Setting up a ClickHouse cluster
65302025-12-03T15:50:03.033ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
65312025-12-03T15:50:03.033ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
65322025-12-03T15:50:03.033ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
65332025-12-03T15:50:03.033ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
65342025-12-03T15:50:03.033ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
65352025-12-03T15:50:05.020ZDec 03 15:50:04.246 INFO ClickHouse server ready
65362025-12-03T15:50:05.044ZDec 03 15:50:04.246 INFO ClickHouse server ready
65372025-12-03T15:50:05.641ZDec 03 15:50:04.867 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
65382025-12-03T15:50:05.666Z SETUP PASS [ 25.311s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
65392025-12-03T15:50:31.164Z PASS [ 25.509s] ( 1/2476) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
65402025-12-03T15:50:32.094Z PASS [ 26.438s] ( 2/2476) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
65412025-12-03T15:50:39.277Z PASS [ 33.622s] ( 3/2476) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
65422025-12-03T15:50:41.597Z PASS [ 35.942s] ( 4/2476) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
65432025-12-03T15:51:05.657Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65442025-12-03T15:51:05.657Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65452025-12-03T15:51:08.639Z PASS [ 37.475s] ( 5/2476) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
65462025-12-03T15:51:08.953Z PASS [ 36.859s] ( 6/2476) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
65472025-12-03T15:51:23.118Z PASS [ 43.842s] ( 7/2476) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
65482025-12-03T15:51:25.466Z PASS [ 43.869s] ( 8/2476) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
65492025-12-03T15:51:44.953Z PASS [ 21.835s] ( 9/2476) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
65502025-12-03T15:51:57.303Z PASS [ 48.352s] ( 10/2476) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
65512025-12-03T15:52:04.045Z PASS [ 38.578s] ( 11/2476) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
65522025-12-03T15:52:05.658Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65532025-12-03T15:52:05.658Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65542025-12-03T15:52:08.640Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
65552025-12-03T15:52:22.642Z PASS [ 37.690s] ( 12/2476) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
65562025-12-03T15:52:46.495Z PASS [ 49.191s] ( 13/2476) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
65572025-12-03T15:52:50.870Z PASS [ 46.828s] ( 14/2476) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
65582025-12-03T15:53:05.658Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65592025-12-03T15:53:05.658Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65602025-12-03T15:53:08.640Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
65612025-12-03T15:53:08.996Z PASS [ 120.358s] ( 15/2476) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
65622025-12-03T15:53:22.643Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65632025-12-03T15:53:27.776Z PASS [ 36.906s] ( 16/2476) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
65642025-12-03T15:53:36.084Z PASS [ 27.072s] ( 17/2476) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
65652025-12-03T15:53:46.495Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65662025-12-03T15:53:55.718Z PASS [ 27.943s] ( 18/2476) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
65672025-12-03T15:53:55.847Z PASS [ 0.129s] ( 19/2476) api_identity test::test_identity
65682025-12-03T15:53:55.872Z PASS [ 0.024s] ( 20/2476) api_identity test::test_identity_no_field
65692025-12-03T15:53:55.920Z PASS [ 0.048s] ( 21/2476) authz-macros tests::test_authz_snapshots
65702025-12-03T15:53:55.958Z PASS [ 0.038s] ( 22/2476) bootstore schemes::tests::hello_roundtrip
65712025-12-03T15:53:57.086Z PASS [ 1.127s] ( 23/2476) bootstore schemes::v0::peer::tests::basic_3_nodes
65722025-12-03T15:53:57.159Z PASS [ 0.073s] ( 24/2476) bootstore schemes::v0::peer::tests::network_config
65732025-12-03T15:53:57.190Z PASS [ 0.031s] ( 25/2476) bootstore schemes::v0::share_pkg::tests::create_packages
65742025-12-03T15:53:57.220Z PASS [ 0.029s] ( 26/2476) bootstore trust_quorum::rack_secret::tests::create_and_verify
65752025-12-03T15:53:57.244Z PASS [ 0.025s] ( 27/2476) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
65762025-12-03T15:54:01.864Z PASS [ 4.620s] ( 28/2476) bootstore::v0-fsm-proptest-learner run
65772025-12-03T15:54:05.658Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65782025-12-03T15:54:05.658Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65792025-12-03T15:54:09.278Z PASS [ 7.414s] ( 29/2476) bootstore::v0-fsm-proptest-rack-coordinator run
65802025-12-03T15:54:09.554Z PASS [ 0.276s] ( 30/2476) cert-dev::test-cert-dev test_cert_create
65812025-12-03T15:54:09.910Z PASS [ 0.356s] ( 31/2476) clickana chart::tests::gather_chart_data_failure
65822025-12-03T15:54:09.949Z PASS [ 0.038s] ( 32/2476) clickana chart::tests::gather_chart_data_for_disk_usage_success
65832025-12-03T15:54:09.977Z PASS [ 0.027s] ( 33/2476) clickana chart::tests::gather_chart_data_for_memory_tracking_success
65842025-12-03T15:54:10.002Z PASS [ 0.023s] ( 34/2476) clickana chart::tests::gather_chart_data_for_query_count_success
65852025-12-03T15:54:10.027Z PASS [ 0.023s] ( 35/2476) clickana chart::tests::gather_chart_data_for_running_queries_success
65862025-12-03T15:54:10.109Z PASS [ 0.087s] ( 36/2476) clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
65872025-12-03T15:54:10.156Z PASS [ 0.046s] ( 37/2476) clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
65882025-12-03T15:54:10.188Z PASS [ 0.031s] ( 38/2476) clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
65892025-12-03T15:54:10.218Z PASS [ 0.031s] ( 39/2476) clickhouse-admin-types tests::test_empty_output_parse_fail
65902025-12-03T15:54:10.249Z PASS [ 0.031s] ( 40/2476) clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
65912025-12-03T15:54:10.278Z PASS [ 0.028s] ( 41/2476) clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
65922025-12-03T15:54:10.314Z PASS [ 0.035s] ( 42/2476) clickhouse-admin-types tests::test_full_keeper_conf_parse_success
65932025-12-03T15:54:10.341Z PASS [ 0.028s] ( 43/2476) clickhouse-admin-types tests::test_full_lgif_parse_success
65942025-12-03T15:54:10.373Z PASS [ 0.031s] ( 44/2476) clickhouse-admin-types tests::test_full_raft_config_parse_success
65952025-12-03T15:54:10.415Z PASS [ 0.042s] ( 45/2476) clickhouse-admin-types tests::test_generate_keeper_config
65962025-12-03T15:54:10.447Z PASS [ 0.031s] ( 46/2476) clickhouse-admin-types tests::test_generate_replica_config
65972025-12-03T15:54:10.476Z PASS [ 0.029s] ( 47/2476) clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
65982025-12-03T15:54:10.518Z PASS [ 0.033s] ( 48/2476) clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
65992025-12-03T15:54:10.542Z PASS [ 0.031s] ( 49/2476) clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
66002025-12-03T15:54:10.570Z PASS [ 0.030s] ( 50/2476) clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
66012025-12-03T15:54:10.603Z PASS [ 0.033s] ( 51/2476) clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
66022025-12-03T15:54:10.631Z PASS [ 0.028s] ( 52/2476) clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
66032025-12-03T15:54:10.661Z PASS [ 0.030s] ( 53/2476) clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
66042025-12-03T15:54:10.691Z PASS [ 0.029s] ( 54/2476) clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
66052025-12-03T15:54:10.720Z PASS [ 0.029s] ( 55/2476) clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
66062025-12-03T15:54:10.749Z PASS [ 0.029s] ( 56/2476) clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
66072025-12-03T15:54:10.811Z PASS [ 0.062s] ( 57/2476) clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
66082025-12-03T15:54:10.842Z PASS [ 0.030s] ( 58/2476) clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
66092025-12-03T15:54:10.872Z PASS [ 0.030s] ( 59/2476) clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
66102025-12-03T15:54:10.902Z PASS [ 0.029s] ( 60/2476) clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
66112025-12-03T15:54:10.936Z PASS [ 0.035s] ( 61/2476) clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
66122025-12-03T15:54:10.966Z PASS [ 0.030s] ( 62/2476) clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
66132025-12-03T15:54:11.002Z PASS [ 0.036s] ( 63/2476) clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
66142025-12-03T15:54:11.037Z PASS [ 0.032s] ( 64/2476) clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
66152025-12-03T15:54:11.099Z PASS [ 0.032s] ( 65/2476) clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
66162025-12-03T15:54:11.123Z PASS [ 0.036s] ( 66/2476) clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
66172025-12-03T15:54:11.149Z PASS [ 0.034s] ( 67/2476) clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
66182025-12-03T15:54:11.198Z PASS [ 0.029s] ( 68/2476) clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
66192025-12-03T15:54:11.258Z PASS [ 0.031s] ( 69/2476) clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
66202025-12-03T15:54:11.293Z PASS [ 0.095s] ( 70/2476) cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
66212025-12-03T15:54:11.369Z PASS [ 0.076s] ( 71/2476) cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
66222025-12-03T15:54:11.393Z PASS [ 0.024s] ( 72/2476) cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
66232025-12-03T15:54:11.418Z PASS [ 0.022s] ( 73/2476) cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
66242025-12-03T15:54:11.442Z PASS [ 0.024s] ( 74/2476) cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
66252025-12-03T15:54:11.467Z PASS [ 0.025s] ( 75/2476) cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
66262025-12-03T15:54:11.491Z PASS [ 0.022s] ( 76/2476) cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
66272025-12-03T15:54:11.793Z PASS [ 0.305s] ( 77/2476) db-dev::test-db-dev test_db_dev_populate_no_args
66282025-12-03T15:54:11.849Z PASS [ 0.056s] ( 78/2476) db-dev::test-db-dev test_db_dev_wipe_no_args
66292025-12-03T15:54:20.680Z PASS [ 8.831s] ( 79/2476) db-dev::test-db-dev test_db_killed
66302025-12-03T15:54:22.642Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66312025-12-03T15:54:36.083Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
66322025-12-03T15:54:39.775Z PASS [ 113.283s] ( 80/2476) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
66332025-12-03T15:54:39.879Z PASS [ 0.104s] ( 81/2476) db-macros lookup::test::test_lookup_snapshots
66342025-12-03T15:54:39.905Z PASS [ 0.025s] ( 82/2476) db-macros tests::test_derive_metadata_identity_fails_for_enums
66352025-12-03T15:54:39.929Z PASS [ 0.024s] ( 83/2476) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
66362025-12-03T15:54:39.957Z PASS [ 0.024s] ( 84/2476) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
66372025-12-03T15:54:39.985Z PASS [ 0.032s] ( 85/2476) db-macros tests::test_derive_metadata_identity_fails_without_table_name
66382025-12-03T15:54:40.022Z PASS [ 0.036s] ( 86/2476) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
66392025-12-03T15:54:40.051Z PASS [ 0.030s] ( 87/2476) db-macros tests::test_derive_snapshots
66402025-12-03T15:54:40.082Z PASS [ 0.030s] ( 88/2476) db-macros tests::test_derive_with_unknown_field
66412025-12-03T15:54:40.451Z PASS [ 0.370s] ( 89/2476) dns-server storage::test::test_update_basic
66422025-12-03T15:54:40.582Z PASS [ 0.131s] ( 90/2476) dns-server storage::test::test_update_in_progress
66432025-12-03T15:54:40.767Z PASS [ 0.184s] ( 91/2476) dns-server storage::test::test_update_interrupted
66442025-12-03T15:54:41.043Z PASS [ 0.277s] ( 92/2476) dns-server storage::test::test_zone_gets_soa_record
66452025-12-03T15:54:41.665Z PASS [ 0.621s] ( 93/2476) dns-server::basic_test a_crud
66462025-12-03T15:54:41.983Z PASS [ 0.318s] ( 94/2476) dns-server::basic_test aaaa_crud
66472025-12-03T15:54:42.315Z PASS [ 0.331s] ( 95/2476) dns-server::basic_test answers_match_question
66482025-12-03T15:54:42.588Z PASS [ 0.273s] ( 96/2476) dns-server::basic_test empty_record
66492025-12-03T15:54:42.919Z PASS [ 0.331s] ( 97/2476) dns-server::basic_test multi_record_crud
66502025-12-03T15:54:43.392Z PASS [ 0.472s] ( 98/2476) dns-server::basic_test name_contains_zone
66512025-12-03T15:54:43.741Z PASS [ 0.349s] ( 99/2476) dns-server::basic_test nxdomain
66522025-12-03T15:54:44.217Z PASS [ 0.476s] ( 100/2476) dns-server::basic_test servfail
66532025-12-03T15:54:44.634Z PASS [ 0.417s] ( 101/2476) dns-server::basic_test soa
66542025-12-03T15:54:45.037Z PASS [ 0.404s] ( 102/2476) dns-server::basic_test srv_crud
66552025-12-03T15:54:49.049Z PASS [ 4.011s] ( 103/2476) dns-server::commands_test test_dnsadm
66562025-12-03T15:54:49.674Z PASS [ 0.625s] ( 104/2476) dns-server::cross_version_test cross_version_works
66572025-12-03T15:54:49.723Z PASS [ 0.049s] ( 105/2476) ereport-types tests::test_arb_json_deserializes
66582025-12-03T15:54:49.749Z PASS [ 0.025s] ( 106/2476) ereport-types tests::test_ena_from_str
66592025-12-03T15:54:49.773Z PASS [ 0.023s] ( 107/2476) ereport-types tests::test_ena_from_str_roundtrip
66602025-12-03T15:54:49.821Z PASS [ 0.048s] ( 108/2476) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
66612025-12-03T15:54:49.845Z PASS [ 0.024s] ( 109/2476) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
66622025-12-03T15:54:49.870Z PASS [ 0.023s] ( 110/2476) gfss gf256::tests::test_all_multiplication
66632025-12-03T15:54:49.900Z PASS [ 0.019s] ( 111/2476) gfss gf256::tests::test_all_multiplicative_inverses
66642025-12-03T15:54:49.944Z PASS [ 0.021s] ( 112/2476) gfss gf256::tests::test_docs_example
66652025-12-03T15:54:50.884Z PASS [ 30.205s] ( 113/2476) db-dev::test-db-dev test_db_run
66662025-12-03T15:54:52.178Z PASS [ 1.294s] ( 114/2476) gfss shamir::tests::split_and_combine
66672025-12-03T15:54:52.204Z PASS [ 0.019s] ( 115/2476) gfss shamir::tests::test_share_reconstruction
66682025-12-03T15:54:52.268Z PASS [ 0.069s] ( 116/2476) illumos-utils destructor::test::test_delayed_delete
66692025-12-03T15:54:53.179Z PASS [ 0.912s] ( 117/2476) illumos-utils destructor::test::test_delayed_delete_with_error
66702025-12-03T15:54:53.212Z PASS [ 0.033s] ( 118/2476) illumos-utils destructor::test::test_destructor_bad_close
66712025-12-03T15:54:53.246Z PASS [ 0.034s] ( 119/2476) illumos-utils link::test::test_allocate
66722025-12-03T15:54:53.273Z PASS [ 0.027s] ( 120/2476) illumos-utils link::test::test_allocate_within_scopes
66732025-12-03T15:54:53.321Z PASS [ 0.048s] ( 121/2476) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
66742025-12-03T15:54:53.349Z PASS [ 0.026s] ( 122/2476) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
66752025-12-03T15:54:53.378Z PASS [ 0.031s] ( 123/2476) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
66762025-12-03T15:54:53.408Z PASS [ 0.029s] ( 124/2476) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
66772025-12-03T15:54:53.432Z PASS [ 0.022s] ( 125/2476) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
66782025-12-03T15:54:53.480Z PASS [ 0.050s] ( 126/2476) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
66792025-12-03T15:54:53.509Z PASS [ 0.029s] ( 127/2476) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
66802025-12-03T15:54:53.540Z PASS [ 0.032s] ( 128/2476) illumos-utils running_zone::tests::test_is_oxide_smf_service
66812025-12-03T15:54:53.620Z PASS [ 0.075s] ( 129/2476) illumos-utils zfs::test::directory_mutability
66822025-12-03T15:54:53.690Z PASS [ 0.073s] ( 130/2476) illumos-utils zfs::test::get_values_of_rpool
66832025-12-03T15:54:53.723Z PASS [ 0.033s] ( 131/2476) illumos-utils zfs::test::parse_dataset_bad_avail
66842025-12-03T15:54:53.758Z PASS [ 0.035s] ( 132/2476) illumos-utils zfs::test::parse_dataset_bad_quota
66852025-12-03T15:54:53.800Z PASS [ 0.040s] ( 133/2476) illumos-utils zfs::test::parse_dataset_bad_reservation
66862025-12-03T15:54:53.832Z PASS [ 0.034s] ( 134/2476) illumos-utils zfs::test::parse_dataset_bad_usage
66872025-12-03T15:54:53.872Z PASS [ 0.040s] ( 135/2476) illumos-utils zfs::test::parse_dataset_bad_uuid
66882025-12-03T15:54:53.907Z PASS [ 0.032s] ( 136/2476) illumos-utils zfs::test::parse_dataset_missing_fields
66892025-12-03T15:54:53.933Z PASS [ 0.028s] ( 137/2476) illumos-utils zfs::test::parse_dataset_props
66902025-12-03T15:54:53.972Z PASS [ 0.038s] ( 138/2476) illumos-utils zfs::test::parse_dataset_props_with_optionals
66912025-12-03T15:54:54.003Z PASS [ 0.031s] ( 139/2476) illumos-utils zfs::test::parse_dataset_too_many_columns
66922025-12-03T15:54:54.032Z PASS [ 0.029s] ( 140/2476) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
66932025-12-03T15:54:54.062Z PASS [ 0.030s] ( 141/2476) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
66942025-12-03T15:54:54.095Z PASS [ 0.033s] ( 142/2476) illumos-utils zfs::test::parse_quota_ignored_if_default
66952025-12-03T15:54:54.129Z PASS [ 0.034s] ( 143/2476) illumos-utils zfs::test::parse_reservation_ignored_if_default
66962025-12-03T15:54:54.159Z PASS [ 0.030s] ( 144/2476) illumos-utils zfs::test::parse_sorts_and_dedups
66972025-12-03T15:54:54.202Z PASS [ 0.042s] ( 145/2476) illumos-utils zone::tests::delete_nonexistent_address
66982025-12-03T15:54:54.235Z PASS [ 0.033s] ( 146/2476) illumos-utils zone::tests::test_parse_ip_network
66992025-12-03T15:54:54.269Z PASS [ 0.034s] ( 147/2476) illumos-utils zpool::test::test_parse_zpool
67002025-12-03T15:54:54.293Z PASS [ 0.024s] ( 148/2476) illumos-utils zpool::test::test_parse_zpool_missing_column
67012025-12-03T15:54:57.583Z PASS [ 7.675s] ( 149/2476) gfss polynomial::tests::test_polynomial_eval
67022025-12-03T15:54:58.099Z PASS [ 3.805s] ( 150/2476) installinator mock_peers::tests::proptest_fetch_artifact
67032025-12-03T15:54:58.274Z PASS [ 0.175s] ( 151/2476) installinator-common block_size_writer::tests::proptest_block_writer
67042025-12-03T15:54:58.915Z PASS [ 0.642s] ( 152/2476) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
67052025-12-03T15:54:59.233Z PASS [ 0.313s] ( 153/2476) internal-dns-resolver resolver::test::insert_and_lookup_one_record
67062025-12-03T15:54:59.384Z PASS [ 1.801s] ( 154/2476) installinator write::tests::proptest_write_artifact
67072025-12-03T15:54:59.486Z PASS [ 0.257s] ( 155/2476) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
67082025-12-03T15:54:59.896Z PASS [ 0.408s] ( 156/2476) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
67092025-12-03T15:55:00.008Z PASS [ 0.623s] ( 157/2476) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
67102025-12-03T15:55:00.398Z PASS [ 0.503s] ( 158/2476) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
67112025-12-03T15:55:00.422Z PASS [ 0.401s] ( 159/2476) internal-dns-resolver resolver::test::update_record
67122025-12-03T15:55:00.447Z PASS [ 0.035s] ( 160/2476) internal-dns-types config::test::display_hosts
67132025-12-03T15:55:00.447Z PASS [ 0.031s] ( 161/2476) internal-dns-types config::test::display_srv_service
67142025-12-03T15:55:00.473Z PASS [ 0.040s] ( 162/2476) internal-dns-types config::test::test_builder_errors
67152025-12-03T15:55:00.499Z PASS [ 0.054s] ( 163/2476) internal-dns-types config::test::test_builder_output
67162025-12-03T15:55:00.523Z PASS [ 0.031s] ( 164/2476) internal-dns-types diff::test::diff_different
67172025-12-03T15:55:00.523Z PASS [ 0.027s] ( 165/2476) internal-dns-types diff::test::diff_equivalent
67182025-12-03T15:55:00.548Z PASS [ 0.028s] ( 166/2476) internal-dns-types diff::test::diff_invalid
67192025-12-03T15:55:00.574Z PASS [ 0.027s] ( 167/2476) ipcc tests::deserialize_fixed_value
67202025-12-03T15:55:00.575Z PASS [ 0.027s] ( 168/2476) ipcc tests::installinator_image_id_round_trip
67212025-12-03T15:55:00.587Z PASS [ 0.023s] ( 169/2476) ipcc tests::serialized_size
67222025-12-03T15:55:00.642Z PASS [ 0.053s] ( 170/2476) key-manager tests::different_disks_produce_different_keys
67232025-12-03T15:55:00.642Z PASS [ 0.042s] ( 171/2476) key-manager tests::different_ikm_produces_different_keys
67242025-12-03T15:55:00.666Z PASS [ 0.032s] ( 172/2476) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
67252025-12-03T15:55:00.666Z PASS [ 0.034s] ( 173/2476) key-manager tests::disk_encryption_key_epoch_0
67262025-12-03T15:55:00.761Z PASS [ 0.112s] ( 174/2476) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
67272025-12-03T15:55:00.761Z PASS [ 0.114s] ( 175/2476) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
67282025-12-03T15:55:00.801Z PASS [ 0.041s] ( 176/2476) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
67292025-12-03T15:55:00.825Z PASS [ 0.050s] ( 177/2476) nexus-auth authn::external::session_cookie::test::test_get_token
67302025-12-03T15:55:00.858Z PASS [ 0.042s] ( 178/2476) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
67312025-12-03T15:55:00.882Z PASS [ 0.063s] ( 179/2476) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
67322025-12-03T15:55:00.908Z PASS [ 0.056s] ( 180/2476) nexus-auth authn::external::session_cookie::test::test_missing_cookie
67332025-12-03T15:55:00.932Z PASS [ 0.047s] ( 181/2476) nexus-auth authn::external::session_cookie::test::test_other_cookie
67342025-12-03T15:55:00.956Z PASS [ 0.047s] ( 182/2476) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
67352025-12-03T15:55:00.980Z PASS [ 0.040s] ( 183/2476) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
67362025-12-03T15:55:01.006Z PASS [ 0.060s] ( 184/2476) nexus-auth authn::external::session_cookie::test::test_valid_cookie
67372025-12-03T15:55:01.036Z PASS [ 0.046s] ( 185/2476) nexus-auth authn::external::spoof::test::test_make_header_value
67382025-12-03T15:55:01.060Z PASS [ 0.049s] ( 186/2476) nexus-auth authn::external::spoof::test::test_make_header_value_raw
67392025-12-03T15:55:01.085Z PASS [ 0.061s] ( 187/2476) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
67402025-12-03T15:55:01.109Z PASS [ 0.036s] ( 188/2476) nexus-auth authn::external::spoof::test::test_spoof_header_missing
67412025-12-03T15:55:01.109Z PASS [ 0.037s] ( 189/2476) nexus-auth authn::external::spoof::test::test_spoof_header_valid
67422025-12-03T15:55:01.135Z PASS [ 0.039s] ( 190/2476) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
67432025-12-03T15:55:01.159Z PASS [ 0.046s] ( 191/2476) nexus-auth authn::external::test::test_authn_sequence
67442025-12-03T15:55:01.183Z PASS [ 0.037s] ( 192/2476) nexus-auth authn::external::token::test::test_make_header_value
67452025-12-03T15:55:01.207Z PASS [ 0.033s] ( 193/2476) nexus-auth authn::external::token::test::test_token_header_bad_utf8
67462025-12-03T15:55:01.207Z PASS [ 0.035s] ( 194/2476) nexus-auth authn::external::token::test::test_token_header_missing
67472025-12-03T15:55:01.231Z PASS [ 0.035s] ( 195/2476) nexus-auth authn::external::token::test::test_token_header_valid
67482025-12-03T15:55:01.259Z PASS [ 0.055s] ( 196/2476) nexus-auth authn::test::test_internal_users
67492025-12-03T15:55:01.310Z PASS [ 0.052s] ( 197/2476) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
67502025-12-03T15:55:01.381Z PASS [ 0.159s] ( 198/2476) nexus-auth authz::context::test::test_unregistered_resource
67512025-12-03T15:55:01.411Z PASS [ 0.084s] ( 199/2476) nexus-auth context::test::test_background_context
67522025-12-03T15:55:01.457Z PASS [ 0.074s] ( 200/2476) nexus-auth context::test::test_child_context
67532025-12-03T15:55:01.488Z PASS [ 0.094s] ( 201/2476) nexus-auth context::test::test_test_context
67542025-12-03T15:55:01.529Z PASS [ 0.040s] ( 202/2476) nexus-config nexus_config::test::test_config_bad_toml
67552025-12-03T15:55:01.554Z PASS [ 0.098s] ( 203/2476) nexus-config nexus_config::test::test_bad_authn_schemes
67562025-12-03T15:55:01.577Z PASS [ 0.030s] ( 204/2476) nexus-config nexus_config::test::test_config_empty
67572025-12-03T15:55:01.603Z PASS [ 0.029s] ( 205/2476) nexus-config nexus_config::test::test_config_nonexistent
67582025-12-03T15:55:01.627Z PASS [ 0.039s] ( 206/2476) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
67592025-12-03T15:55:01.627Z PASS [ 0.068s] ( 207/2476) nexus-config nexus_config::test::test_deployment_config_schema
67602025-12-03T15:55:01.687Z PASS [ 0.065s] ( 208/2476) nexus-config nexus_config::test::test_repo_configs_are_valid
67612025-12-03T15:55:01.711Z PASS [ 0.065s] ( 209/2476) nexus-config nexus_config::test::test_valid
67622025-12-03T15:55:01.736Z PASS [ 0.030s] ( 210/2476) nexus-config postgres_config::test::test_bad_url
67632025-12-03T15:55:01.736Z PASS [ 0.032s] ( 211/2476) nexus-config postgres_config::test::test_example_url
67642025-12-03T15:55:01.763Z PASS [ 0.038s] ( 212/2476) nexus-db-fixed-data test::test_allowlist_id_is_valid
67652025-12-03T15:55:01.764Z PASS [ 0.046s] ( 213/2476) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
67662025-12-03T15:55:01.795Z PASS [ 0.030s] ( 214/2476) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
67672025-12-03T15:55:01.818Z PASS [ 0.047s] ( 215/2476) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
67682025-12-03T15:55:01.859Z PASS [ 0.048s] ( 216/2476) nexus-db-model alert_class::tests::test_from_str_roundtrips
67692025-12-03T15:55:01.895Z PASS [ 0.036s] ( 217/2476) nexus-db-model alert_class::tests::test_is_test
67702025-12-03T15:55:01.935Z PASS [ 0.037s] ( 218/2476) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
67712025-12-03T15:55:01.982Z PASS [ 0.048s] ( 219/2476) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
67722025-12-03T15:55:02.073Z PASS [ 0.091s] ( 220/2476) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
67732025-12-03T15:55:02.106Z PASS [ 0.032s] ( 221/2476) nexus-db-model bytecount::test::test_bytecount_i64_conversions
67742025-12-03T15:55:02.149Z PASS [ 0.044s] ( 222/2476) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
67752025-12-03T15:55:02.195Z PASS [ 0.045s] ( 223/2476) nexus-db-model device_auth::test::test_generate_user_code
67762025-12-03T15:55:02.221Z PASS [ 0.027s] ( 224/2476) nexus-db-model instance_state::tests::test_from_str_roundtrips
67772025-12-03T15:55:02.254Z PASS [ 0.032s] ( 225/2476) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
67782025-12-03T15:55:02.289Z PASS [ 0.031s] ( 226/2476) nexus-db-model role_assignment::tests::test_role_assignment_from_database
67792025-12-03T15:55:02.348Z PASS [ 0.061s] ( 227/2476) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
67802025-12-03T15:55:02.386Z PASS [ 0.039s] ( 228/2476) nexus-db-model schema_versions::test::test_known_versions
67812025-12-03T15:55:02.421Z PASS [ 0.035s] ( 229/2476) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
67822025-12-03T15:55:02.460Z PASS [ 0.035s] ( 230/2476) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
67832025-12-03T15:55:02.490Z PASS [ 0.034s] ( 231/2476) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
67842025-12-03T15:55:02.516Z PASS [ 0.025s] ( 232/2476) nexus-db-model schema_versions::test::test_verify
67852025-12-03T15:55:02.546Z PASS [ 0.030s] ( 233/2476) nexus-db-model semver_version::test::test_to_from_sortable_string
67862025-12-03T15:55:02.575Z PASS [ 0.029s] ( 234/2476) nexus-db-model tests::test_ip_subnet_check_requestable_address
67872025-12-03T15:55:02.604Z PASS [ 0.029s] ( 235/2476) nexus-db-model tests::test_ipv6_net_random_subnet
67882025-12-03T15:55:02.638Z PASS [ 0.033s] ( 236/2476) nexus-db-model tests::test_roles_database_strings
67892025-12-03T15:55:02.665Z PASS [ 0.028s] ( 237/2476) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
67902025-12-03T15:55:02.718Z PASS [ 0.051s] ( 238/2476) nexus-db-model typed_uuid::tests::test_compare_consistency
67912025-12-03T15:55:02.754Z PASS [ 0.037s] ( 239/2476) nexus-db-model typed_uuid::tests::test_hash_equality
67922025-12-03T15:55:02.784Z PASS [ 0.030s] ( 240/2476) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
67932025-12-03T15:55:02.816Z PASS [ 0.032s] ( 241/2476) nexus-db-model vmm_state::tests::test_from_str_roundtrips
67942025-12-03T15:55:05.658Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67952025-12-03T15:55:05.658Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67962025-12-03T15:55:07.828Z PASS [ 6.036s] ( 242/2476) nexus-db-lookup::integration lookup::test_lookup
67972025-12-03T15:55:08.865Z PASS [ 6.049s] ( 243/2476) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
67982025-12-03T15:55:11.770Z PASS [ 3.942s] ( 244/2476) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
67992025-12-03T15:55:12.799Z PASS [ 3.934s] ( 245/2476) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
68002025-12-03T15:55:16.389Z PASS [ 4.619s] ( 246/2476) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
68012025-12-03T15:55:17.429Z PASS [ 4.628s] ( 247/2476) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
68022025-12-03T15:55:20.262Z PASS [ 3.872s] ( 248/2476) nexus-db-queries db::collection_attach::test::test_attach_once
68032025-12-03T15:55:21.407Z PASS [ 3.980s] ( 249/2476) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
68042025-12-03T15:55:26.217Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68052025-12-03T15:55:26.246Z PASS [ 4.111s] ( 250/2476) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
68062025-12-03T15:55:26.246Z PASS [ 4.017s] ( 251/2476) nexus-db-queries db::collection_attach::test::test_attach_with_filters
68072025-12-03T15:55:26.246Z PASS [ 0.051s] ( 252/2476) nexus-db-queries db::collection_attach::test::test_verify_query
68082025-12-03T15:55:28.500Z PASS [ 4.126s] ( 253/2476) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
68092025-12-03T15:55:29.897Z PASS [ 4.420s] ( 254/2476) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
68102025-12-03T15:55:32.459Z PASS [ 3.961s] ( 255/2476) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
68112025-12-03T15:55:34.188Z PASS [ 4.292s] ( 256/2476) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
68122025-12-03T15:55:36.081Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
68132025-12-03T15:55:36.160Z PASS [ 3.701s] ( 257/2476) nexus-db-queries db::collection_detach::test::test_detach_once
68142025-12-03T15:55:38.157Z PASS [ 3.969s] ( 258/2476) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
68152025-12-03T15:55:38.207Z PASS [ 0.046s] ( 259/2476) nexus-db-queries db::collection_detach::test::test_verify_query
68162025-12-03T15:55:40.090Z PASS [ 3.929s] ( 260/2476) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
68172025-12-03T15:55:42.190Z PASS [ 3.986s] ( 261/2476) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
68182025-12-03T15:55:44.299Z PASS [ 4.209s] ( 262/2476) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
68192025-12-03T15:55:46.542Z PASS [ 4.352s] ( 263/2476) nexus-db-queries db::collection_detach_many::test::test_detach_many
68202025-12-03T15:55:48.389Z PASS [ 4.087s] ( 264/2476) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
68212025-12-03T15:55:50.553Z PASS [ 4.010s] ( 265/2476) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
68222025-12-03T15:55:52.439Z PASS [ 4.052s] ( 266/2476) nexus-db-queries db::collection_detach_many::test::test_detach_once
68232025-12-03T15:55:54.771Z PASS [ 4.193s] ( 267/2476) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
68242025-12-03T15:55:54.800Z PASS [ 0.053s] ( 268/2476) nexus-db-queries db::collection_detach_many::test::test_verify_query
68252025-12-03T15:55:56.266Z PASS [ 3.826s] ( 269/2476) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
68262025-12-03T15:55:58.600Z PASS [ 3.799s] ( 270/2476) nexus-db-queries db::collection_insert::test::test_collection_not_present
68272025-12-03T15:55:58.657Z PASS [ 0.058s] ( 271/2476) nexus-db-queries db::collection_insert::test::test_verify_query
68282025-12-03T15:55:58.704Z PASS [ 0.046s] ( 272/2476) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
68292025-12-03T15:55:58.753Z PASS [ 0.046s] ( 273/2476) nexus-db-queries db::column_walker::test::test_walk_columns
68302025-12-03T15:55:58.798Z PASS [ 0.047s] ( 274/2476) nexus-db-queries db::column_walker::test::test_walk_table
68312025-12-03T15:56:00.040Z PASS [ 3.777s] ( 275/2476) nexus-db-queries db::collection_insert::test::test_collection_present
68322025-12-03T15:56:05.660Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68332025-12-03T15:56:05.660Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68342025-12-03T15:56:05.690Z PASS [ 6.892s] ( 276/2476) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
68352025-12-03T15:56:06.873Z PASS [ 6.833s] ( 277/2476) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
68362025-12-03T15:56:14.252Z PASS [ 7.379s] ( 278/2476) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
68372025-12-03T15:56:16.503Z PASS [ 10.813s] ( 279/2476) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
68382025-12-03T15:56:20.846Z PASS [ 6.591s] ( 280/2476) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
68392025-12-03T15:56:22.642Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68402025-12-03T15:56:24.434Z PASS [ 7.931s] ( 281/2476) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
68412025-12-03T15:56:27.707Z PASS [ 6.858s] ( 282/2476) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
68422025-12-03T15:56:31.841Z PASS [ 7.407s] ( 283/2476) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
68432025-12-03T15:56:33.927Z PASS [ 6.225s] ( 284/2476) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
68442025-12-03T15:56:36.081Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
68452025-12-03T15:56:38.458Z PASS [ 6.617s] ( 285/2476) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
68462025-12-03T15:56:41.058Z PASS [ 7.121s] ( 286/2476) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
68472025-12-03T15:56:45.476Z PASS [ 7.017s] ( 287/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
68482025-12-03T15:56:47.884Z PASS [ 6.836s] ( 288/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
68492025-12-03T15:56:54.708Z PASS [ 6.824s] ( 289/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
68502025-12-03T15:56:55.636Z PASS [ 10.160s] ( 290/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
68512025-12-03T15:57:01.265Z PASS [ 6.557s] ( 291/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
68522025-12-03T15:57:03.274Z PASS [ 7.638s] ( 292/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
68532025-12-03T15:57:05.658Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68542025-12-03T15:57:05.658Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68552025-12-03T15:57:08.084Z PASS [ 6.818s] ( 293/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
68562025-12-03T15:57:10.568Z PASS [ 7.294s] ( 294/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
68572025-12-03T15:57:14.217Z PASS [ 6.133s] ( 295/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
68582025-12-03T15:57:16.525Z PASS [ 5.957s] ( 296/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
68592025-12-03T15:57:21.043Z PASS [ 6.826s] ( 297/2476) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
68602025-12-03T15:57:22.641Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68612025-12-03T15:57:26.104Z PASS [ 9.579s] ( 298/2476) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
68622025-12-03T15:57:29.855Z PASS [ 8.812s] ( 299/2476) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
68632025-12-03T15:57:30.034Z PASS [ 3.929s] ( 300/2476) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
68642025-12-03T15:57:36.078Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
68652025-12-03T15:57:36.534Z PASS [ 6.678s] ( 301/2476) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
68662025-12-03T15:57:36.661Z PASS [ 6.627s] ( 302/2476) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
68672025-12-03T15:57:43.127Z PASS [ 6.593s] ( 303/2476) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
68682025-12-03T15:57:43.812Z PASS [ 7.151s] ( 304/2476) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
68692025-12-03T15:57:50.123Z PASS [ 6.996s] ( 305/2476) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
68702025-12-03T15:57:50.174Z PASS [ 6.362s] ( 306/2476) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
68712025-12-03T15:57:56.044Z PASS [ 5.870s] ( 307/2476) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
68722025-12-03T15:57:56.080Z PASS [ 5.934s] ( 308/2476) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
68732025-12-03T15:58:01.499Z PASS [ 5.454s] ( 309/2476) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
68742025-12-03T15:58:02.051Z PASS [ 5.995s] ( 310/2476) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
68752025-12-03T15:58:04.340Z PASS [ 2.842s] ( 311/2476) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
68762025-12-03T15:58:05.658Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68772025-12-03T15:58:05.658Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68782025-12-03T15:58:06.034Z PASS [ 3.983s] ( 312/2476) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
68792025-12-03T15:58:07.377Z PASS [ 3.036s] ( 313/2476) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
68802025-12-03T15:58:09.414Z PASS [ 3.379s] ( 314/2476) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
68812025-12-03T15:58:11.217Z PASS [ 3.841s] ( 315/2476) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
68822025-12-03T15:58:13.421Z PASS [ 4.007s] ( 316/2476) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
68832025-12-03T15:58:14.980Z PASS [ 3.763s] ( 317/2476) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
68842025-12-03T15:58:17.132Z PASS [ 3.711s] ( 318/2476) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
68852025-12-03T15:58:18.807Z PASS [ 3.828s] ( 319/2476) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
68862025-12-03T15:58:20.830Z PASS [ 3.699s] ( 320/2476) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
68872025-12-03T15:58:22.320Z PASS [ 3.513s] ( 321/2476) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
68882025-12-03T15:58:22.642Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68892025-12-03T15:58:24.288Z PASS [ 3.457s] ( 322/2476) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
68902025-12-03T15:58:25.452Z PASS [ 3.132s] ( 323/2476) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
68912025-12-03T15:58:27.604Z PASS [ 3.317s] ( 324/2476) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
68922025-12-03T15:58:30.798Z PASS [ 5.345s] ( 325/2476) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
68932025-12-03T15:58:33.829Z PASS [ 6.224s] ( 326/2476) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
68942025-12-03T15:58:36.077Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
68952025-12-03T15:58:37.082Z PASS [ 6.284s] ( 327/2476) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
68962025-12-03T15:58:37.448Z PASS [ 0.367s] ( 328/2476) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
68972025-12-03T15:58:40.824Z PASS [ 6.995s] ( 329/2476) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
68982025-12-03T15:58:41.258Z PASS [ 3.810s] ( 330/2476) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
68992025-12-03T15:58:47.179Z PASS [ 6.355s] ( 331/2476) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
69002025-12-03T15:58:48.533Z PASS [ 7.275s] ( 332/2476) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
69012025-12-03T15:58:53.268Z PASS [ 6.089s] ( 333/2476) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
69022025-12-03T15:58:57.331Z PASS [ 8.798s] ( 334/2476) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
69032025-12-03T15:58:59.461Z PASS [ 6.192s] ( 335/2476) nexus-db-queries db::datastore::deployment::tests::test_set_target
69042025-12-03T15:59:04.458Z PASS [ 7.127s] ( 336/2476) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
69052025-12-03T15:59:04.514Z PASS [ 0.055s] ( 337/2476) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
69062025-12-03T15:59:05.658Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69072025-12-03T15:59:05.658Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69082025-12-03T15:59:05.810Z PASS [ 6.350s] ( 338/2476) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
69092025-12-03T15:59:10.512Z PASS [ 5.998s] ( 339/2476) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
69102025-12-03T15:59:12.204Z PASS [ 6.394s] ( 340/2476) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
69112025-12-03T15:59:18.294Z PASS [ 7.782s] ( 341/2476) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
69122025-12-03T15:59:18.684Z PASS [ 6.480s] ( 342/2476) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
69132025-12-03T15:59:22.642Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69142025-12-03T15:59:24.678Z PASS [ 6.384s] ( 343/2476) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
69152025-12-03T15:59:24.753Z PASS [ 6.069s] ( 344/2476) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
69162025-12-03T15:59:27.811Z PASS [ 3.133s] ( 345/2476) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
69172025-12-03T15:59:28.160Z PASS [ 3.407s] ( 346/2476) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
69182025-12-03T15:59:31.331Z PASS [ 3.520s] ( 347/2476) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
69192025-12-03T15:59:31.901Z PASS [ 3.741s] ( 348/2476) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
69202025-12-03T15:59:34.904Z PASS [ 3.573s] ( 349/2476) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
69212025-12-03T15:59:35.498Z PASS [ 3.597s] ( 350/2476) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
69222025-12-03T15:59:36.077Z SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated
69232025-12-03T15:59:37.913Z PASS [ 3.008s] ( 351/2476) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
69242025-12-03T15:59:39.191Z PASS [ 3.693s] ( 352/2476) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
69252025-12-03T15:59:44.245Z PASS [ 6.332s] ( 353/2476) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
69262025-12-03T15:59:44.651Z PASS [ 0.406s] ( 354/2476) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
69272025-12-03T15:59:44.983Z PASS [ 0.332s] ( 355/2476) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
69282025-12-03T15:59:45.418Z PASS [ 0.434s] ( 356/2476) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
69292025-12-03T15:59:47.308Z PASS [ 8.117s] ( 357/2476) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
69302025-12-03T15:59:48.921Z PASS [ 3.504s] ( 358/2476) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
69312025-12-03T15:59:50.327Z PASS [ 3.019s] ( 359/2476) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
69322025-12-03T15:59:51.737Z PASS [ 2.814s] ( 360/2476) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
69332025-12-03T15:59:56.626Z PASS [ 6.299s] ( 361/2476) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
69342025-12-03T15:59:56.947Z PASS [ 454.314s] ( 362/2476) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69352025-12-03T15:59:58.590Z PASS [ 6.855s] ( 363/2476) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
69362025-12-03T16:00:03.754Z PASS [ 7.128s] ( 364/2476) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
69372025-12-03T16:00:03.963Z PASS [ 7.016s] ( 365/2476) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
69382025-12-03T16:00:05.140Z PASS [ 389.080s] ( 366/2476) oximeter-db client::tests::test_replicated
69392025-12-03T16:00:05.255Z PASS [ 0.095s] ( 367/2476) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
69402025-12-03T16:00:05.279Z PASS [ 6.652s] ( 368/2476) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
69412025-12-03T16:00:05.279Z PASS [ 0.034s] ( 369/2476) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
69422025-12-03T16:00:05.303Z PASS [ 0.025s] ( 370/2476) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
69432025-12-03T16:00:05.327Z PASS [ 0.026s] ( 371/2476) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
69442025-12-03T16:00:05.353Z PASS [ 0.030s] ( 372/2476) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
69452025-12-03T16:00:05.658Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69462025-12-03T16:00:05.658Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69472025-12-03T16:00:05.979Z PASS [ 0.624s] ( 373/2476) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
69482025-12-03T16:00:06.175Z PASS [ 0.196s] ( 374/2476) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
69492025-12-03T16:00:06.387Z PASS [ 0.212s] ( 375/2476) omicron-clickhouse-admin::integration_test test_lgif_parsing
69502025-12-03T16:00:06.633Z PASS [ 0.246s] ( 376/2476) omicron-clickhouse-admin::integration_test test_raft_config_parsing
69512025-12-03T16:00:06.871Z PASS [ 0.238s] ( 377/2476) omicron-clickhouse-admin::integration_test test_teardown
69522025-12-03T16:00:06.957Z PASS [ 0.087s] ( 378/2476) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
69532025-12-03T16:00:09.732Z PASS [ 5.769s] ( 379/2476) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
69542025-12-03T16:00:10.871Z PASS [ 5.628s] ( 380/2476) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
69552025-12-03T16:00:11.746Z PASS [ 7.992s] ( 381/2476) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
69562025-12-03T16:00:15.638Z PASS [ 5.905s] ( 382/2476) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
69572025-12-03T16:00:17.166Z PASS [ 6.295s] ( 383/2476) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
69582025-12-03T16:00:17.905Z PASS [ 6.160s] ( 384/2476) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
69592025-12-03T16:00:21.750Z PASS [ 6.112s] ( 385/2476) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
69602025-12-03T16:00:23.162Z PASS [ 5.996s] ( 386/2476) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
69612025-12-03T16:00:23.855Z PASS [ 5.950s] ( 387/2476) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
69622025-12-03T16:00:27.783Z PASS [ 6.034s] ( 388/2476) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
69632025-12-03T16:00:28.822Z PASS [ 5.659s] ( 389/2476) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
69642025-12-03T16:00:30.392Z PASS [ 6.537s] ( 390/2476) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
69652025-12-03T16:00:35.346Z PASS [ 6.524s] ( 391/2476) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
69662025-12-03T16:00:36.655Z PASS [ 6.263s] ( 392/2476) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
69672025-12-03T16:00:37.791Z PASS [ 10.007s] ( 393/2476) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
69682025-12-03T16:00:40.475Z PASS [ 3.820s] ( 394/2476) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
69692025-12-03T16:00:41.343Z PASS [ 3.552s] ( 395/2476) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
69702025-12-03T16:00:41.617Z PASS [ 6.271s] ( 396/2476) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
69712025-12-03T16:00:44.117Z PASS [ 3.642s] ( 397/2476) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
69722025-12-03T16:00:45.300Z PASS [ 3.956s] ( 398/2476) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
69732025-12-03T16:00:47.321Z PASS [ 5.704s] ( 399/2476) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
69742025-12-03T16:00:50.127Z PASS [ 6.010s] ( 400/2476) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
69752025-12-03T16:00:51.181Z PASS [ 5.881s] ( 401/2476) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
69762025-12-03T16:00:53.435Z PASS [ 6.114s] ( 402/2476) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
69772025-12-03T16:00:55.908Z PASS [ 5.781s] ( 403/2476) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
69782025-12-03T16:00:56.203Z PASS [ 0.295s] ( 404/2476) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
69792025-12-03T16:00:56.532Z PASS [ 0.326s] ( 405/2476) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
69802025-12-03T16:00:56.792Z PASS [ 5.611s] ( 406/2476) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
69812025-12-03T16:00:56.858Z PASS [ 0.328s] ( 407/2476) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
69822025-12-03T16:00:59.231Z PASS [ 5.797s] ( 408/2476) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
69832025-12-03T16:01:02.555Z PASS [ 5.697s] ( 409/2476) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
69842025-12-03T16:01:03.443Z PASS [ 6.648s] ( 410/2476) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
69852025-12-03T16:01:05.657Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69862025-12-03T16:01:05.682Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69872025-12-03T16:01:05.739Z PASS [ 6.507s] ( 411/2476) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
69882025-12-03T16:01:06.958Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69892025-12-03T16:01:08.733Z PASS [ 6.178s] ( 412/2476) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
69902025-12-03T16:01:10.055Z PASS [ 6.615s] ( 413/2476) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
69912025-12-03T16:01:12.067Z PASS [ 6.327s] ( 414/2476) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
69922025-12-03T16:01:14.641Z PASS [ 5.879s] ( 415/2476) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
69932025-12-03T16:01:16.586Z PASS [ 6.037s] ( 416/2476) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
69942025-12-03T16:01:16.586Z PASS [ 69.440s] ( 417/2476) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69952025-12-03T16:01:17.904Z PASS [ 5.838s] ( 418/2476) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
69962025-12-03T16:01:19.349Z PASS [ 2.953s] ( 419/2476) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69972025-12-03T16:01:20.096Z PASS [ 5.483s] ( 420/2476) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
69982025-12-03T16:01:21.431Z PASS [ 5.339s] ( 421/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
69992025-12-03T16:01:23.425Z PASS [ 5.498s] ( 422/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
70002025-12-03T16:01:25.497Z PASS [ 5.402s] ( 423/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_pool_exhaustion
70012025-12-03T16:01:26.681Z PASS [ 5.250s] ( 424/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
70022025-12-03T16:01:28.881Z PASS [ 5.478s] ( 425/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
70032025-12-03T16:01:31.303Z PASS [ 5.806s] ( 426/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
70042025-12-03T16:01:32.702Z PASS [ 6.021s] ( 427/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
70052025-12-03T16:01:35.400Z PASS [ 6.520s] ( 428/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
70062025-12-03T16:01:36.430Z PASS [ 17.081s] ( 429/2476) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
70072025-12-03T16:01:37.904Z PASS [ 6.601s] ( 430/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_member_duplicate_prevention
70082025-12-03T16:01:39.651Z PASS [ 6.948s] ( 431/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_member_operations_with_parent_id
70092025-12-03T16:01:41.871Z PASS [ 6.470s] ( 432/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_member_state_transitions_datastore
70102025-12-03T16:01:43.780Z PASS [ 5.876s] ( 433/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_delete_create_cycle
70112025-12-03T16:01:45.657Z PASS [ 6.007s] ( 434/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
70122025-12-03T16:01:48.156Z PASS [ 6.286s] ( 435/2476) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_update
70132025-12-03T16:01:50.569Z PASS [ 6.788s] ( 436/2476) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
70142025-12-03T16:01:52.366Z PASS [ 15.936s] ( 437/2476) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
70152025-12-03T16:01:52.707Z PASS [ 7.049s] ( 438/2476) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
70162025-12-03T16:01:53.652Z PASS [ 5.495s] ( 439/2476) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
70172025-12-03T16:01:57.035Z PASS [ 6.466s] ( 440/2476) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
70182025-12-03T16:01:58.620Z PASS [ 6.255s] ( 441/2476) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
70192025-12-03T16:01:59.210Z PASS [ 6.502s] ( 442/2476) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
70202025-12-03T16:02:00.148Z PASS [ 6.497s] ( 443/2476) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_from_left
70212025-12-03T16:02:03.504Z PASS [ 6.469s] ( 444/2476) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_requires_active_group
70222025-12-03T16:02:04.716Z PASS [ 6.095s] ( 445/2476) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
70232025-12-03T16:02:05.657Z SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70242025-12-03T16:02:05.681Z SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70252025-12-03T16:02:05.916Z PASS [ 6.706s] ( 446/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
70262025-12-03T16:02:06.665Z PASS [ 6.516s] ( 447/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
70272025-12-03T16:02:09.979Z PASS [ 6.474s] ( 448/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
70282025-12-03T16:02:11.299Z PASS [ 6.583s] ( 449/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
70292025-12-03T16:02:12.509Z PASS [ 6.587s] ( 450/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
70302025-12-03T16:02:13.144Z PASS [ 6.479s] ( 451/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
70312025-12-03T16:02:16.955Z PASS [ 6.977s] ( 452/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
70322025-12-03T16:02:17.889Z PASS [ 6.590s] ( 453/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
70332025-12-03T16:02:19.378Z PASS [ 6.874s] ( 454/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
70342025-12-03T16:02:19.766Z PASS [ 6.622s] ( 455/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
70352025-12-03T16:02:23.531Z PASS [ 6.576s] ( 456/2476) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
70362025-12-03T16:02:24.443Z PASS [ 6.554s] ( 457/2476) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
70372025-12-03T16:02:25.817Z PASS [ 6.438s] ( 458/2476) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
70382025-12-03T16:02:26.180Z PASS [ 6.415s] ( 459/2476) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
70392025-12-03T16:02:30.281Z PASS [ 6.749s] ( 460/2476) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
70402025-12-03T16:02:30.821Z PASS [ 6.376s] ( 461/2476) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
70412025-12-03T16:02:32.443Z PASS [ 6.627s] ( 462/2476) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
70422025-12-03T16:02:33.441Z PASS [ 7.260s] ( 463/2476) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
70432025-12-03T16:02:35.565Z PASS [ 5.284s] ( 464/2476) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
70442025-12-03T16:02:36.199Z PASS [ 5.379s] ( 465/2476) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
70452025-12-03T16:02:37.585Z PASS [ 5.141s] ( 466/2476) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
70462025-12-03T16:02:39.506Z PASS [ 6.065s] ( 467/2476) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
70472025-12-03T16:02:40.607Z PASS [ 5.041s] ( 468/2476) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
70482025-12-03T16:02:42.443Z PASS [ 6.243s] ( 469/2476) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
70492025-12-03T16:02:44.791Z PASS [ 5.285s] ( 470/2476) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
70502025-12-03T16:02:47.821Z PASS [ 5.378s] ( 471/2476) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
70512025-12-03T16:02:50.208Z PASS [ 5.418s] ( 472/2476) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
70522025-12-03T16:02:52.094Z PASS [ 14.510s] ( 473/2476) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
70532025-12-03T16:02:53.543Z PASS [ 5.722s] ( 474/2476) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
70542025-12-03T16:02:55.923Z PASS [ 5.714s] ( 475/2476) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
70552025-12-03T16:02:58.191Z PASS [ 6.096s] ( 476/2476) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
70562025-12-03T16:02:59.230Z PASS [ 5.687s] ( 477/2476) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
70572025-12-03T16:03:01.927Z PASS [ 6.005s] ( 478/2476) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
70582025-12-03T16:03:03.978Z PASS [ 5.787s] ( 479/2476) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
70592025-12-03T16:03:04.280Z PASS [ 23.674s] ( 480/2476) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
70602025-12-03T16:03:05.657Z SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70612025-12-03T16:03:05.681Z SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70622025-12-03T16:03:05.737Z PASS [ 6.504s] ( 481/2476) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
70632025-12-03T16:03:09.916Z PASS [ 7.988s] ( 482/2476) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
70642025-12-03T16:03:10.008Z PASS [ 6.030s] ( 483/2476) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
70652025-12-03T16:03:10.069Z PASS [ 5.790s] ( 484/2476) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
70662025-12-03T16:03:11.546Z PASS [ 5.812s] ( 485/2476) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
70672025-12-03T16:03:16.380Z PASS [ 6.464s] ( 486/2476) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
70682025-12-03T16:03:16.639Z PASS [ 6.630s] ( 487/2476) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
70692025-12-03T16:03:16.676Z PASS [ 0.037s] ( 488/2476) nexus-db-queries db::datastore::region::test::test_extent_count
70702025-12-03T16:03:16.722Z PASS [ 6.653s] ( 489/2476) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
70712025-12-03T16:03:16.956Z PASS [ 5.410s] ( 490/2476) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
70722025-12-03T16:03:21.861Z PASS [ 5.481s] ( 491/2476) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
70732025-12-03T16:03:22.037Z PASS [ 5.361s] ( 492/2476) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
70742025-12-03T16:03:22.285Z PASS [ 5.563s] ( 493/2476) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
70752025-12-03T16:03:22.342Z PASS [ 5.387s] ( 494/2476) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
70762025-12-03T16:03:27.454Z PASS [ 5.592s] ( 495/2476) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
70772025-12-03T16:03:27.650Z PASS [ 5.613s] ( 496/2476) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
70782025-12-03T16:03:27.685Z PASS [ 5.400s] ( 497/2476) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
70792025-12-03T16:03:27.842Z PASS [ 5.499s] ( 498/2476) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
70802025-12-03T16:03:32.804Z PASS [ 5.351s] ( 499/2476) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
70812025-12-03T16:03:33.085Z PASS [ 5.436s] ( 500/2476) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
70822025-12-03T16:03:33.316Z PASS [ 5.474s] ( 501/2476) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
70832025-12-03T16:03:33.387Z PASS [ 5.701s] ( 502/2476) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
70842025-12-03T16:03:38.360Z PASS [ 5.556s] ( 503/2476) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
70852025-12-03T16:03:38.449Z PASS [ 5.363s] ( 504/2476) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
70862025-12-03T16:03:38.718Z PASS [ 5.330s] ( 505/2476) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
70872025-12-03T16:03:38.960Z PASS [ 5.644s] ( 506/2476) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
70882025-12-03T16:03:43.775Z PASS [ 5.326s] ( 507/2476) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
70892025-12-03T16:03:43.845Z PASS [ 5.485s] ( 508/2476) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
70902025-12-03T16:03:44.073Z PASS [ 5.355s] ( 509/2476) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
70912025-12-03T16:03:44.927Z PASS [ 5.967s] ( 510/2476) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
70922025-12-03T16:03:49.837Z PASS [ 6.062s] ( 511/2476) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
70932025-12-03T16:03:49.942Z PASS [ 6.097s] ( 512/2476) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
70942025-12-03T16:03:50.160Z PASS [ 6.087s] ( 513/2476) nexus-db-queries db::datastore::sled::test::affinity_multi_group
70952025-12-03T16:03:50.991Z PASS [ 6.064s] ( 514/2476) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
70962025-12-03T16:03:55.853Z PASS [ 6.016s] ( 515/2476) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
70972025-12-03T16:03:55.899Z PASS [ 5.956s] ( 516/2476) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
70982025-12-03T16:03:56.152Z PASS [ 5.992s] ( 517/2476) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
70992025-12-03T16:03:57.094Z PASS [ 6.103s] ( 518/2476) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
71002025-12-03T16:04:02.038Z PASS [ 6.138s] ( 519/2476) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
71012025-12-03T16:04:02.062Z PASS [ 6.208s] ( 520/2476) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
71022025-12-03T16:04:02.201Z PASS [ 6.048s] ( 521/2476) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
71032025-12-03T16:04:03.103Z PASS [ 6.009s] ( 522/2476) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
71042025-12-03T16:04:05.657Z SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71052025-12-03T16:04:05.658Z SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71062025-12-03T16:04:08.255Z PASS [ 6.054s] ( 523/2476) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
71072025-12-03T16:04:08.314Z PASS [ 6.251s] ( 524/2476) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
71082025-12-03T16:04:08.555Z PASS [ 6.517s] ( 525/2476) nexus-db-queries db::datastore::sled::test::sled_list_batch
71092025-12-03T16:04:09.261Z PASS [ 6.156s] ( 526/2476) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
71102025-12-03T16:04:14.129Z PASS [ 5.873s] ( 527/2476) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
71112025-12-03T16:04:14.524Z PASS [ 5.969s] ( 528/2476) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
71122025-12-03T16:04:15.002Z PASS [ 6.690s] ( 529/2476) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
71132025-12-03T16:04:19.398Z PASS [ 10.138s] ( 530/2476) nexus-db-queries db::datastore::sled::test::test_sled_transitions
71142025-12-03T16:04:20.084Z PASS [ 5.956s] ( 531/2476) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
71152025-12-03T16:04:20.254Z PASS [ 5.731s] ( 532/2476) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
71162025-12-03T16:04:20.882Z PASS [ 5.879s] ( 533/2476) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
71172025-12-03T16:04:27.198Z PASS [ 7.800s] ( 534/2476) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
71182025-12-03T16:04:28.058Z PASS [ 7.973s] ( 535/2476) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
71192025-12-03T16:04:28.214Z PASS [ 7.960s] ( 536/2476) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
71202025-12-03T16:04:28.593Z PASS [ 7.712s] ( 537/2476) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
71212025-12-03T16:04:33.249Z PASS [ 6.050s] ( 538/2476) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
71222025-12-03T16:04:33.859Z PASS [ 5.802s] ( 539/2476) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
71232025-12-03T16:04:34.108Z PASS [ 5.894s] ( 540/2476) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
71242025-12-03T16:04:34.389Z PASS [ 5.795s] ( 541/2476) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
71252025-12-03T16:04:38.868Z PASS [ 5.620s] ( 542/2476) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
71262025-12-03T16:04:39.518Z PASS [ 5.658s] ( 543/2476) nexus-db-queries db::datastore::target_release::test::target_release_datastore
71272025-12-03T16:04:40.158Z PASS [ 6.050s] ( 544/2476) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
71282025-12-03T16:04:40.201Z PASS [ 5.812s] ( 545/2476) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
71292025-12-03T16:04:44.258Z PASS [ 5.390s] ( 546/2476) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
71302025-12-03T16:04:45.251Z PASS [ 5.733s] ( 547/2476) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
71312025-12-03T16:04:45.623Z PASS [ 5.422s] ( 548/2476) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
71322025-12-03T16:04:45.715Z PASS [ 5.557s] ( 549/2476) nexus-db-queries db::datastore::test::test_project_creation
71332025-12-03T16:04:50.298Z PASS [ 6.040s] ( 550/2476) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
71342025-12-03T16:04:51.714Z PASS [ 6.091s] ( 551/2476) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
71352025-12-03T16:04:52.179Z PASS [ 6.464s] ( 552/2476) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
71362025-12-03T16:04:56.408Z PASS [ 6.110s] ( 553/2476) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
71372025-12-03T16:04:57.686Z PASS [ 12.435s] ( 554/2476) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
71382025-12-03T16:05:03.755Z PASS [ 12.041s] ( 555/2476) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
71392025-12-03T16:05:04.691Z PASS [ 12.512s] ( 556/2476) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
71402025-12-03T16:05:05.657Z SLOW [>900.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71412025-12-03T16:05:05.681Z SLOW [>900.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71422025-12-03T16:05:09.548Z PASS [ 5.793s] ( 557/2476) nexus-db-queries db::datastore::test::test_session_methods
71432025-12-03T16:05:10.656Z PASS [ 5.965s] ( 558/2476) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
71442025-12-03T16:05:11.455Z PASS [ 15.047s] ( 559/2476) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
71452025-12-03T16:05:11.634Z PASS [ 13.948s] ( 560/2476) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
71462025-12-03T16:05:15.513Z PASS [ 5.965s] ( 561/2476) nexus-db-queries db::datastore::test::test_ssh_keys
71472025-12-03T16:05:16.311Z PASS [ 5.655s] ( 562/2476) nexus-db-queries db::datastore::test::test_table_scan
71482025-12-03T16:05:19.025Z PASS [ 7.391s] ( 563/2476) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
71492025-12-03T16:05:21.501Z PASS [ 5.987s] ( 564/2476) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
71502025-12-03T16:05:22.063Z PASS [ 5.752s] ( 565/2476) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
71512025-12-03T16:05:25.222Z PASS [ 6.197s] ( 566/2476) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
71522025-12-03T16:05:27.258Z PASS [ 5.758s] ( 567/2476) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
71532025-12-03T16:05:27.832Z PASS [ 5.768s] ( 568/2476) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
71542025-12-03T16:05:32.702Z PASS [ 7.480s] ( 569/2476) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
71552025-12-03T16:05:33.393Z PASS [ 6.134s] ( 570/2476) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
71562025-12-03T16:05:33.805Z PASS [ 5.974s] ( 571/2476) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
71572025-12-03T16:05:39.056Z PASS [ 5.663s] ( 572/2476) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
71582025-12-03T16:05:39.488Z PASS [ 6.786s] ( 573/2476) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
71592025-12-03T16:05:40.620Z PASS [ 6.815s] ( 574/2476) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
71602025-12-03T16:05:44.874Z PASS [ 5.818s] ( 575/2476) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
71612025-12-03T16:05:45.376Z PASS [ 5.888s] ( 576/2476) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
71622025-12-03T16:05:46.739Z PASS [ 6.118s] ( 577/2476) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
71632025-12-03T16:05:50.851Z PASS [ 5.976s] ( 578/2476) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
71642025-12-03T16:05:51.454Z PASS [ 6.078s] ( 579/2476) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
71652025-12-03T16:05:52.471Z PASS [ 5.732s] ( 580/2476) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
71662025-12-03T16:05:54.194Z PASS [ 42.740s] ( 581/2476) nexus-db-queries db::datastore::update::test::test_list_unpruned
71672025-12-03T16:05:56.745Z PASS [ 5.894s] ( 582/2476) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
71682025-12-03T16:05:57.842Z PASS [ 6.388s] ( 583/2476) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
71692025-12-03T16:05:57.894Z PASS [ 0.052s] ( 584/2476) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
71702025-12-03T16:05:57.952Z PASS [ 0.058s] ( 585/2476) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
71712025-12-03T16:05:58.394Z PASS [ 5.922s] ( 586/2476) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
71722025-12-03T16:06:00.295Z PASS [ 6.101s] ( 587/2476) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
71732025-12-03T16:06:05.657Z SLOW [>960.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71742025-12-03T16:06:05.681Z SLOW [>960.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71752025-12-03T16:06:06.264Z PASS [ 5.969s] ( 588/2476) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
71762025-12-03T16:06:10.484Z PASS [ 13.736s] ( 589/2476) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
71772025-12-03T16:06:11.577Z PASS [ 13.455s] ( 590/2476) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
71782025-12-03T16:06:12.051Z PASS [ 13.658s] ( 591/2476) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
71792025-12-03T16:06:12.421Z PASS [ 6.156s] ( 592/2476) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
71802025-12-03T16:06:16.337Z PASS [ 5.857s] ( 593/2476) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
71812025-12-03T16:06:17.862Z PASS [ 6.455s] ( 594/2476) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
71822025-12-03T16:06:18.593Z PASS [ 6.541s] ( 595/2476) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
71832025-12-03T16:06:18.907Z PASS [ 0.313s] ( 596/2476) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
71842025-12-03T16:06:21.346Z PASS [ 8.926s] ( 597/2476) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
71852025-12-03T16:06:22.494Z PASS [ 3.589s] ( 598/2476) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
71862025-12-03T16:06:23.942Z PASS [ 7.604s] ( 599/2476) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
71872025-12-03T16:06:26.025Z PASS [ 3.531s] ( 600/2476) nexus-db-queries db::explain::test::test_explain_async
71882025-12-03T16:06:26.218Z PASS [ 8.356s] ( 601/2476) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
71892025-12-03T16:06:26.978Z PASS [ 3.036s] ( 602/2476) nexus-db-queries db::explain::test::test_explain_full_table_scan
71902025-12-03T16:06:27.475Z PASS [ 6.128s] ( 603/2476) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
71912025-12-03T16:06:29.950Z PASS [ 3.926s] ( 604/2476) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
71922025-12-03T16:06:30.247Z PASS [ 4.029s] ( 605/2476) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
71932025-12-03T16:06:30.906Z PASS [ 3.927s] ( 606/2476) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
71942025-12-03T16:06:31.438Z PASS [ 3.963s] ( 607/2476) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
71952025-12-03T16:06:31.488Z PASS [ 0.050s] ( 608/2476) nexus-db-queries db::pagination::test::test_paginator
71962025-12-03T16:06:33.235Z PASS [ 1.747s] ( 609/2476) nexus-db-queries db::pool::test::test_pool_can_be_terminated
71972025-12-03T16:06:33.910Z PASS [ 3.960s] ( 610/2476) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
71982025-12-03T16:06:34.324Z PASS [ 4.077s] ( 611/2476) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
71992025-12-03T16:06:34.890Z PASS [ 3.984s] ( 612/2476) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
72002025-12-03T16:06:35.085Z PASS [ 1.850s] ( 613/2476) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
72012025-12-03T16:06:38.782Z PASS [ 3.892s] ( 614/2476) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
72022025-12-03T16:06:40.557Z PASS [ 6.647s] ( 615/2476) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
72032025-12-03T16:06:41.031Z PASS [ 6.707s] ( 616/2476) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
72042025-12-03T16:06:41.068Z PASS [ 5.966s] ( 617/2476) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
72052025-12-03T16:06:41.374Z PASS [ 0.343s] ( 618/2476) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
72062025-12-03T16:06:41.419Z PASS [ 0.368s] ( 619/2476) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
72072025-12-03T16:06:41.755Z PASS [ 0.381s] ( 620/2476) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
72082025-12-03T16:06:41.779Z PASS [ 0.337s] ( 621/2476) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
72092025-12-03T16:06:45.797Z PASS [ 7.015s] ( 622/2476) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
72102025-12-03T16:06:47.578Z PASS [ 7.022s] ( 623/2476) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
72112025-12-03T16:06:48.561Z PASS [ 6.805s] ( 624/2476) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
72122025-12-03T16:06:48.874Z PASS [ 7.120s] ( 625/2476) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
72132025-12-03T16:06:52.240Z PASS [ 6.443s] ( 626/2476) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
72142025-12-03T16:06:53.599Z PASS [ 6.021s] ( 627/2476) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
72152025-12-03T16:06:54.745Z PASS [ 6.184s] ( 628/2476) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
72162025-12-03T16:06:55.198Z PASS [ 6.323s] ( 629/2476) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
72172025-12-03T16:06:59.116Z PASS [ 6.876s] ( 630/2476) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
72182025-12-03T16:07:00.144Z PASS [ 6.544s] ( 631/2476) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
72192025-12-03T16:07:01.171Z PASS [ 6.425s] ( 632/2476) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
72202025-12-03T16:07:01.409Z PASS [ 6.211s] ( 633/2476) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
72212025-12-03T16:07:05.656Z SLOW [>1020.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72222025-12-03T16:07:05.681Z SLOW [>1020.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72232025-12-03T16:07:06.176Z PASS [ 7.060s] ( 634/2476) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
72242025-12-03T16:07:07.181Z PASS [ 7.037s] ( 635/2476) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
72252025-12-03T16:07:07.366Z PASS [ 6.196s] ( 636/2476) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
72262025-12-03T16:07:07.420Z PASS [ 0.053s] ( 637/2476) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
72272025-12-03T16:07:07.608Z PASS [ 6.200s] ( 638/2476) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
72282025-12-03T16:07:12.057Z PASS [ 5.881s] ( 639/2476) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
72292025-12-03T16:07:13.764Z PASS [ 6.344s] ( 640/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
72302025-12-03T16:07:13.898Z PASS [ 6.290s] ( 641/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
72312025-12-03T16:07:14.978Z PASS [ 7.797s] ( 642/2476) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
72322025-12-03T16:07:18.034Z PASS [ 5.977s] ( 643/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
72332025-12-03T16:07:19.759Z PASS [ 5.995s] ( 644/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
72342025-12-03T16:07:20.489Z PASS [ 6.590s] ( 645/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
72352025-12-03T16:07:21.214Z PASS [ 6.236s] ( 646/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
72362025-12-03T16:07:24.192Z PASS [ 6.158s] ( 647/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
72372025-12-03T16:07:25.868Z PASS [ 6.107s] ( 648/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
72382025-12-03T16:07:26.807Z PASS [ 6.318s] ( 649/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
72392025-12-03T16:07:27.509Z PASS [ 6.295s] ( 650/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
72402025-12-03T16:07:30.693Z PASS [ 6.501s] ( 651/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
72412025-12-03T16:07:30.742Z PASS [ 0.048s] ( 652/2476) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
72422025-12-03T16:07:32.252Z PASS [ 6.385s] ( 653/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
72432025-12-03T16:07:33.255Z PASS [ 6.448s] ( 654/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
72442025-12-03T16:07:33.813Z PASS [ 6.304s] ( 655/2476) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
72452025-12-03T16:07:36.031Z PASS [ 3.780s] ( 656/2476) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
72462025-12-03T16:07:37.321Z PASS [ 4.066s] ( 657/2476) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
72472025-12-03T16:07:37.376Z PASS [ 0.055s] ( 658/2476) nexus-db-queries db::queries::next_item::tests::test_shift_indices
72482025-12-03T16:07:37.597Z PASS [ 6.856s] ( 659/2476) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
72492025-12-03T16:07:37.656Z PASS [ 3.843s] ( 660/2476) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
72502025-12-03T16:07:37.942Z PASS [ 0.345s] ( 661/2476) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
72512025-12-03T16:07:38.015Z PASS [ 0.358s] ( 662/2476) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
72522025-12-03T16:07:39.915Z PASS [ 3.883s] ( 663/2476) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
72532025-12-03T16:07:39.961Z PASS [ 0.046s] ( 664/2476) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
72542025-12-03T16:07:40.008Z PASS [ 0.046s] ( 665/2476) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
72552025-12-03T16:07:41.356Z PASS [ 3.979s] ( 666/2476) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
72562025-12-03T16:07:41.380Z PASS [ 1.364s] ( 667/2476) nexus-db-queries db::queries::region_allocation::test::expectorate_query
72572025-12-03T16:07:41.483Z PASS [ 3.541s] ( 668/2476) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
72582025-12-03T16:07:41.655Z PASS [ 3.640s] ( 669/2476) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
72592025-12-03T16:07:41.689Z PASS [ 0.317s] ( 670/2476) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
72602025-12-03T16:07:41.987Z PASS [ 0.332s] ( 671/2476) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
72612025-12-03T16:07:42.011Z PASS [ 0.315s] ( 672/2476) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
72622025-12-03T16:07:42.327Z PASS [ 0.340s] ( 673/2476) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
72632025-12-03T16:07:44.786Z PASS [ 3.303s] ( 674/2476) nexus-db-queries db::queries::regions_hard_delete::test::explainable
72642025-12-03T16:07:45.140Z PASS [ 0.353s] ( 675/2476) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
72652025-12-03T16:07:45.164Z PASS [ 3.797s] ( 676/2476) nexus-db-queries db::queries::region_allocation::test::explainable
72662025-12-03T16:07:45.496Z PASS [ 0.356s] ( 677/2476) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
72672025-12-03T16:07:45.540Z PASS [ 0.388s] ( 678/2476) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
72682025-12-03T16:07:45.632Z PASS [ 3.305s] ( 679/2476) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
72692025-12-03T16:07:45.790Z PASS [ 3.787s] ( 680/2476) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
72702025-12-03T16:07:45.831Z PASS [ 0.334s] ( 681/2476) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
72712025-12-03T16:07:48.882Z PASS [ 3.249s] ( 682/2476) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
72722025-12-03T16:07:48.926Z PASS [ 3.385s] ( 683/2476) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
72732025-12-03T16:07:48.970Z PASS [ 0.044s] ( 684/2476) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
72742025-12-03T16:07:48.997Z PASS [ 0.116s] ( 685/2476) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
72752025-12-03T16:07:49.022Z PASS [ 0.048s] ( 686/2476) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
72762025-12-03T16:07:49.046Z PASS [ 0.045s] ( 687/2476) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
72772025-12-03T16:07:49.070Z PASS [ 0.049s] ( 688/2476) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
72782025-12-03T16:07:49.104Z PASS [ 3.313s] ( 689/2476) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
72792025-12-03T16:07:49.168Z PASS [ 3.337s] ( 690/2476) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
72802025-12-03T16:07:52.152Z PASS [ 3.109s] ( 691/2476) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
72812025-12-03T16:07:52.595Z PASS [ 3.528s] ( 692/2476) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
72822025-12-03T16:07:52.619Z PASS [ 3.508s] ( 693/2476) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
72832025-12-03T16:07:58.332Z PASS [ 5.720s] ( 694/2476) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
72842025-12-03T16:07:58.377Z PASS [ 0.046s] ( 695/2476) nexus-defaults tests::test_random_vpc_ipv6_prefix
72852025-12-03T16:07:58.589Z PASS [ 5.994s] ( 696/2476) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
72862025-12-03T16:07:58.636Z PASS [ 0.046s] ( 697/2476) nexus-inventory builder::test::test_empty
72872025-12-03T16:07:58.684Z PASS [ 0.049s] ( 698/2476) nexus-inventory builder::test::test_problems
72882025-12-03T16:07:58.711Z PASS [ 0.334s] ( 699/2476) nexus-inventory builder::test::test_basic
72892025-12-03T16:08:01.310Z PASS [ 2.626s] ( 700/2476) nexus-inventory collector::test::test_basic
72902025-12-03T16:08:01.334Z PASS [ 2.602s] ( 701/2476) nexus-inventory collector::test::test_multi_mgs
72912025-12-03T16:08:02.058Z PASS [ 0.748s] ( 702/2476) nexus-inventory collector::test::test_multi_mgs_failure
72922025-12-03T16:08:02.779Z PASS [ 1.464s] ( 703/2476) nexus-inventory collector::test::test_sled_agent_failure
72932025-12-03T16:08:04.124Z PASS [ 14.955s] ( 704/2476) nexus-db-queries policy_test::test_conferred_roles
72942025-12-03T16:08:05.656Z SLOW [>1080.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72952025-12-03T16:08:05.681Z SLOW [>1080.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72962025-12-03T16:08:08.087Z PASS [ 3.958s] ( 705/2476) nexus-mgs-updates driver_update::test::test_rot_basic_failures
72972025-12-03T16:08:09.858Z PASS [ 7.800s] ( 706/2476) nexus-metrics-producer-gc tests::test_prune_expired_producers
72982025-12-03T16:08:09.882Z PASS [ 7.093s] ( 707/2476) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
72992025-12-03T16:08:10.093Z PASS [ 2.006s] ( 708/2476) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
73002025-12-03T16:08:11.810Z PASS [ 1.717s] ( 709/2476) nexus-mgs-updates driver_update::test::test_sp_basic_failures
73012025-12-03T16:08:17.235Z PASS [ 7.376s] ( 710/2476) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
73022025-12-03T16:08:17.473Z PASS [ 7.598s] ( 711/2476) nexus-mgs-updates driver_update::test::test_rot_update_basic
73032025-12-03T16:08:21.038Z PASS [ 9.228s] ( 712/2476) nexus-mgs-updates driver_update::test::test_sp_update_basic
73042025-12-03T16:08:22.361Z PASS [ 4.891s] ( 713/2476) nexus-mgs-updates driver_update::test::test_sp_update_watched
73052025-12-03T16:08:24.672Z PASS [ 2.310s] ( 714/2476) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
73062025-12-03T16:08:27.039Z PASS [ 6.000s] ( 715/2476) nexus-mgs-updates driver_update::test_host_phase_1::basic
73072025-12-03T16:08:32.087Z PASS [ 14.853s] ( 716/2476) nexus-mgs-updates driver_update::test::test_sp_update_takeover
73082025-12-03T16:08:32.337Z PASS [ 0.250s] ( 717/2476) nexus-mgs-updates test_util::step_through::test::test_basic
73092025-12-03T16:08:33.413Z PASS [ 1.075s] ( 718/2476) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
73102025-12-03T16:08:33.700Z PASS [ 0.286s] ( 719/2476) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
73112025-12-03T16:08:33.753Z PASS [ 0.053s] ( 720/2476) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
73122025-12-03T16:08:33.811Z PASS [ 0.058s] ( 721/2476) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
73132025-12-03T16:08:33.863Z PASS [ 0.051s] ( 722/2476) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
73142025-12-03T16:08:33.912Z PASS [ 0.049s] ( 723/2476) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
73152025-12-03T16:08:33.964Z PASS [ 0.051s] ( 724/2476) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
73162025-12-03T16:08:34.018Z PASS [ 0.054s] ( 725/2476) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
73172025-12-03T16:08:34.067Z PASS [ 0.049s] ( 726/2476) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
73182025-12-03T16:08:34.118Z PASS [ 0.051s] ( 727/2476) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
73192025-12-03T16:08:34.204Z PASS [ 0.085s] ( 728/2476) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
73202025-12-03T16:08:34.259Z PASS [ 0.055s] ( 729/2476) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
73212025-12-03T16:08:34.307Z PASS [ 0.045s] ( 730/2476) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
73222025-12-03T16:08:34.357Z PASS [ 0.052s] ( 731/2476) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
73232025-12-03T16:08:34.414Z PASS [ 0.053s] ( 732/2476) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
73242025-12-03T16:08:34.462Z PASS [ 0.052s] ( 733/2476) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
73252025-12-03T16:08:34.523Z PASS [ 0.061s] ( 734/2476) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
73262025-12-03T16:08:34.585Z PASS [ 0.062s] ( 735/2476) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
73272025-12-03T16:08:34.636Z PASS [ 0.051s] ( 736/2476) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
73282025-12-03T16:08:37.324Z PASS [ 10.286s] ( 737/2476) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
73292025-12-03T16:08:37.824Z PASS [ 0.499s] ( 738/2476) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
73302025-12-03T16:08:44.872Z PASS [ 20.199s] ( 739/2476) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
73312025-12-03T16:08:52.152Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
73322025-12-03T16:08:53.458Z PASS [ 8.587s] ( 740/2476) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
73332025-12-03T16:09:02.003Z PASS [ 8.545s] ( 741/2476) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
73342025-12-03T16:09:05.749Z SLOW [>1140.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73352025-12-03T16:09:05.774Z SLOW [>1140.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73362025-12-03T16:09:10.949Z PASS [ 8.804s] ( 742/2476) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
73372025-12-03T16:09:19.481Z PASS [ 8.670s] ( 743/2476) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
73382025-12-03T16:09:19.594Z PASS [ 0.117s] ( 744/2476) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
73392025-12-03T16:09:19.694Z PASS [ 0.100s] ( 745/2476) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
73402025-12-03T16:09:19.762Z PASS [ 0.064s] ( 746/2476) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
73412025-12-03T16:09:19.829Z PASS [ 0.071s] ( 747/2476) nexus-reconfigurator-execution dns::test::test_dns_compute_update
73422025-12-03T16:09:34.637Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
73432025-12-03T16:09:37.825Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
73442025-12-03T16:09:52.153Z SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
73452025-12-03T16:10:02.229Z PASS [ 87.595s] ( 748/2476) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
73462025-12-03T16:10:05.656Z SLOW [>1200.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73472025-12-03T16:10:05.680Z SLOW [>1200.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73482025-12-03T16:10:19.830Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
73492025-12-03T16:10:27.730Z PASS [ 155.581s] ( 749/2476) nexus-db-queries policy_test::test_iam_roles_behavior
73502025-12-03T16:10:30.867Z PASS [ 28.638s] ( 750/2476) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
73512025-12-03T16:10:37.825Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
73522025-12-03T16:10:44.848Z PASS [ 127.026s] ( 751/2476) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
73532025-12-03T16:10:44.935Z PASS [ 0.087s] ( 752/2476) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
73542025-12-03T16:10:46.628Z PASS [ 18.898s] ( 753/2476) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
73552025-12-03T16:10:46.960Z PASS [ 0.331s] ( 754/2476) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
73562025-12-03T16:10:47.010Z PASS [ 0.050s] ( 755/2476) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
73572025-12-03T16:10:47.055Z PASS [ 0.045s] ( 756/2476) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
73582025-12-03T16:10:47.167Z PASS [ 0.112s] ( 757/2476) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
73592025-12-03T16:10:47.225Z PASS [ 0.057s] ( 758/2476) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
73602025-12-03T16:10:47.283Z PASS [ 0.058s] ( 759/2476) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
73612025-12-03T16:10:47.361Z PASS [ 0.078s] ( 760/2476) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
73622025-12-03T16:10:47.416Z PASS [ 0.054s] ( 761/2476) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
73632025-12-03T16:10:47.488Z PASS [ 0.073s] ( 762/2476) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
73642025-12-03T16:10:47.525Z PASS [ 0.037s] ( 763/2476) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
73652025-12-03T16:10:47.561Z PASS [ 0.035s] ( 764/2476) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
73662025-12-03T16:10:47.596Z PASS [ 0.035s] ( 765/2476) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
73672025-12-03T16:10:47.632Z PASS [ 0.035s] ( 766/2476) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
73682025-12-03T16:10:47.703Z PASS [ 0.047s] ( 767/2476) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
73692025-12-03T16:10:47.737Z PASS [ 0.056s] ( 768/2476) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
73702025-12-03T16:10:47.771Z PASS [ 0.036s] ( 769/2476) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
73712025-12-03T16:10:47.809Z PASS [ 0.038s] ( 770/2476) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
73722025-12-03T16:10:47.869Z PASS [ 0.060s] ( 771/2476) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
73732025-12-03T16:10:50.951Z PASS [ 20.084s] ( 772/2476) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
73742025-12-03T16:10:51.985Z PASS [ 1.034s] ( 773/2476) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
73752025-12-03T16:10:52.605Z PASS [ 4.736s] ( 774/2476) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
73762025-12-03T16:10:53.029Z PASS [ 0.423s] ( 775/2476) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
73772025-12-03T16:10:53.139Z PASS [ 1.153s] ( 776/2476) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
73782025-12-03T16:10:53.170Z PASS [ 0.032s] ( 777/2476) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
73792025-12-03T16:10:53.195Z PASS [ 0.154s] ( 778/2476) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
73802025-12-03T16:10:53.247Z PASS [ 0.076s] ( 779/2476) nexus-reconfigurator-planning example::tests::builder_zone_counts
73812025-12-03T16:10:53.284Z PASS [ 0.037s] ( 780/2476) nexus-reconfigurator-planning example::tests::instances_on_examples
73822025-12-03T16:10:53.347Z PASS [ 0.062s] ( 781/2476) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
73832025-12-03T16:10:53.390Z PASS [ 0.043s] ( 782/2476) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
73842025-12-03T16:10:53.447Z PASS [ 0.057s] ( 783/2476) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
73852025-12-03T16:10:53.497Z PASS [ 0.050s] ( 784/2476) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
73862025-12-03T16:10:53.549Z PASS [ 0.051s] ( 785/2476) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
73872025-12-03T16:10:53.598Z PASS [ 0.049s] ( 786/2476) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
73882025-12-03T16:10:53.648Z PASS [ 0.049s] ( 787/2476) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
73892025-12-03T16:10:53.695Z PASS [ 0.047s] ( 788/2476) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
73902025-12-03T16:10:53.758Z PASS [ 0.063s] ( 789/2476) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
73912025-12-03T16:10:53.815Z PASS [ 0.057s] ( 790/2476) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
73922025-12-03T16:10:53.917Z PASS [ 0.102s] ( 791/2476) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
73932025-12-03T16:10:54.195Z PASS [ 0.277s] ( 792/2476) nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
73942025-12-03T16:10:54.291Z PASS [ 0.096s] ( 793/2476) nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
73952025-12-03T16:10:54.494Z PASS [ 0.203s] ( 794/2476) nexus-reconfigurator-planning planner::test::test_basic_add_sled
73962025-12-03T16:10:54.607Z PASS [ 0.112s] ( 795/2476) nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
73972025-12-03T16:10:54.763Z PASS [ 0.156s] ( 796/2476) nexus-reconfigurator-planning planner::test::test_crucible_pantry
73982025-12-03T16:10:54.891Z PASS [ 0.128s] ( 797/2476) nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
73992025-12-03T16:10:55.092Z PASS [ 0.201s] ( 798/2476) nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
74002025-12-03T16:10:55.199Z PASS [ 0.106s] ( 799/2476) nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
74012025-12-03T16:10:55.311Z PASS [ 0.112s] ( 800/2476) nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
74022025-12-03T16:10:55.377Z PASS [ 0.065s] ( 801/2476) nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
74032025-12-03T16:10:55.577Z PASS [ 0.200s] ( 802/2476) nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
74042025-12-03T16:10:55.725Z PASS [ 0.148s] ( 803/2476) nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
74052025-12-03T16:10:55.897Z PASS [ 0.171s] ( 804/2476) nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
74062025-12-03T16:10:56.311Z PASS [ 0.415s] ( 805/2476) nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
74072025-12-03T16:10:56.599Z PASS [ 0.287s] ( 806/2476) nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
74082025-12-03T16:10:56.746Z PASS [ 3.563s] ( 807/2476) nexus-reconfigurator-planning example::tests::dns_resolution_works
74092025-12-03T16:10:56.829Z PASS [ 0.230s] ( 808/2476) nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
74102025-12-03T16:10:56.964Z PASS [ 0.217s] ( 809/2476) nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
74112025-12-03T16:10:56.988Z PASS [ 0.135s] ( 810/2476) nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
74122025-12-03T16:10:57.084Z PASS [ 0.120s] ( 811/2476) nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
74132025-12-03T16:10:57.162Z PASS [ 0.198s] ( 812/2476) nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
74142025-12-03T16:10:58.537Z PASS [ 1.375s] ( 813/2476) nexus-reconfigurator-planning planner::test::test_update_boundary_ntp
74152025-12-03T16:10:59.068Z PASS [ 1.983s] ( 814/2476) nexus-reconfigurator-planning planner::test::test_update_all_zones
74162025-12-03T16:10:59.512Z PASS [ 0.974s] ( 815/2476) nexus-reconfigurator-planning planner::test::test_update_cockroach
74172025-12-03T16:11:00.233Z PASS [ 1.165s] ( 816/2476) nexus-reconfigurator-planning planner::test::test_update_crucible_pantry_before_nexus
74182025-12-03T16:11:00.416Z PASS [ 0.183s] ( 817/2476) nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
74192025-12-03T16:11:00.533Z PASS [ 1.021s] ( 818/2476) nexus-reconfigurator-planning planner::test::test_update_internal_dns
74202025-12-03T16:11:01.859Z PASS [ 16.925s] ( 819/2476) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
74212025-12-03T16:11:05.655Z SLOW [>1260.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
74222025-12-03T16:11:05.679Z SLOW [>1260.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
74232025-12-03T16:11:11.960Z PASS [ 112.132s] ( 820/2476) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74242025-12-03T16:11:11.998Z PASS [ 0.039s] ( 821/2476) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
74252025-12-03T16:11:12.146Z PASS [ 0.148s] ( 822/2476) nexus-saga-recovery recovery::test::test_execution_basic
74262025-12-03T16:11:12.178Z PASS [ 0.030s] ( 823/2476) nexus-saga-recovery recovery::test::test_plan_basic
74272025-12-03T16:11:12.208Z PASS [ 0.031s] ( 824/2476) nexus-saga-recovery recovery::test::test_read_all_from_channel
74282025-12-03T16:11:12.249Z PASS [ 0.041s] ( 825/2476) nexus-saga-recovery test::test_basic
74292025-12-03T16:11:12.281Z PASS [ 0.032s] ( 826/2476) nexus-sled-agent-shared inventory::tests::test_artifact_id_to_install_dataset_file
74302025-12-03T16:11:12.316Z PASS [ 0.036s] ( 827/2476) nexus-sled-agent-shared inventory::tests::test_name_prefixes
74312025-12-03T16:11:12.343Z PASS [ 0.027s] ( 828/2476) nexus-sled-agent-shared inventory::tests::test_zone_prefix_matches_artifact_in_install_dataset
74322025-12-03T16:11:12.397Z PASS [ 0.050s] ( 829/2476) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
74332025-12-03T16:11:12.452Z PASS [ 0.059s] ( 830/2476) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
74342025-12-03T16:11:12.482Z PASS [ 0.030s] ( 831/2476) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
74352025-12-03T16:11:12.508Z PASS [ 0.025s] ( 832/2476) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
74362025-12-03T16:11:12.544Z PASS [ 0.036s] ( 833/2476) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
74372025-12-03T16:11:12.575Z PASS [ 0.031s] ( 834/2476) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
74382025-12-03T16:11:12.606Z PASS [ 0.031s] ( 835/2476) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
74392025-12-03T16:11:18.634Z PASS [ 18.219s] ( 836/2476) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
74402025-12-03T16:11:18.676Z PASS [ 0.042s] ( 837/2476) nexus-types deployment::test::test_serialize_pending_mgs_updates
74412025-12-03T16:11:18.711Z PASS [ 0.035s] ( 838/2476) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_explicit_null_fields
74422025-12-03T16:11:18.744Z PASS [ 0.033s] ( 839/2476) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
74432025-12-03T16:11:18.780Z PASS [ 0.033s] ( 840/2476) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_source_ip
74442025-12-03T16:11:18.810Z PASS [ 0.033s] ( 841/2476) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_mixed_null_and_values
74452025-12-03T16:11:18.840Z PASS [ 0.030s] ( 842/2476) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_multicast_ip
74462025-12-03T16:11:18.874Z PASS [ 0.034s] ( 843/2476) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_source_ips
74472025-12-03T16:11:18.910Z PASS [ 0.036s] ( 844/2476) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_all_fields
74482025-12-03T16:11:18.943Z PASS [ 0.033s] ( 845/2476) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_empty_source_ips
74492025-12-03T16:11:18.977Z PASS [ 0.034s] ( 846/2476) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_without_optional_fields
74502025-12-03T16:11:19.012Z PASS [ 0.034s] ( 847/2476) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_clear_source_ips
74512025-12-03T16:11:19.045Z PASS [ 0.034s] ( 848/2476) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_explicit_null_mvlan
74522025-12-03T16:11:19.084Z PASS [ 0.038s] ( 849/2476) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_invalid_mvlan
74532025-12-03T16:11:19.116Z PASS [ 0.032s] ( 850/2476) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_omit_all_fields
74542025-12-03T16:11:19.146Z PASS [ 0.029s] ( 851/2476) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_set_mvlan
74552025-12-03T16:11:19.179Z PASS [ 0.033s] ( 852/2476) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_update_source_ips
74562025-12-03T16:11:19.211Z PASS [ 0.033s] ( 853/2476) nexus-types external_api::params::tests::test_validate_multicast_ip_v4
74572025-12-03T16:11:19.246Z PASS [ 0.033s] ( 854/2476) nexus-types external_api::params::tests::test_validate_multicast_ip_v6
74582025-12-03T16:11:19.277Z PASS [ 0.032s] ( 855/2476) nexus-types external_api::params::tests::test_validate_source_ip_v4
74592025-12-03T16:11:19.316Z PASS [ 0.038s] ( 856/2476) nexus-types external_api::params::tests::test_validate_source_ip_v6
74602025-12-03T16:11:19.360Z PASS [ 0.045s] ( 857/2476) nexus-types external_api::shared::test::test_policy_parsing
74612025-12-03T16:11:19.421Z PASS [ 0.061s] ( 858/2476) nexus-types external_api::shared::test::test_webhook_subscription_validation
74622025-12-03T16:11:19.457Z PASS [ 0.033s] ( 859/2476) nexus-types external_api::views::test::test_expected_one_of
74632025-12-03T16:11:19.493Z PASS [ 0.038s] ( 860/2476) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
74642025-12-03T16:11:19.533Z PASS [ 0.040s] ( 861/2476) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
74652025-12-03T16:11:19.576Z PASS [ 0.043s] ( 862/2476) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
74662025-12-03T16:11:19.629Z PASS [ 0.053s] ( 863/2476) nexus-types quiesce::test::test_drained_blueprint
74672025-12-03T16:11:19.667Z PASS [ 0.038s] ( 864/2476) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
74682025-12-03T16:11:19.705Z PASS [ 0.038s] ( 865/2476) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
74692025-12-03T16:11:19.743Z PASS [ 0.038s] ( 866/2476) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
74702025-12-03T16:11:19.784Z PASS [ 0.040s] ( 867/2476) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
74712025-12-03T16:11:19.825Z PASS [ 0.041s] ( 868/2476) nexus-types quiesce::test::test_quiesce_block_on_reassignment
74722025-12-03T16:11:19.865Z PASS [ 0.040s] ( 869/2476) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
74732025-12-03T16:11:19.903Z PASS [ 0.039s] ( 870/2476) nexus-types quiesce::test::test_quiesce_block_on_saga_started
74742025-12-03T16:11:19.943Z PASS [ 0.039s] ( 871/2476) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
74752025-12-03T16:11:19.979Z PASS [ 0.036s] ( 872/2476) nexus-types quiesce::test::test_quiesce_noop
74762025-12-03T16:11:20.020Z PASS [ 0.040s] ( 873/2476) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
74772025-12-03T16:11:20.177Z PASS [ 0.158s] ( 874/2476) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
74782025-12-03T16:11:20.238Z PASS [ 0.061s] ( 875/2476) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
74792025-12-03T16:11:20.307Z PASS [ 0.068s] ( 876/2476) omicron-certificates tests::test_cert_extended_key_usage
74802025-12-03T16:11:20.374Z PASS [ 0.068s] ( 877/2476) omicron-certificates tests::test_common_name_is_validated
74812025-12-03T16:11:20.436Z PASS [ 0.061s] ( 878/2476) omicron-certificates tests::test_subject_alternate_names_are_validated
74822025-12-03T16:11:20.621Z PASS [ 0.185s] ( 879/2476) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
74832025-12-03T16:11:21.662Z PASS [ 21.129s] ( 880/2476) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
74842025-12-03T16:11:24.144Z PASS [ 3.524s] ( 881/2476) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
74852025-12-03T16:11:25.563Z PASS [ 23.702s] ( 882/2476) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
74862025-12-03T16:11:26.064Z PASS [ 1.904s] ( 883/2476) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
74872025-12-03T16:11:27.275Z PASS [ 1.713s] ( 884/2476) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
74882025-12-03T16:11:28.812Z PASS [ 1.537s] ( 885/2476) omicron-cockroach-admin context::tests::test_node_id
74892025-12-03T16:11:28.881Z PASS [ 0.069s] ( 886/2476) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
74902025-12-03T16:11:28.943Z PASS [ 0.060s] ( 887/2476) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
74912025-12-03T16:11:29.184Z PASS [ 0.243s] ( 888/2476) omicron-cockroach-metrics tests::test_cluster_client_caching
74922025-12-03T16:11:29.210Z PASS [ 0.026s] ( 889/2476) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
74932025-12-03T16:11:29.234Z PASS [ 0.024s] ( 890/2476) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
74942025-12-03T16:11:29.262Z PASS [ 0.020s] ( 891/2476) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
74952025-12-03T16:11:29.286Z PASS [ 0.025s] ( 892/2476) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
74962025-12-03T16:11:29.313Z PASS [ 0.033s] ( 893/2476) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
74972025-12-03T16:11:29.347Z PASS [ 0.034s] ( 894/2476) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
74982025-12-03T16:11:29.374Z PASS [ 0.024s] ( 895/2476) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
74992025-12-03T16:11:29.444Z PASS [ 0.069s] ( 896/2476) omicron-common address::test::test_dns_subnets
75002025-12-03T16:11:29.469Z PASS [ 0.026s] ( 897/2476) omicron-common address::test::test_ip_range_checks_non_decreasing
75012025-12-03T16:11:29.507Z PASS [ 0.037s] ( 898/2476) omicron-common address::test::test_ip_range_enum_deserialization
75022025-12-03T16:11:29.533Z PASS [ 0.028s] ( 899/2476) omicron-common address::test::test_ip_range_iter
75032025-12-03T16:11:29.602Z PASS [ 0.024s] ( 900/2476) omicron-common address::test::test_ip_range_length
75042025-12-03T16:11:29.626Z PASS [ 0.026s] ( 901/2476) omicron-common address::test::test_ip_range_try_from
75052025-12-03T16:11:29.626Z PASS [ 0.033s] ( 902/2476) omicron-common address::test::test_ipv6_subnet_deserialize
75062025-12-03T16:11:29.650Z PASS [ 0.024s] ( 903/2476) omicron-common address::test::test_sled_address
75072025-12-03T16:11:29.675Z PASS [ 0.024s] ( 904/2476) omicron-common api::external::error::test::test_bail_unless
75082025-12-03T16:11:29.700Z PASS [ 0.025s] ( 905/2476) omicron-common api::external::error::test::test_context
75092025-12-03T16:11:29.726Z PASS [ 0.038s] ( 906/2476) omicron-common api::external::http_pagination::test::test_pagination_examples
75102025-12-03T16:11:29.770Z PASS [ 0.042s] ( 907/2476) omicron-common api::external::http_pagination::test::test_pagination_schemas
75112025-12-03T16:11:29.804Z PASS [ 0.035s] ( 908/2476) omicron-common api::external::http_pagination::test::test_scan_by_id
75122025-12-03T16:11:29.829Z PASS [ 0.025s] ( 909/2476) omicron-common api::external::http_pagination::test::test_scan_by_name
75132025-12-03T16:11:29.854Z PASS [ 0.025s] ( 910/2476) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
75142025-12-03T16:11:29.881Z PASS [ 0.027s] ( 911/2476) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
75152025-12-03T16:11:29.907Z PASS [ 0.027s] ( 912/2476) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
75162025-12-03T16:11:29.934Z PASS [ 0.026s] ( 913/2476) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
75172025-12-03T16:11:29.960Z PASS [ 0.026s] ( 914/2476) omicron-common api::external::test::test_bytecount
75182025-12-03T16:11:29.984Z PASS [ 0.024s] ( 915/2476) omicron-common api::external::test::test_bytecount_display
75192025-12-03T16:11:30.019Z PASS [ 0.034s] ( 916/2476) omicron-common api::external::test::test_digest
75202025-12-03T16:11:30.046Z PASS [ 0.026s] ( 917/2476) omicron-common api::external::test::test_firewall_deserialization
75212025-12-03T16:11:30.103Z PASS [ 0.058s] ( 918/2476) omicron-common api::external::test::test_firewall_rule_host_filter_parse
75222025-12-03T16:11:30.131Z PASS [ 0.022s] ( 919/2476) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
75232025-12-03T16:11:30.173Z PASS [ 0.045s] ( 920/2476) omicron-common api::external::test::test_firewall_rule_target_parse
75242025-12-03T16:11:30.197Z PASS [ 0.027s] ( 921/2476) omicron-common api::external::test::test_generation_display_parse
75252025-12-03T16:11:30.226Z PASS [ 0.028s] ( 922/2476) omicron-common api::external::test::test_generation_from_int
75262025-12-03T16:11:30.487Z PASS [ 8.825s] ( 923/2476) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
75272025-12-03T16:11:30.512Z PASS [ 0.025s] ( 924/2476) omicron-common api::external::test::test_generation_serde
75282025-12-03T16:11:30.545Z PASS [ 0.033s] ( 925/2476) omicron-common api::external::test::test_hostname_from_str
75292025-12-03T16:11:30.570Z PASS [ 0.025s] ( 926/2476) omicron-common api::external::test::test_ip_port_range_from_str
75302025-12-03T16:11:30.596Z PASS [ 0.026s] ( 927/2476) omicron-common api::external::test::test_ip_port_range_into_str
75312025-12-03T16:11:30.620Z PASS [ 0.022s] ( 928/2476) omicron-common api::external::test::test_ipv6_net_operations
75322025-12-03T16:11:30.654Z PASS [ 0.033s] ( 929/2476) omicron-common api::external::test::test_mac_system_iterator
75332025-12-03T16:11:30.680Z PASS [ 0.027s] ( 930/2476) omicron-common api::external::test::test_mac_to_int_conversions
75342025-12-03T16:11:30.704Z PASS [ 0.475s] ( 931/2476) omicron-common api::external::test::test_generation_overflow
75352025-12-03T16:11:30.728Z PASS [ 0.027s] ( 932/2476) omicron-common api::external::test::test_macaddr
75362025-12-03T16:11:30.728Z PASS [ 0.026s] ( 933/2476) omicron-common api::external::test::test_name_parse
75372025-12-03T16:11:30.753Z PASS [ 0.026s] ( 934/2476) omicron-common api::external::test::test_name_parse_from_param
75382025-12-03T16:11:30.753Z PASS [ 0.024s] ( 935/2476) omicron-common api::external::test::test_resource_name_parse
75392025-12-03T16:11:30.779Z PASS [ 0.043s] ( 936/2476) omicron-common api::external::test::test_route_destination_parse
75402025-12-03T16:11:30.805Z PASS [ 0.048s] ( 937/2476) omicron-common api::external::test::test_route_target_parse
75412025-12-03T16:11:30.805Z PASS [ 0.028s] ( 938/2476) omicron-common api::external::test::test_semver_serialize
75422025-12-03T16:11:30.829Z PASS [ 0.028s] ( 939/2476) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
75432025-12-03T16:11:30.854Z PASS [ 0.029s] ( 940/2476) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
75442025-12-03T16:11:30.854Z PASS [ 0.023s] ( 941/2476) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
75452025-12-03T16:11:30.879Z PASS [ 0.023s] ( 942/2476) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
75462025-12-03T16:11:30.879Z PASS [ 0.025s] ( 943/2476) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
75472025-12-03T16:11:30.905Z PASS [ 0.035s] ( 944/2476) omicron-common disk::tests::parse_dataset_name
75482025-12-03T16:11:30.905Z PASS [ 18.285s] ( 945/2476) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
75492025-12-03T16:11:30.930Z PASS [ 0.049s] ( 946/2476) omicron-common ledger::test::test_commit_handles_write_failures
75502025-12-03T16:11:30.930Z PASS [ 0.039s] ( 947/2476) omicron-common ledger::test::test_create_default_ledger
75512025-12-03T16:11:30.957Z PASS [ 0.039s] ( 948/2476) omicron-common ledger::test::test_create_ledger_reads_from_storage
75522025-12-03T16:11:30.987Z PASS [ 0.031s] ( 949/2476) omicron-common zpool_name::test::test_parse_external_zpool_name
75532025-12-03T16:11:30.987Z PASS [ 0.036s] ( 950/2476) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
75542025-12-03T16:11:30.987Z PASS [ 0.033s] ( 951/2476) omicron-common zpool_name::test::test_parse_bad_zpool_names
75552025-12-03T16:11:31.012Z PASS [ 0.028s] ( 952/2476) omicron-common zpool_name::test::test_parse_internal_zpool_name
75562025-12-03T16:11:31.012Z PASS [ 0.029s] ( 953/2476) omicron-common zpool_name::test::test_parse_zpool_name_json
75572025-12-03T16:11:31.013Z PASS [ 0.031s] ( 954/2476) omicron-common zpool_name::test::test_zpool_name_regex
75582025-12-03T16:11:32.298Z PASS [ 1.303s] ( 955/2476) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
75592025-12-03T16:11:32.298Z PASS [ 1.302s] ( 956/2476) omicron-dev::test-omicron-dev test_omicron_dev_no_args
75602025-12-03T16:11:32.441Z PASS [ 0.148s] ( 957/2476) omicron-gateway management_switch::location_map::tests::test_config_validation
75612025-12-03T16:11:32.487Z PASS [ 0.045s] ( 958/2476) omicron-gateway management_switch::location_map::tests::test_resolve_location
75622025-12-03T16:11:33.176Z PASS [ 0.689s] ( 959/2476) omicron-gateway::test_all integration_tests::component_list::component_list
75632025-12-03T16:11:33.217Z PASS [ 0.041s] ( 960/2476) omicron-gateway::test_all integration_tests::config::read_production_smf_config
75642025-12-03T16:11:33.514Z PASS [ 0.297s] ( 961/2476) omicron-gateway::test_all integration_tests::ereports::ereports_basic
75652025-12-03T16:11:33.836Z PASS [ 0.322s] ( 962/2476) omicron-gateway::test_all integration_tests::ereports::ereports_commit
75662025-12-03T16:11:34.113Z PASS [ 0.277s] ( 963/2476) omicron-gateway::test_all integration_tests::ereports::ereports_limit
75672025-12-03T16:11:34.137Z PASS [ 8.087s] ( 964/2476) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
75682025-12-03T16:11:34.429Z PASS [ 0.295s] ( 965/2476) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
75692025-12-03T16:11:34.586Z PASS [ 0.469s] ( 966/2476) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
75702025-12-03T16:11:34.715Z PASS [ 0.286s] ( 967/2476) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
75712025-12-03T16:11:34.888Z PASS [ 0.305s] ( 968/2476) omicron-gateway::test_all integration_tests::task_dump::task_dump
75722025-12-03T16:11:41.284Z PASS [ 8.990s] ( 969/2476) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
75732025-12-03T16:11:41.483Z PASS [ 0.200s] ( 970/2476) omicron-nexus app::alert::tests::test_alert_class_list
75742025-12-03T16:11:52.739Z PASS [ 21.733s] ( 971/2476) omicron-dev::test-omicron-dev test_run_all
75752025-12-03T16:12:00.243Z PASS [ 18.761s] ( 972/2476) omicron-nexus app::background::driver::test::test_activation_in_progress
75762025-12-03T16:12:00.749Z PASS [ 26.034s] ( 973/2476) omicron-ls-apis::test_dependencies test_api_check
75772025-12-03T16:12:00.983Z PASS [ 26.096s] ( 974/2476) omicron-ls-apis::test_dependencies test_api_dependencies
75782025-12-03T16:12:05.655Z SLOW [>1320.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
75792025-12-03T16:12:05.680Z SLOW [>1320.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
75802025-12-03T16:12:11.682Z PASS [ 18.957s] ( 975/2476) omicron-nexus app::background::driver::test::test_driver_basic
75812025-12-03T16:12:21.801Z PASS [ 21.558s] ( 976/2476) omicron-nexus app::background::init::test::test_dns_propagation_basic
75822025-12-03T16:12:29.445Z PASS [ 28.659s] ( 977/2476) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
75832025-12-03T16:12:30.302Z PASS [ 29.319s] ( 978/2476) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
75842025-12-03T16:12:40.511Z PASS [ 28.830s] ( 979/2476) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
75852025-12-03T16:12:40.662Z PASS [ 18.861s] ( 980/2476) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
75862025-12-03T16:12:49.210Z PASS [ 8.548s] ( 981/2476) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
75872025-12-03T16:12:50.053Z PASS [ 19.752s] ( 982/2476) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
75882025-12-03T16:12:51.236Z PASS [ 21.828s] ( 983/2476) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
75892025-12-03T16:12:54.984Z PASS [ 5.774s] ( 984/2476) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
75902025-12-03T16:12:55.070Z PASS [ 0.086s] ( 985/2476) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
75912025-12-03T16:12:56.148Z PASS [ 6.095s] ( 986/2476) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
75922025-12-03T16:12:57.361Z PASS [ 6.125s] ( 987/2476) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
75932025-12-03T16:13:02.824Z PASS [ 22.308s] ( 988/2476) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
75942025-12-03T16:13:05.655Z SLOW [>1380.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
75952025-12-03T16:13:05.679Z SLOW [>1380.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
75962025-12-03T16:13:13.070Z PASS [ 18.000s] ( 989/2476) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
75972025-12-03T16:13:14.326Z PASS [ 18.178s] ( 990/2476) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
75982025-12-03T16:13:16.699Z PASS [ 19.339s] ( 991/2476) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
75992025-12-03T16:13:22.049Z PASS [ 19.230s] ( 992/2476) omicron-nexus app::background::tasks::dns_config::test::test_basic
76002025-12-03T16:13:28.910Z PASS [ 6.861s] ( 993/2476) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
76012025-12-03T16:13:32.498Z PASS [ 19.429s] ( 994/2476) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
76022025-12-03T16:13:33.101Z PASS [ 18.775s] ( 995/2476) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
76032025-12-03T16:13:35.114Z PASS [ 6.204s] ( 996/2476) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
76042025-12-03T16:13:36.538Z PASS [ 19.840s] ( 997/2476) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
76052025-12-03T16:14:00.055Z PASS [ 26.955s] ( 998/2476) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
76062025-12-03T16:14:04.023Z PASS [ 27.485s] ( 999/2476) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
76072025-12-03T16:14:05.655Z SLOW [>1440.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
76082025-12-03T16:14:05.679Z SLOW [>1440.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
76092025-12-03T16:14:19.303Z PASS [ 46.805s] (1000/2476) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
76102025-12-03T16:14:23.455Z PASS [ 19.432s] (1001/2476) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
76112025-12-03T16:14:25.941Z PASS [ 6.638s] (1002/2476) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
76122025-12-03T16:14:25.993Z PASS [ 0.052s] (1003/2476) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
76132025-12-03T16:14:26.060Z PASS [ 0.052s] (1004/2476) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
76142025-12-03T16:14:26.107Z PASS [ 0.061s] (1005/2476) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
76152025-12-03T16:14:26.162Z PASS [ 0.054s] (1006/2476) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
76162025-12-03T16:14:26.216Z PASS [ 0.054s] (1007/2476) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv6_already_admin_scoped
76172025-12-03T16:14:26.269Z PASS [ 0.054s] (1008/2476) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv6_global_multicast_to_admin_scoped
76182025-12-03T16:14:26.319Z PASS [ 0.050s] (1009/2476) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv6_multicast_to_admin_scoped
76192025-12-03T16:14:26.536Z PASS [ 0.216s] (1010/2476) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
76202025-12-03T16:14:26.593Z PASS [ 0.055s] (1011/2476) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
76212025-12-03T16:14:26.647Z PASS [ 0.055s] (1012/2476) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
76222025-12-03T16:14:26.708Z PASS [ 0.061s] (1013/2476) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_prevents_collisions
76232025-12-03T16:14:26.762Z PASS [ 0.052s] (1014/2476) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
76242025-12-03T16:14:34.859Z PASS [ 34.805s] (1015/2476) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
76252025-12-03T16:14:35.117Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
76262025-12-03T16:14:39.718Z PASS [1474.091s] (1016/2476) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
76272025-12-03T16:14:41.234Z PASS [ 17.779s] (1017/2476) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
76282025-12-03T16:14:53.764Z PASS [ 27.004s] (1018/2476) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
76292025-12-03T16:14:59.102Z PASS [ 19.383s] (1019/2476) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
76302025-12-03T16:15:01.279Z PASS [ 20.046s] (1020/2476) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
76312025-12-03T16:15:05.655Z SLOW [>1500.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
76322025-12-03T16:15:08.193Z PASS [ 33.334s] (1021/2476) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
76332025-12-03T16:15:11.429Z PASS [ 17.665s] (1022/2476) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
76342025-12-03T16:15:17.929Z PASS [ 18.828s] (1023/2476) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
76352025-12-03T16:15:20.235Z PASS [ 18.954s] (1024/2476) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
76362025-12-03T16:15:27.970Z PASS [ 19.777s] (1025/2476) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
76372025-12-03T16:15:30.546Z PASS [ 19.117s] (1026/2476) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
76382025-12-03T16:15:35.116Z SLOW [>120.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
76392025-12-03T16:15:35.789Z PASS [ 17.860s] (1027/2476) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
76402025-12-03T16:15:38.883Z PASS [ 18.650s] (1028/2476) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
76412025-12-03T16:15:46.450Z PASS [ 131.337s] (1029/2476) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
76422025-12-03T16:15:51.738Z PASS [ 5.289s] (1030/2476) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
76432025-12-03T16:15:52.606Z PASS [ 24.636s] (1031/2476) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
76442025-12-03T16:15:55.329Z PASS [ 19.541s] (1032/2476) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
76452025-12-03T16:15:56.725Z PASS [ 26.179s] (1033/2476) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
76462025-12-03T16:15:56.973Z PASS [ 4.367s] (1034/2476) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
76472025-12-03T16:15:58.234Z PASS [ 19.351s] (1035/2476) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
76482025-12-03T16:16:05.655Z SLOW [>1560.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
76492025-12-03T16:16:12.323Z PASS [ 20.569s] (1036/2476) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
76502025-12-03T16:16:15.330Z PASS [ 19.991s] (1037/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
76512025-12-03T16:16:17.595Z PASS [ 19.858s] (1038/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
76522025-12-03T16:16:17.983Z PASS [ 21.253s] (1039/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
76532025-12-03T16:16:18.635Z PASS [ 20.399s] (1040/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
76542025-12-03T16:16:31.009Z PASS [ 18.702s] (1041/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
76552025-12-03T16:16:33.067Z PASS [ 17.747s] (1042/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
76562025-12-03T16:16:37.952Z PASS [ 19.318s] (1043/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
76572025-12-03T16:16:38.023Z PASS [ 0.071s] (1044/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
76582025-12-03T16:16:38.497Z PASS [ 0.467s] (1045/2476) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
76592025-12-03T16:16:38.928Z PASS [ 0.437s] (1046/2476) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
76602025-12-03T16:16:39.266Z PASS [ 0.338s] (1047/2476) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
76612025-12-03T16:16:40.387Z PASS [ 1.121s] (1048/2476) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
76622025-12-03T16:16:40.453Z PASS [ 0.066s] (1049/2476) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
76632025-12-03T16:16:40.547Z PASS [ 0.092s] (1050/2476) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed
76642025-12-03T16:16:40.925Z PASS [ 22.948s] (1051/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
76652025-12-03T16:16:41.056Z PASS [ 0.125s] (1052/2476) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
76662025-12-03T16:16:41.285Z PASS [ 0.740s] (1053/2476) omicron-nexus app::external_endpoints::test::test_authority
76672025-12-03T16:16:41.396Z PASS [ 0.111s] (1054/2476) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
76682025-12-03T16:16:41.462Z PASS [ 0.066s] (1055/2476) omicron-nexus app::external_endpoints::test::test_no_endpoint
76692025-12-03T16:16:41.518Z PASS [ 0.056s] (1056/2476) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
76702025-12-03T16:16:41.587Z PASS [ 0.068s] (1057/2476) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
76712025-12-03T16:16:41.655Z PASS [ 0.068s] (1058/2476) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
76722025-12-03T16:16:41.724Z PASS [ 0.069s] (1059/2476) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
76732025-12-03T16:16:41.810Z PASS [ 0.085s] (1060/2476) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
76742025-12-03T16:16:41.868Z PASS [ 0.058s] (1061/2476) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
76752025-12-03T16:16:41.925Z PASS [ 0.057s] (1062/2476) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
76762025-12-03T16:16:41.978Z PASS [ 0.053s] (1063/2476) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
76772025-12-03T16:16:42.036Z PASS [ 0.057s] (1064/2476) omicron-nexus app::multicast::tests::test_validate_ssm_configuration
76782025-12-03T16:16:42.604Z PASS [ 1.554s] (1065/2476) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
76792025-12-03T16:16:43.507Z PASS [ 26.677s] (1066/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
76802025-12-03T16:16:50.301Z PASS [ 19.293s] (1067/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
76812025-12-03T16:16:50.362Z PASS [ 0.060s] (1068/2476) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
76822025-12-03T16:16:52.919Z PASS [ 19.853s] (1069/2476) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
76832025-12-03T16:16:59.979Z PASS [ 16.472s] (1070/2476) omicron-nexus app::quiesce::test::test_quiesce_multi
76842025-12-03T16:17:01.112Z PASS [ 19.077s] (1071/2476) omicron-nexus app::quiesce::test::test_quiesce_easy
76852025-12-03T16:17:02.515Z PASS [ 19.911s] (1072/2476) omicron-nexus app::quiesce::test::test_quiesce_full
76862025-12-03T16:17:05.654Z SLOW [>1620.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
76872025-12-03T16:17:16.836Z PASS [ 26.475s] (1073/2476) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
76882025-12-03T16:17:19.199Z PASS [ 26.280s] (1074/2476) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
76892025-12-03T16:17:23.769Z PASS [ 21.254s] (1075/2476) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
76902025-12-03T16:17:26.870Z PASS [ 26.892s] (1076/2476) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
76912025-12-03T16:17:28.575Z PASS [ 27.464s] (1077/2476) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
76922025-12-03T16:17:40.618Z PASS [ 21.418s] (1078/2476) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
76932025-12-03T16:17:45.715Z PASS [ 28.879s] (1079/2476) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
76942025-12-03T16:17:59.909Z PASS [ 33.039s] (1080/2476) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
76952025-12-03T16:18:00.018Z PASS [ 36.249s] (1081/2476) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
76962025-12-03T16:18:03.829Z PASS [ 35.254s] (1082/2476) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
76972025-12-03T16:18:05.655Z SLOW [>1680.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
76982025-12-03T16:18:15.913Z PASS [ 35.296s] (1083/2476) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
76992025-12-03T16:18:19.076Z PASS [ 33.361s] (1084/2476) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
77002025-12-03T16:18:31.541Z PASS [ 31.633s] (1085/2476) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
77012025-12-03T16:18:32.296Z PASS [ 32.279s] (1086/2476) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
77022025-12-03T16:18:36.292Z PASS [ 32.463s] (1087/2476) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
77032025-12-03T16:18:46.087Z PASS [ 30.175s] (1088/2476) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
77042025-12-03T16:18:53.846Z PASS [ 34.769s] (1089/2476) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
77052025-12-03T16:19:01.935Z PASS [ 30.394s] (1090/2476) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
77062025-12-03T16:19:01.989Z PASS [ 29.694s] (1091/2476) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
77072025-12-03T16:19:05.390Z PASS [ 29.100s] (1092/2476) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
77082025-12-03T16:19:05.654Z SLOW [>1740.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
77092025-12-03T16:19:24.257Z PASS [ 30.304s] (1093/2476) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
77102025-12-03T16:19:31.954Z PASS [ 30.019s] (1094/2476) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
77112025-12-03T16:19:36.639Z PASS [ 34.651s] (1095/2476) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
77122025-12-03T16:19:46.088Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
77132025-12-03T16:20:00.147Z PASS [ 35.998s] (1096/2476) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
77142025-12-03T16:20:05.391Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
77152025-12-03T16:20:05.654Z SLOW [>1800.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
77162025-12-03T16:20:08.627Z PASS [ 36.674s] (1097/2476) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
77172025-12-03T16:20:35.195Z PASS [1829.575s] (1098/2476) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
77182025-12-03T16:20:36.640Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
77192025-12-03T16:20:38.133Z PASS [ 37.988s] (1099/2476) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
77202025-12-03T16:20:46.087Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
77212025-12-03T16:20:51.802Z PASS [ 43.176s] (1100/2476) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
77222025-12-03T16:21:05.391Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
77232025-12-03T16:21:15.524Z PASS [ 37.391s] (1101/2476) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
77242025-12-03T16:21:30.537Z PASS [ 38.734s] (1102/2476) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
77252025-12-03T16:21:35.197Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77262025-12-03T16:21:36.641Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
77272025-12-03T16:21:43.329Z PASS [ 177.245s] (1103/2476) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
77282025-12-03T16:22:05.391Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
77292025-12-03T16:22:08.071Z PASS [ 37.535s] (1104/2476) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
77302025-12-03T16:22:15.524Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
77312025-12-03T16:22:21.207Z PASS [ 37.878s] (1105/2476) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
77322025-12-03T16:22:35.196Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77332025-12-03T16:22:36.641Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
77342025-12-03T16:22:58.181Z PASS [ 36.976s] (1106/2476) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
77352025-12-03T16:23:05.391Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
77362025-12-03T16:23:07.584Z PASS [ 112.062s] (1107/2476) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
77372025-12-03T16:23:08.071Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
77382025-12-03T16:23:33.706Z PASS [ 237.071s] (1108/2476) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
77392025-12-03T16:23:34.514Z PASS [ 36.334s] (1109/2476) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
77402025-12-03T16:23:35.196Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77412025-12-03T16:23:37.823Z PASS [ 272.436s] (1110/2476) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
77422025-12-03T16:24:06.048Z PASS [ 32.327s] (1111/2476) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
77432025-12-03T16:24:07.585Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
77442025-12-03T16:24:07.976Z PASS [ 33.463s] (1112/2476) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
77452025-12-03T16:24:08.071Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
77462025-12-03T16:24:35.196Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77472025-12-03T16:24:37.824Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
77482025-12-03T16:24:41.216Z PASS [ 35.184s] (1113/2476) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
77492025-12-03T16:25:07.585Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
77502025-12-03T16:25:07.979Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
77512025-12-03T16:25:08.071Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
77522025-12-03T16:25:14.369Z PASS [ 126.787s] (1114/2476) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
77532025-12-03T16:25:15.342Z PASS [ 187.275s] (1115/2476) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
77542025-12-03T16:25:16.228Z PASS [ 34.954s] (1116/2476) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
77552025-12-03T16:25:35.195Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77562025-12-03T16:25:37.824Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
77572025-12-03T16:25:46.162Z PASS [ 29.994s] (1117/2476) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
77582025-12-03T16:25:47.407Z PASS [ 33.039s] (1118/2476) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
77592025-12-03T16:26:05.191Z PASS [ 49.850s] (1119/2476) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
77602025-12-03T16:26:05.216Z PASS [ 19.032s] (1120/2476) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
77612025-12-03T16:26:06.317Z PASS [ 18.910s] (1121/2476) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
77622025-12-03T16:26:07.977Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
77632025-12-03T16:26:13.180Z PASS [ 155.361s] (1122/2476) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
77642025-12-03T16:26:20.958Z PASS [ 345.769s] (1123/2476) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77652025-12-03T16:26:24.457Z PASS [ 19.266s] (1124/2476) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
77662025-12-03T16:26:25.374Z PASS [ 19.057s] (1125/2476) omicron-nexus app::sagas::multicast_group_dpd_update::test::test_saga_dag_structure
77672025-12-03T16:26:26.352Z PASS [ 21.159s] (1126/2476) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
77682025-12-03T16:26:33.900Z PASS [ 20.721s] (1127/2476) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
77692025-12-03T16:26:41.107Z PASS [ 20.149s] (1128/2476) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
77702025-12-03T16:26:43.767Z PASS [ 18.393s] (1129/2476) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
77712025-12-03T16:26:54.217Z PASS [ 20.317s] (1130/2476) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
77722025-12-03T16:26:54.635Z PASS [ 30.178s] (1131/2476) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
77732025-12-03T16:26:55.368Z PASS [ 29.013s] (1132/2476) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
77742025-12-03T16:27:07.977Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
77752025-12-03T16:27:12.802Z PASS [ 31.695s] (1133/2476) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
77762025-12-03T16:27:15.803Z PASS [ 32.037s] (1134/2476) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
77772025-12-03T16:27:15.864Z PASS [ 0.060s] (1135/2476) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
77782025-12-03T16:27:27.051Z PASS [ 32.416s] (1136/2476) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
77792025-12-03T16:27:28.488Z PASS [ 34.271s] (1137/2476) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
77802025-12-03T16:27:28.751Z PASS [ 33.386s] (1138/2476) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
77812025-12-03T16:27:32.496Z PASS [ 19.693s] (1139/2476) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
77822025-12-03T16:27:33.826Z PASS [ 205.854s] (1140/2476) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
77832025-12-03T16:27:45.966Z PASS [ 30.102s] (1141/2476) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
77842025-12-03T16:27:47.771Z PASS [ 19.019s] (1142/2476) omicron-nexus app::sagas::test_saga::test_saga_stuck
77852025-12-03T16:27:55.818Z PASS [ 21.992s] (1143/2476) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
77862025-12-03T16:27:56.691Z PASS [ 24.197s] (1144/2476) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
77872025-12-03T16:28:06.911Z PASS [ 20.946s] (1145/2476) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
77882025-12-03T16:28:07.884Z PASS [ 39.398s] (1146/2476) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
77892025-12-03T16:28:08.163Z PASS [ 20.393s] (1147/2476) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
77902025-12-03T16:28:08.188Z PASS [ 41.127s] (1148/2476) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
77912025-12-03T16:28:08.213Z PASS [ 0.050s] (1149/2476) omicron-nexus external_api::console_api::test::test_accept_gz
77922025-12-03T16:28:08.238Z PASS [ 0.059s] (1150/2476) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
77932025-12-03T16:28:08.291Z PASS [ 0.078s] (1151/2476) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
77942025-12-03T16:28:08.316Z PASS [ 0.070s] (1152/2476) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
77952025-12-03T16:28:08.343Z PASS [ 0.052s] (1153/2476) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
77962025-12-03T16:28:08.368Z PASS [ 0.052s] (1154/2476) omicron-nexus external_api::console_api::test::test_find_file_finds_file
77972025-12-03T16:28:08.392Z PASS [ 0.040s] (1155/2476) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
77982025-12-03T16:28:08.417Z PASS [ 0.043s] (1156/2476) omicron-nexus external_api::console_api::test::test_relative_uri
77992025-12-03T16:28:08.442Z PASS [ 0.039s] (1157/2476) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
78002025-12-03T16:28:11.214Z PASS [ 3.330s] (1158/2476) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
78012025-12-03T16:28:15.887Z PASS [ 20.069s] (1159/2476) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
78022025-12-03T16:28:16.861Z PASS [ 20.170s] (1160/2476) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
78032025-12-03T16:28:26.744Z PASS [ 19.833s] (1161/2476) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
78042025-12-03T16:28:27.306Z PASS [ 18.884s] (1162/2476) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
78052025-12-03T16:28:29.442Z PASS [ 18.228s] (1163/2476) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
78062025-12-03T16:28:44.570Z PASS [ 36.168s] (1164/2476) omicron-nexus populate::test::test_populators
78072025-12-03T16:28:44.711Z PASS [ 28.823s] (1165/2476) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
78082025-12-03T16:28:45.254Z PASS [ 28.391s] (1166/2476) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
78092025-12-03T16:28:51.819Z PASS [ 24.490s] (1167/2476) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
78102025-12-03T16:28:57.805Z PASS [ 28.362s] (1168/2476) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
78112025-12-03T16:29:13.015Z PASS [ 25.581s] (1169/2476) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
78122025-12-03T16:29:13.064Z PASS [ 27.485s] (1170/2476) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
78132025-12-03T16:29:13.649Z PASS [ 21.852s] (1171/2476) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
78142025-12-03T16:29:14.980Z PASS [ 48.236s] (1172/2476) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
78152025-12-03T16:29:15.444Z PASS [ 1.796s] (1173/2476) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
78162025-12-03T16:29:15.954Z PASS [ 0.510s] (1174/2476) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
78172025-12-03T16:29:16.790Z PASS [ 1.810s] (1175/2476) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
78182025-12-03T16:29:32.179Z PASS [ 34.377s] (1176/2476) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
78192025-12-03T16:29:35.343Z PASS [ 50.626s] (1177/2476) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
78202025-12-03T16:29:35.850Z PASS [ 19.060s] (1178/2476) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
78212025-12-03T16:29:35.926Z PASS [ 19.973s] (1179/2476) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
78222025-12-03T16:29:36.053Z PASS [ 25.221s] (1180/2476) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
78232025-12-03T16:29:38.398Z PASS [ 26.344s] (1181/2476) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
78242025-12-03T16:29:51.541Z PASS [ 19.361s] (1182/2476) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
78252025-12-03T16:29:53.597Z PASS [ 17.543s] (1183/2476) omicron-nexus::test_all integration_tests::basic::test_ping
78262025-12-03T16:29:53.781Z PASS [ 18.438s] (1184/2476) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
78272025-12-03T16:29:54.627Z PASS [ 18.701s] (1185/2476) omicron-nexus::test_all integration_tests::basic::test_basic_failures
78282025-12-03T16:29:54.741Z PASS [ 18.892s] (1186/2476) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
78292025-12-03T16:30:06.180Z PASS [ 27.781s] (1187/2476) omicron-nexus::test_all integration_tests::basic::test_projects_basic
78302025-12-03T16:30:11.888Z PASS [ 18.106s] (1188/2476) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
78312025-12-03T16:30:12.449Z PASS [ 18.847s] (1189/2476) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
78322025-12-03T16:30:12.685Z PASS [ 17.944s] (1190/2476) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
78332025-12-03T16:30:12.809Z PASS [ 18.182s] (1191/2476) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
78342025-12-03T16:30:24.083Z PASS [ 32.543s] (1192/2476) omicron-nexus::test_all integration_tests::basic::test_projects_list
78352025-12-03T16:30:24.139Z PASS [ 17.959s] (1193/2476) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
78362025-12-03T16:30:30.780Z PASS [ 18.337s] (1194/2476) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
78372025-12-03T16:30:30.933Z PASS [ 19.046s] (1195/2476) omicron-nexus::test_all integration_tests::certificates::test_crud
78382025-12-03T16:30:31.507Z PASS [ 18.697s] (1196/2476) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
78392025-12-03T16:30:31.707Z PASS [ 0.201s] (1197/2476) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
78402025-12-03T16:30:32.787Z PASS [ 1.821s] (1198/2476) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
78412025-12-03T16:30:32.885Z PASS [ 2.105s] (1199/2476) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
78422025-12-03T16:30:37.431Z PASS [ 24.746s] (1200/2476) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
78432025-12-03T16:30:41.722Z PASS [ 17.584s] (1201/2476) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
78442025-12-03T16:30:42.196Z PASS [ 18.113s] (1202/2476) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
78452025-12-03T16:30:49.541Z PASS [ 17.835s] (1203/2476) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
78462025-12-03T16:30:51.285Z PASS [ 18.400s] (1204/2476) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
78472025-12-03T16:30:51.701Z PASS [ 18.947s] (1205/2476) omicron-nexus::test_all integration_tests::console_api::test_assets
78482025-12-03T16:30:59.556Z PASS [ 17.360s] (1206/2476) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
78492025-12-03T16:31:01.299Z PASS [ 23.869s] (1207/2476) omicron-nexus::test_all integration_tests::console_api::test_console_pages
78502025-12-03T16:31:04.326Z PASS [ 22.604s] (1208/2476) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
78512025-12-03T16:31:10.044Z PASS [ 20.503s] (1209/2476) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
78522025-12-03T16:31:10.085Z PASS [ 18.384s] (1210/2476) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
78532025-12-03T16:31:10.511Z PASS [ 19.227s] (1211/2476) omicron-nexus::test_all integration_tests::console_api::test_session_me
78542025-12-03T16:31:19.155Z PASS [ 17.855s] (1212/2476) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
78552025-12-03T16:31:23.869Z PASS [ 24.313s] (1213/2476) omicron-nexus::test_all integration_tests::console_api::test_sessions
78562025-12-03T16:31:41.983Z PASS [ 37.657s] (1214/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
78572025-12-03T16:31:45.896Z PASS [ 35.853s] (1215/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
78582025-12-03T16:31:48.178Z PASS [ 37.667s] (1216/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
78592025-12-03T16:31:48.561Z PASS [ 38.477s] (1217/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
78602025-12-03T16:32:08.008Z PASS [ 48.854s] (1218/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
78612025-12-03T16:32:13.820Z PASS [ 49.952s] (1219/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
78622025-12-03T16:32:27.622Z PASS [ 41.726s] (1220/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
78632025-12-03T16:32:28.121Z PASS [ 46.139s] (1221/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
78642025-12-03T16:32:35.848Z PASS [ 47.671s] (1222/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
78652025-12-03T16:32:39.299Z PASS [ 50.739s] (1223/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
78662025-12-03T16:32:58.303Z PASS [ 30.682s] (1224/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
78672025-12-03T16:32:58.435Z PASS [ 50.428s] (1225/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
78682025-12-03T16:33:13.820Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
78692025-12-03T16:33:28.121Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
78702025-12-03T16:33:35.848Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
78712025-12-03T16:33:37.329Z PASS [ 58.031s] (1226/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
78722025-12-03T16:33:40.736Z PASS [ 86.918s] (1227/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
78732025-12-03T16:33:54.009Z PASS [ 55.575s] (1228/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
78742025-12-03T16:33:54.244Z PASS [ 55.942s] (1229/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
78752025-12-03T16:33:54.294Z PASS [ 86.175s] (1230/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
78762025-12-03T16:33:59.625Z PASS [ 83.779s] (1231/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
78772025-12-03T16:34:12.495Z PASS [ 18.487s] (1232/2476) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
78782025-12-03T16:34:14.282Z PASS [ 19.987s] (1233/2476) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
78792025-12-03T16:34:18.004Z PASS [ 18.378s] (1234/2476) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
78802025-12-03T16:34:27.648Z PASS [ 33.404s] (1235/2476) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
78812025-12-03T16:34:29.949Z PASS [ 17.454s] (1236/2476) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
78822025-12-03T16:34:37.059Z PASS [ 22.778s] (1237/2476) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
78832025-12-03T16:34:37.330Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
78842025-12-03T16:34:40.498Z PASS [ 22.495s] (1238/2476) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
78852025-12-03T16:34:40.737Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
78862025-12-03T16:34:43.635Z PASS [ 15.988s] (1239/2476) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
78872025-12-03T16:34:56.094Z PASS [ 26.145s] (1240/2476) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
78882025-12-03T16:34:57.146Z PASS [ 79.818s] (1241/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
78892025-12-03T16:35:13.132Z PASS [ 32.635s] (1242/2476) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
78902025-12-03T16:35:23.169Z PASS [ 27.075s] (1243/2476) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
78912025-12-03T16:35:24.684Z PASS [ 27.538s] (1244/2476) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
78922025-12-03T16:35:25.583Z PASS [ 41.948s] (1245/2476) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
78932025-12-03T16:35:26.946Z PASS [ 106.212s] (1246/2476) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
78942025-12-03T16:35:37.060Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
78952025-12-03T16:35:39.769Z PASS [ 26.637s] (1247/2476) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
78962025-12-03T16:35:48.768Z PASS [ 25.600s] (1248/2476) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
78972025-12-03T16:35:49.362Z PASS [ 72.304s] (1249/2476) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
78982025-12-03T16:35:50.405Z PASS [ 25.720s] (1250/2476) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
78992025-12-03T16:35:53.094Z PASS [ 26.148s] (1251/2476) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
79002025-12-03T16:36:06.112Z PASS [ 26.344s] (1252/2476) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
79012025-12-03T16:36:09.878Z PASS [ 21.110s] (1253/2476) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
79022025-12-03T16:36:10.252Z PASS [ 20.891s] (1254/2476) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
79032025-12-03T16:36:13.513Z PASS [ 20.420s] (1255/2476) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
79042025-12-03T16:36:15.599Z PASS [ 25.195s] (1256/2476) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
79052025-12-03T16:36:19.791Z PASS [ 54.210s] (1257/2476) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
79062025-12-03T16:36:34.880Z PASS [ 28.769s] (1258/2476) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
79072025-12-03T16:36:36.587Z PASS [ 26.336s] (1259/2476) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
79082025-12-03T16:36:41.513Z PASS [ 28.000s] (1260/2476) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
79092025-12-03T16:36:45.366Z PASS [ 29.768s] (1261/2476) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
79102025-12-03T16:36:52.178Z PASS [ 32.387s] (1262/2476) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
79112025-12-03T16:36:52.848Z PASS [ 42.971s] (1263/2476) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
79122025-12-03T16:37:05.376Z PASS [ 30.496s] (1264/2476) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
79132025-12-03T16:37:07.875Z PASS [ 31.288s] (1265/2476) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
79142025-12-03T16:37:08.830Z PASS [ 27.318s] (1266/2476) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
79152025-12-03T16:37:14.807Z PASS [ 29.441s] (1267/2476) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
79162025-12-03T16:37:19.968Z PASS [ 27.790s] (1268/2476) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
79172025-12-03T16:37:21.853Z PASS [ 29.005s] (1269/2476) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
79182025-12-03T16:37:30.485Z PASS [ 25.109s] (1270/2476) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
79192025-12-03T16:37:32.573Z PASS [ 24.699s] (1271/2476) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
79202025-12-03T16:37:37.363Z PASS [ 28.533s] (1272/2476) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
79212025-12-03T16:37:43.809Z PASS [ 29.003s] (1273/2476) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
79222025-12-03T16:37:51.924Z PASS [ 30.072s] (1274/2476) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
79232025-12-03T16:37:52.713Z PASS [ 32.746s] (1275/2476) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
79242025-12-03T16:38:03.096Z PASS [ 32.612s] (1276/2476) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
79252025-12-03T16:38:09.310Z PASS [ 36.737s] (1277/2476) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
79262025-12-03T16:38:12.405Z PASS [ 20.479s] (1278/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
79272025-12-03T16:38:20.547Z PASS [ 43.185s] (1279/2476) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
79282025-12-03T16:38:25.290Z PASS [ 22.194s] (1280/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
79292025-12-03T16:38:25.727Z PASS [ 33.015s] (1281/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
79302025-12-03T16:38:31.803Z PASS [ 47.994s] (1282/2476) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
79312025-12-03T16:38:32.805Z PASS [ 20.403s] (1283/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
79322025-12-03T16:38:42.287Z PASS [ 21.740s] (1284/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
79332025-12-03T16:38:43.656Z PASS [ 34.346s] (1285/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
79342025-12-03T16:38:46.765Z PASS [ 21.474s] (1286/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
79352025-12-03T16:38:47.952Z PASS [ 22.225s] (1287/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
79362025-12-03T16:38:53.682Z PASS [ 21.880s] (1288/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
79372025-12-03T16:38:54.640Z PASS [ 21.835s] (1289/2476) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
79382025-12-03T16:39:08.626Z PASS [ 26.340s] (1290/2476) omicron-nexus::test_all integration_tests::images::test_image_create
79392025-12-03T16:39:11.906Z PASS [ 28.250s] (1291/2476) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
79402025-12-03T16:39:16.479Z PASS [ 28.528s] (1292/2476) omicron-nexus::test_all integration_tests::images::test_image_promotion
79412025-12-03T16:39:17.060Z PASS [ 30.296s] (1293/2476) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
79422025-12-03T16:39:21.948Z PASS [ 28.266s] (1294/2476) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
79432025-12-03T16:39:22.025Z PASS [ 27.385s] (1295/2476) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
79442025-12-03T16:39:24.347Z PASS [ 7.287s] (1296/2476) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
79452025-12-03T16:39:26.391Z PASS [ 4.366s] (1297/2476) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
79462025-12-03T16:39:28.847Z PASS [ 6.900s] (1298/2476) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
79472025-12-03T16:39:32.601Z PASS [ 16.121s] (1299/2476) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
79482025-12-03T16:39:33.176Z PASS [ 24.550s] (1300/2476) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
79492025-12-03T16:39:33.719Z PASS [ 21.814s] (1301/2476) omicron-nexus::test_all integration_tests::images::test_silo_image_create
79502025-12-03T16:39:34.720Z PASS [ 10.373s] (1302/2476) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
79512025-12-03T16:40:02.156Z PASS [ 29.556s] (1303/2476) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
79522025-12-03T16:40:05.547Z PASS [ 36.700s] (1304/2476) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
79532025-12-03T16:40:08.487Z PASS [ 34.768s] (1305/2476) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
79542025-12-03T16:40:08.566Z PASS [ 35.391s] (1306/2476) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
79552025-12-03T16:40:09.517Z PASS [ 34.798s] (1307/2476) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
79562025-12-03T16:40:12.993Z PASS [ 46.602s] (1308/2476) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
79572025-12-03T16:40:29.686Z PASS [ 21.120s] (1309/2476) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
79582025-12-03T16:40:30.324Z PASS [ 21.838s] (1310/2476) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
79592025-12-03T16:40:39.877Z PASS [ 34.329s] (1311/2476) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
79602025-12-03T16:40:44.559Z PASS [ 35.042s] (1312/2476) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
79612025-12-03T16:40:50.564Z PASS [ 20.879s] (1313/2476) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
79622025-12-03T16:40:54.492Z PASS [ 52.337s] (1314/2476) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
79632025-12-03T16:41:00.224Z PASS [ 47.232s] (1315/2476) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
79642025-12-03T16:41:07.292Z PASS [ 27.418s] (1316/2476) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
79652025-12-03T16:41:12.279Z PASS [ 27.721s] (1317/2476) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
79662025-12-03T16:41:17.050Z PASS [ 46.726s] (1318/2476) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
79672025-12-03T16:41:27.677Z PASS [ 20.385s] (1319/2476) omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
79682025-12-03T16:41:30.104Z PASS [ 29.881s] (1320/2476) omicron-nexus::test_all integration_tests::instances::test_instance_access
79692025-12-03T16:41:42.660Z PASS [ 48.168s] (1321/2476) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
79702025-12-03T16:41:45.944Z PASS [ 33.664s] (1322/2476) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
79712025-12-03T16:41:50.565Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
79722025-12-03T16:41:56.517Z PASS [ 39.469s] (1323/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
79732025-12-03T16:42:04.974Z PASS [ 74.412s] (1324/2476) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
79742025-12-03T16:42:10.848Z PASS [ 40.745s] (1325/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
79752025-12-03T16:42:12.508Z PASS [ 44.831s] (1326/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
79762025-12-03T16:42:16.728Z PASS [ 34.069s] (1327/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
79772025-12-03T16:42:27.593Z PASS [ 41.651s] (1328/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
79782025-12-03T16:42:30.499Z PASS [ 33.982s] (1329/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
79792025-12-03T16:42:31.946Z PASS [ 26.972s] (1330/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
79802025-12-03T16:42:37.790Z PASS [ 26.941s] (1331/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
79812025-12-03T16:42:45.811Z PASS [ 33.303s] (1332/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
79822025-12-03T16:42:57.443Z PASS [ 26.945s] (1333/2476) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
79832025-12-03T16:42:58.363Z PASS [ 26.417s] (1334/2476) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
79842025-12-03T16:43:02.148Z PASS [ 45.420s] (1335/2476) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
79852025-12-03T16:43:09.869Z PASS [ 32.080s] (1336/2476) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
79862025-12-03T16:43:19.409Z PASS [ 33.599s] (1337/2476) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
79872025-12-03T16:43:24.891Z PASS [ 57.299s] (1338/2476) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
79882025-12-03T16:43:29.920Z PASS [ 32.477s] (1339/2476) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
79892025-12-03T16:43:31.723Z PASS [ 33.361s] (1340/2476) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
79902025-12-03T16:43:33.378Z PASS [ 31.228s] (1341/2476) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
79912025-12-03T16:43:42.282Z PASS [ 32.413s] (1342/2476) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
79922025-12-03T16:44:10.228Z PASS [ 36.853s] (1343/2476) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
79932025-12-03T16:44:10.804Z PASS [ 40.884s] (1344/2476) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
79942025-12-03T16:44:14.324Z PASS [ 42.601s] (1345/2476) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
79952025-12-03T16:44:19.410Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
79962025-12-03T16:44:22.615Z PASS [ 40.334s] (1346/2476) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
79972025-12-03T16:44:24.891Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
79982025-12-03T16:44:26.149Z PASS [ 61.259s] (1347/2476) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
79992025-12-03T16:44:38.451Z PASS [ 79.042s] (1348/2476) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
80002025-12-03T16:44:42.340Z PASS [ 31.536s] (1349/2476) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
80012025-12-03T16:44:44.919Z PASS [ 30.595s] (1350/2476) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
80022025-12-03T16:44:46.729Z PASS [ 36.501s] (1351/2476) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
80032025-12-03T16:45:03.879Z PASS [ 25.429s] (1352/2476) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
80042025-12-03T16:45:05.351Z PASS [ 20.432s] (1353/2476) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
80052025-12-03T16:45:06.028Z PASS [ 43.413s] (1354/2476) omicron-nexus::test_all integration_tests::instances::test_instance_serial
80062025-12-03T16:45:08.180Z PASS [ 42.031s] (1355/2476) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
80072025-12-03T16:45:22.566Z PASS [ 40.227s] (1356/2476) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
80082025-12-03T16:45:22.796Z PASS [ 36.067s] (1357/2476) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
80092025-12-03T16:45:26.280Z PASS [ 22.402s] (1358/2476) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
80102025-12-03T16:45:27.771Z PASS [ 19.591s] (1359/2476) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
80112025-12-03T16:45:34.071Z PASS [ 28.044s] (1360/2476) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
80122025-12-03T16:45:34.112Z PASS [ 28.762s] (1361/2476) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
80132025-12-03T16:45:51.371Z PASS [ 28.806s] (1362/2476) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
80142025-12-03T16:45:51.535Z PASS [ 28.740s] (1363/2476) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
80152025-12-03T16:45:52.651Z PASS [ 18.539s] (1364/2476) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
80162025-12-03T16:45:56.059Z PASS [ 28.289s] (1365/2476) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
80172025-12-03T16:46:07.417Z PASS [ 33.346s] (1366/2476) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
80182025-12-03T16:46:08.525Z PASS [ 42.246s] (1367/2476) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
80192025-12-03T16:46:12.201Z PASS [ 20.666s] (1368/2476) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
80202025-12-03T16:46:12.275Z PASS [ 20.904s] (1369/2476) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
80212025-12-03T16:46:13.298Z PASS [ 20.648s] (1370/2476) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
80222025-12-03T16:46:27.593Z PASS [ 19.068s] (1371/2476) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
80232025-12-03T16:46:31.574Z PASS [ 35.515s] (1372/2476) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
80242025-12-03T16:46:39.810Z PASS [ 32.393s] (1373/2476) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
80252025-12-03T16:46:44.805Z PASS [ 32.530s] (1374/2476) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
80262025-12-03T16:46:45.093Z PASS [ 31.795s] (1375/2476) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
80272025-12-03T16:46:49.451Z PASS [ 37.250s] (1376/2476) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
80282025-12-03T16:46:57.419Z PASS [ 17.610s] (1377/2476) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
80292025-12-03T16:47:01.521Z PASS [ 33.929s] (1378/2476) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
80302025-12-03T16:47:01.815Z PASS [ 30.241s] (1379/2476) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
80312025-12-03T16:47:03.185Z PASS [ 18.380s] (1380/2476) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
80322025-12-03T16:47:06.020Z PASS [ 20.912s] (1381/2476) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
80332025-12-03T16:47:17.424Z PASS [ 20.005s] (1382/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
80342025-12-03T16:47:21.155Z PASS [ 31.705s] (1383/2476) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
80352025-12-03T16:47:21.430Z PASS [ 18.245s] (1384/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_range_rejects_v6
80362025-12-03T16:47:21.919Z PASS [ 20.105s] (1385/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
80372025-12-03T16:47:23.070Z PASS [ 21.549s] (1386/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
80382025-12-03T16:47:24.714Z PASS [ 18.709s] (1387/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
80392025-12-03T16:47:37.334Z PASS [ 19.909s] (1388/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
80402025-12-03T16:47:40.198Z PASS [ 18.769s] (1389/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
80412025-12-03T16:47:40.602Z PASS [ 19.447s] (1390/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
80422025-12-03T16:47:41.440Z PASS [ 19.521s] (1391/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
80432025-12-03T16:47:42.276Z PASS [ 19.205s] (1392/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
80442025-12-03T16:47:46.759Z PASS [ 22.046s] (1393/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
80452025-12-03T16:47:57.477Z PASS [ 20.144s] (1394/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
80462025-12-03T16:47:59.147Z PASS [ 18.545s] (1395/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
80472025-12-03T16:48:03.321Z PASS [ 21.882s] (1396/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
80482025-12-03T16:48:03.475Z PASS [ 23.276s] (1397/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
80492025-12-03T16:48:04.639Z PASS [ 17.880s] (1398/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
80502025-12-03T16:48:15.092Z PASS [ 32.818s] (1399/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
80512025-12-03T16:48:16.098Z PASS [ 18.621s] (1400/2476) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
80522025-12-03T16:48:25.370Z PASS [ 21.896s] (1401/2476) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
80532025-12-03T16:48:33.579Z PASS [ 18.487s] (1402/2476) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
80542025-12-03T16:48:37.547Z PASS [ 38.401s] (1403/2476) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
80552025-12-03T16:48:45.556Z PASS [ 20.187s] (1404/2476) omicron-nexus::test_all integration_tests::multicast::authorization::test_authenticated_users_can_read_multicast_groups
80562025-12-03T16:48:51.614Z PASS [ 46.976s] (1405/2476) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
80572025-12-03T16:48:57.611Z PASS [ 41.513s] (1406/2476) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior
80582025-12-03T16:49:01.332Z PASS [ 58.012s] (1407/2476) omicron-nexus::test_all integration_tests::metrics::test_metrics
80592025-12-03T16:49:05.564Z PASS [ 28.017s] (1408/2476) omicron-nexus::test_all integration_tests::multicast::authorization::test_project_only_users_can_access_multicast_groups
80602025-12-03T16:49:08.252Z PASS [ 34.674s] (1409/2476) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_project_instance_attachment_allowed
80612025-12-03T16:49:12.634Z PASS [ 21.020s] (1410/2476) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_users_can_create_and_modify_multicast_groups
80622025-12-03T16:49:13.017Z PASS [ 27.461s] (1411/2476) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_users_can_attach_instances_to_multicast_groups
80632025-12-03T16:49:19.971Z PASS [ 18.639s] (1412/2476) omicron-nexus::test_all integration_tests::multicast::authorization::test_unauthenticated_cannot_list_multicast_groups
80642025-12-03T16:49:26.616Z PASS [ 29.006s] (1413/2476) omicron-nexus::test_all integration_tests::multicast::authorization::test_unauthenticated_cannot_access_member_operations
80652025-12-03T16:49:32.978Z PASS [ 27.413s] (1414/2476) omicron-nexus::test_all integration_tests::multicast::authorization::test_unprivileged_users_can_list_group_members
80662025-12-03T16:49:40.384Z PASS [ 32.133s] (1415/2476) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_backplane_cache_ttl_expiry
80672025-12-03T16:49:43.994Z PASS [ 30.978s] (1416/2476) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_sled_move_updates_multicast_port_mapping
80682025-12-03T16:49:53.236Z PASS [ 40.602s] (1417/2476) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_cache_ttl_driven_refresh
80692025-12-03T16:49:55.441Z PASS [ 28.825s] (1418/2476) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_active_state
80702025-12-03T16:49:55.580Z PASS [ 35.609s] (1419/2476) omicron-nexus::test_all integration_tests::multicast::enablement::test_multicast_enablement
80712025-12-03T16:49:59.022Z PASS [ 26.046s] (1420/2476) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_creating_state
80722025-12-03T16:50:10.013Z PASS [ 29.629s] (1421/2476) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_deleting_state
80732025-12-03T16:50:12.015Z PASS [ 28.021s] (1422/2476) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_dpd_communication_failure_recovery
80742025-12-03T16:50:22.742Z PASS [ 29.506s] (1423/2476) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_members_during_dpd_failure
80752025-12-03T16:50:29.466Z PASS [ 33.887s] (1424/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_deletion_removes_multicast_memberships
80762025-12-03T16:50:30.379Z PASS [ 34.939s] (1425/2476) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_reconciler_state_consistency_validation
80772025-12-03T16:50:31.792Z PASS [ 21.780s] (1426/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_lookup_multicast_group_by_ip
80782025-12-03T16:50:32.670Z PASS [ 33.649s] (1427/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_multicast_endpoints
80792025-12-03T16:50:44.252Z PASS [ 32.238s] (1428/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_member_operations_via_rpw_reconciler
80802025-12-03T16:50:44.283Z PASS [ 21.541s] (1429/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_basic_crud
80812025-12-03T16:50:49.452Z PASS [ 19.073s] (1430/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_create_raw_asm_omitted_sources
80822025-12-03T16:50:50.560Z PASS [ 21.094s] (1431/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_comprehensive_updates
80832025-12-03T16:50:50.950Z PASS [ 18.280s] (1432/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_create_raw_ssm_missing_sources
80842025-12-03T16:50:52.590Z PASS [ 20.798s] (1433/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_create_raw_omitted_optionals
80852025-12-03T16:51:06.248Z PASS [ 21.996s] (1434/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_errors
80862025-12-03T16:51:13.876Z PASS [ 29.593s] (1435/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_operations
80872025-12-03T16:51:14.132Z PASS [ 23.573s] (1436/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_mvlan_updates
80882025-12-03T16:51:14.208Z PASS [ 23.258s] (1437/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_mvlan_validation
80892025-12-03T16:51:23.967Z PASS [ 34.516s] (1438/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_mvlan_reconciler_update
80902025-12-03T16:51:25.557Z PASS [ 32.967s] (1439/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_mvlan_with_member_operations
80912025-12-03T16:51:26.069Z PASS [ 19.821s] (1440/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_validation_errors
80922025-12-03T16:51:35.168Z PASS [ 21.292s] (1441/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_with_default_pool
80932025-12-03T16:51:35.906Z PASS [ 21.774s] (1442/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_with_mvlan
80942025-12-03T16:51:36.120Z PASS [ 21.912s] (1443/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_with_source_ips
80952025-12-03T16:51:45.339Z PASS [ 21.372s] (1444/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_with_specific_ip
80962025-12-03T16:51:45.393Z PASS [ 19.837s] (1445/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_ip_pool_range_validation
80972025-12-03T16:51:52.048Z PASS [ 25.979s] (1446/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_source_ips_update
80982025-12-03T16:51:58.307Z PASS [ 23.140s] (1447/2476) omicron-nexus::test_all integration_tests::multicast::groups::test_mvlan_database_round_trip
80992025-12-03T16:52:11.770Z PASS [ 35.651s] (1448/2476) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_conflicts
81002025-12-03T16:52:17.590Z PASS [ 32.251s] (1449/2476) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_limits
81012025-12-03T16:52:25.376Z PASS [ 33.328s] (1450/2476) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_instance_state_transitions
81022025-12-03T16:52:32.309Z PASS [ 56.404s] (1451/2476) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations
81032025-12-03T16:52:43.356Z PASS [ 57.964s] (1452/2476) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_concurrent_member_migrations
81042025-12-03T16:52:45.460Z PASS [ 47.154s] (1453/2476) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_membership_during_migration
81052025-12-03T16:52:52.697Z PASS [ 27.321s] (1454/2476) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_member_cleanup_instance_never_started
81062025-12-03T16:53:06.042Z PASS [ 48.453s] (1455/2476) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle
81072025-12-03T16:53:08.990Z PASS [ 36.682s] (1456/2476) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_lifecycle
81082025-12-03T16:53:11.771Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_persistence_through_stop_start
81092025-12-03T16:53:13.540Z PASS [ 30.185s] (1457/2476) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_external_ip_at_creation
81102025-12-03T16:53:16.362Z PASS [ 30.902s] (1458/2476) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_external_ip_basic
81112025-12-03T16:53:25.576Z PASS [ 19.534s] (1459/2476) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
81122025-12-03T16:53:27.224Z PASS [ 75.456s] (1460/2476) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_persistence_through_stop_start
81132025-12-03T16:53:28.356Z PASS [ 35.660s] (1461/2476) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_floating_ip_basic
81142025-12-03T16:53:32.215Z PASS [ 23.225s] (1462/2476) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
81152025-12-03T16:53:50.627Z PASS [ 25.052s] (1463/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
81162025-12-03T16:53:51.308Z PASS [ 37.768s] (1464/2476) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
81172025-12-03T16:53:52.763Z PASS [ 25.539s] (1465/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
81182025-12-03T16:53:53.984Z PASS [ 25.627s] (1466/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
81192025-12-03T16:54:04.122Z PASS [ 47.761s] (1467/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
81202025-12-03T16:54:17.548Z PASS [ 26.240s] (1468/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
81212025-12-03T16:54:18.422Z PASS [ 46.207s] (1469/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
81222025-12-03T16:54:27.628Z PASS [ 33.645s] (1470/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
81232025-12-03T16:54:36.847Z PASS [ 46.220s] (1471/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
81242025-12-03T16:54:38.262Z PASS [ 45.500s] (1472/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
81252025-12-03T16:54:38.286Z PASS [ 34.164s] (1473/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
81262025-12-03T16:54:42.887Z PASS [ 24.465s] (1474/2476) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
81272025-12-03T16:54:54.253Z PASS [ 36.706s] (1475/2476) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
81282025-12-03T16:54:59.724Z PASS [ 21.439s] (1476/2476) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
81292025-12-03T16:55:00.785Z PASS [ 17.898s] (1477/2476) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
81302025-12-03T16:55:12.360Z PASS [ 18.107s] (1478/2476) omicron-nexus::test_all integration_tests::projects::test_project_deletion
81312025-12-03T16:55:13.263Z PASS [ 45.636s] (1479/2476) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
81322025-12-03T16:55:18.306Z PASS [ 18.583s] (1480/2476) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
81332025-12-03T16:55:20.537Z PASS [ 19.753s] (1481/2476) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
81342025-12-03T16:55:22.500Z PASS [ 45.653s] (1482/2476) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
81352025-12-03T16:55:37.906Z PASS [ 25.547s] (1483/2476) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
81362025-12-03T16:55:38.263Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
81372025-12-03T16:55:38.746Z PASS [ 25.483s] (1484/2476) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
81382025-12-03T16:55:39.209Z PASS [ 20.903s] (1485/2476) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
81392025-12-03T16:55:46.252Z PASS [ 25.715s] (1486/2476) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
81402025-12-03T16:55:52.754Z PASS [ 30.254s] (1487/2476) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
81412025-12-03T16:55:55.072Z PASS [ 76.811s] (1488/2476) omicron-nexus::test_all integration_tests::password_login::test_local_users
81422025-12-03T16:55:58.242Z PASS [ 19.033s] (1489/2476) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
81432025-12-03T16:55:59.589Z PASS [ 21.682s] (1490/2476) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
81442025-12-03T16:55:59.636Z PASS [ 20.890s] (1491/2476) omicron-nexus::test_all integration_tests::projects::test_projects
81452025-12-03T16:56:07.617Z PASS [ 21.365s] (1492/2476) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
81462025-12-03T16:56:13.958Z PASS [ 21.204s] (1493/2476) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
81472025-12-03T16:56:16.035Z PASS [ 17.793s] (1494/2476) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
81482025-12-03T16:56:17.304Z PASS [ 17.716s] (1495/2476) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
81492025-12-03T16:56:19.727Z PASS [ 20.092s] (1496/2476) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
81502025-12-03T16:56:25.389Z PASS [ 17.773s] (1497/2476) omicron-nexus::test_all integration_tests::rack::test_sled_add
81512025-12-03T16:56:31.591Z PASS [ 17.634s] (1498/2476) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
81522025-12-03T16:56:34.245Z PASS [ 18.210s] (1499/2476) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
81532025-12-03T16:56:38.121Z PASS [ 20.817s] (1500/2476) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
81542025-12-03T16:56:38.404Z PASS [ 18.676s] (1501/2476) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
81552025-12-03T16:56:43.797Z PASS [ 18.408s] (1502/2476) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
81562025-12-03T16:56:50.626Z PASS [ 55.555s] (1503/2476) omicron-nexus::test_all integration_tests::quotas::test_quotas
81572025-12-03T16:56:50.825Z PASS [ 0.199s] (1504/2476) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
81582025-12-03T16:56:51.039Z PASS [ 0.214s] (1505/2476) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
81592025-12-03T16:56:51.202Z PASS [ 0.163s] (1506/2476) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
81602025-12-03T16:56:51.358Z PASS [ 0.155s] (1507/2476) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
81612025-12-03T16:56:51.511Z PASS [ 0.153s] (1508/2476) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
81622025-12-03T16:56:54.204Z PASS [ 22.613s] (1509/2476) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
81632025-12-03T16:56:55.608Z PASS [ 21.363s] (1510/2476) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
81642025-12-03T16:56:58.548Z PASS [ 20.145s] (1511/2476) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
81652025-12-03T16:57:04.337Z PASS [ 20.540s] (1512/2476) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
81662025-12-03T16:57:05.625Z PASS [ 27.504s] (1513/2476) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
81672025-12-03T16:57:09.589Z PASS [ 18.078s] (1514/2476) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
81682025-12-03T16:57:09.732Z PASS [ 0.142s] (1515/2476) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
81692025-12-03T16:57:13.106Z PASS [ 18.902s] (1516/2476) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
81702025-12-03T16:57:13.225Z PASS [ 17.617s] (1517/2476) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
81712025-12-03T16:57:13.382Z PASS [ 0.157s] (1518/2476) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
81722025-12-03T16:57:13.523Z PASS [ 0.141s] (1519/2476) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
81732025-12-03T16:57:16.452Z PASS [ 17.905s] (1520/2476) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
81742025-12-03T16:57:24.030Z PASS [ 19.693s] (1521/2476) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
81752025-12-03T16:57:24.233Z PASS [ 18.608s] (1522/2476) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
81762025-12-03T16:57:29.246Z PASS [ 19.515s] (1523/2476) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
81772025-12-03T16:57:32.645Z PASS [ 19.123s] (1524/2476) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
81782025-12-03T16:57:33.163Z PASS [ 20.057s] (1525/2476) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
81792025-12-03T16:57:33.973Z PASS [ 17.521s] (1526/2476) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
81802025-12-03T16:57:36.504Z PASS [ 2.530s] (1527/2476) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
81812025-12-03T16:57:39.052Z PASS [ 2.548s] (1528/2476) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
81822025-12-03T16:57:39.180Z PASS [ 15.150s] (1529/2476) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
81832025-12-03T16:57:39.714Z PASS [ 15.482s] (1530/2476) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
81842025-12-03T16:57:40.916Z PASS [ 1.864s] (1531/2476) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
81852025-12-03T16:57:42.758Z PASS [ 1.842s] (1532/2476) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
81862025-12-03T16:57:44.640Z PASS [ 1.882s] (1533/2476) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
81872025-12-03T16:57:46.590Z PASS [ 1.950s] (1534/2476) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
81882025-12-03T16:58:46.591Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
81892025-12-03T16:59:21.453Z PASS [ 94.864s] (1535/2476) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
81902025-12-03T16:59:22.837Z PASS [ 1.385s] (1536/2476) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
81912025-12-03T17:00:22.838Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
81922025-12-03T17:00:31.206Z PASS [ 68.369s] (1537/2476) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
81932025-12-03T17:00:50.942Z PASS [ 19.736s] (1538/2476) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
81942025-12-03T17:01:50.943Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_data_migration
81952025-12-03T17:01:51.796Z PASS [ 60.855s] (1539/2476) omicron-nexus::test_all integration_tests::schema::validate_data_migration
81962025-12-03T17:02:04.502Z PASS [ 12.706s] (1540/2476) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
81972025-12-03T17:02:06.403Z PASS [ 14.607s] (1541/2476) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
81982025-12-03T17:02:17.043Z PASS [ 12.541s] (1542/2476) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
81992025-12-03T17:02:24.047Z PASS [ 17.644s] (1543/2476) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
82002025-12-03T17:02:28.979Z PASS [ 11.936s] (1544/2476) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
82012025-12-03T17:02:36.786Z PASS [ 12.738s] (1545/2476) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
82022025-12-03T17:02:43.443Z PASS [ 14.464s] (1546/2476) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
82032025-12-03T17:02:51.273Z PASS [ 14.488s] (1547/2476) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
82042025-12-03T17:02:51.798Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
82052025-12-03T17:02:56.154Z PASS [ 12.711s] (1548/2476) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
82062025-12-03T17:03:04.300Z PASS [ 13.027s] (1549/2476) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
82072025-12-03T17:03:06.583Z PASS [ 74.789s] (1550/2476) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
82082025-12-03T17:03:12.789Z PASS [ 16.636s] (1551/2476) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
82092025-12-03T17:03:23.321Z PASS [ 19.021s] (1552/2476) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
82102025-12-03T17:03:25.112Z PASS [ 18.528s] (1553/2476) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
82112025-12-03T17:03:25.605Z PASS [ 19.021s] (1554/2476) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
82122025-12-03T17:03:26.571Z PASS [ 19.987s] (1555/2476) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
82132025-12-03T17:03:26.595Z PASS [ 20.006s] (1556/2476) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
82142025-12-03T17:03:29.451Z PASS [ 16.663s] (1557/2476) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
82152025-12-03T17:03:41.778Z PASS [ 18.457s] (1558/2476) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
82162025-12-03T17:03:44.244Z PASS [ 19.134s] (1559/2476) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
82172025-12-03T17:03:44.697Z PASS [ 19.093s] (1560/2476) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
82182025-12-03T17:03:45.549Z PASS [ 18.960s] (1561/2476) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
82192025-12-03T17:03:45.614Z PASS [ 19.043s] (1562/2476) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
82202025-12-03T17:03:50.622Z PASS [ 21.171s] (1563/2476) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
82212025-12-03T17:04:00.579Z PASS [ 18.801s] (1564/2476) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
82222025-12-03T17:04:01.956Z PASS [ 17.712s] (1565/2476) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
82232025-12-03T17:04:03.227Z PASS [ 18.529s] (1566/2476) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
82242025-12-03T17:04:04.896Z PASS [ 19.347s] (1567/2476) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
82252025-12-03T17:04:06.258Z PASS [ 20.645s] (1568/2476) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
82262025-12-03T17:04:18.093Z PASS [ 27.472s] (1569/2476) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
82272025-12-03T17:04:18.696Z PASS [ 18.118s] (1570/2476) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
82282025-12-03T17:04:21.026Z PASS [ 17.799s] (1571/2476) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
82292025-12-03T17:04:22.593Z PASS [ 20.637s] (1572/2476) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
82302025-12-03T17:04:23.092Z PASS [ 18.197s] (1573/2476) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
82312025-12-03T17:04:23.986Z PASS [ 17.728s] (1574/2476) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
82322025-12-03T17:04:36.930Z PASS [ 18.837s] (1575/2476) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
82332025-12-03T17:04:37.860Z PASS [ 19.164s] (1576/2476) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
82342025-12-03T17:04:43.435Z PASS [ 20.343s] (1577/2476) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
82352025-12-03T17:04:45.571Z PASS [ 24.546s] (1578/2476) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
82362025-12-03T17:04:48.398Z PASS [ 25.805s] (1579/2476) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
82372025-12-03T17:04:49.060Z PASS [ 25.074s] (1580/2476) omicron-nexus::test_all integration_tests::silos::test_silos
82382025-12-03T17:04:55.674Z PASS [ 18.744s] (1581/2476) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
82392025-12-03T17:05:02.102Z PASS [ 18.667s] (1582/2476) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
82402025-12-03T17:05:06.361Z PASS [ 28.501s] (1583/2476) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
82412025-12-03T17:05:09.017Z PASS [ 20.620s] (1584/2476) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
82422025-12-03T17:05:11.675Z PASS [ 26.104s] (1585/2476) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
82432025-12-03T17:05:20.493Z PASS [ 31.434s] (1586/2476) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
82442025-12-03T17:05:23.640Z PASS [ 17.280s] (1587/2476) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
82452025-12-03T17:05:27.263Z PASS [ 31.589s] (1588/2476) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
82462025-12-03T17:05:28.940Z PASS [ 19.923s] (1589/2476) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
82472025-12-03T17:05:32.344Z PASS [ 20.670s] (1590/2476) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
82482025-12-03T17:05:32.497Z PASS [ 30.395s] (1591/2476) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
82492025-12-03T17:05:41.727Z PASS [ 21.235s] (1592/2476) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
82502025-12-03T17:05:55.547Z PASS [ 28.285s] (1593/2476) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
82512025-12-03T17:05:59.651Z PASS [ 36.011s] (1594/2476) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
82522025-12-03T17:06:00.607Z PASS [ 18.880s] (1595/2476) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
82532025-12-03T17:06:01.159Z PASS [ 32.219s] (1596/2476) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
82542025-12-03T17:06:01.235Z PASS [ 28.739s] (1597/2476) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
82552025-12-03T17:06:01.390Z PASS [ 29.046s] (1598/2476) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
82562025-12-03T17:06:19.517Z PASS [ 18.281s] (1599/2476) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
82572025-12-03T17:06:22.755Z PASS [ 23.104s] (1600/2476) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
82582025-12-03T17:06:25.099Z PASS [ 23.940s] (1601/2476) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
82592025-12-03T17:06:25.629Z PASS [ 25.022s] (1602/2476) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
82602025-12-03T17:06:26.175Z PASS [ 24.785s] (1603/2476) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
82612025-12-03T17:06:28.151Z PASS [ 1.976s] (1604/2476) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
82622025-12-03T17:06:28.262Z PASS [ 32.715s] (1605/2476) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
82632025-12-03T17:06:40.296Z PASS [ 20.779s] (1606/2476) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
82642025-12-03T17:06:43.360Z PASS [ 20.606s] (1607/2476) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
82652025-12-03T17:06:44.658Z PASS [ 19.560s] (1608/2476) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
82662025-12-03T17:06:48.409Z PASS [ 20.147s] (1609/2476) omicron-nexus::test_all integration_tests::updates::test_repo_prune
82672025-12-03T17:06:50.492Z PASS [ 22.341s] (1610/2476) omicron-nexus::test_all integration_tests::updates::test_repo_list
82682025-12-03T17:07:00.627Z PASS [ 17.267s] (1611/2476) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
82692025-12-03T17:07:04.183Z PASS [ 19.525s] (1612/2476) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
82702025-12-03T17:07:06.639Z PASS [ 26.344s] (1613/2476) omicron-nexus::test_all integration_tests::updates::test_repo_upload
82712025-12-03T17:07:07.019Z PASS [ 18.609s] (1614/2476) omicron-nexus::test_all integration_tests::updates::test_update_status
82722025-12-03T17:07:08.398Z PASS [ 17.907s] (1615/2476) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
82732025-12-03T17:07:25.630Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
82742025-12-03T17:07:27.307Z PASS [ 26.681s] (1616/2476) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
82752025-12-03T17:07:34.090Z PASS [ 25.692s] (1617/2476) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
82762025-12-03T17:07:34.639Z PASS [ 28.001s] (1618/2476) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
82772025-12-03T17:07:36.366Z PASS [ 32.184s] (1619/2476) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
82782025-12-03T17:07:37.866Z PASS [ 30.849s] (1620/2476) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
82792025-12-03T17:07:57.458Z PASS [ 30.152s] (1621/2476) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
82802025-12-03T17:08:02.204Z PASS [ 28.115s] (1622/2476) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
82812025-12-03T17:08:02.719Z PASS [ 28.080s] (1623/2476) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
82822025-12-03T17:08:06.310Z PASS [ 29.944s] (1624/2476) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
82832025-12-03T17:08:06.917Z PASS [ 29.051s] (1625/2476) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
82842025-12-03T17:08:16.100Z PASS [ 110.473s] (1626/2476) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
82852025-12-03T17:08:27.530Z PASS [ 30.072s] (1627/2476) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
82862025-12-03T17:08:28.489Z PASS [ 25.771s] (1628/2476) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
82872025-12-03T17:08:31.511Z PASS [ 29.307s] (1629/2476) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
82882025-12-03T17:08:40.272Z PASS [ 24.172s] (1630/2476) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
82892025-12-03T17:08:52.208Z PASS [ 23.719s] (1631/2476) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
82902025-12-03T17:08:54.835Z PASS [ 47.918s] (1632/2476) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
82912025-12-03T17:08:59.004Z PASS [ 31.474s] (1633/2476) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
82922025-12-03T17:08:59.141Z PASS [ 52.832s] (1634/2476) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
82932025-12-03T17:09:01.210Z PASS [ 29.699s] (1635/2476) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
82942025-12-03T17:09:13.971Z PASS [ 33.700s] (1636/2476) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
82952025-12-03T17:09:25.062Z PASS [ 32.855s] (1637/2476) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
82962025-12-03T17:09:32.265Z PASS [ 37.431s] (1638/2476) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
82972025-12-03T17:09:35.570Z PASS [ 36.567s] (1639/2476) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
82982025-12-03T17:09:36.046Z PASS [ 36.906s] (1640/2476) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
82992025-12-03T17:09:37.638Z PASS [ 36.428s] (1641/2476) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
83002025-12-03T17:09:42.176Z PASS [ 28.205s] (1642/2476) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
83012025-12-03T17:09:53.535Z PASS [ 28.473s] (1643/2476) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
83022025-12-03T17:10:06.038Z PASS [ 33.773s] (1644/2476) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
83032025-12-03T17:10:07.873Z PASS [ 25.698s] (1645/2476) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
83042025-12-03T17:10:20.048Z PASS [ 26.513s] (1646/2476) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
83052025-12-03T17:10:20.094Z PASS [ 44.048s] (1647/2476) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
83062025-12-03T17:10:26.096Z PASS [ 48.460s] (1648/2476) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
83072025-12-03T17:10:32.202Z PASS [ 26.164s] (1649/2476) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
83082025-12-03T17:10:35.019Z PASS [ 27.144s] (1650/2476) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
83092025-12-03T17:10:35.571Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
83102025-12-03T17:10:48.108Z PASS [ 28.061s] (1651/2476) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
83112025-12-03T17:10:50.608Z PASS [ 18.407s] (1652/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
83122025-12-03T17:10:56.223Z PASS [ 31.850s] (1653/2476) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
83132025-12-03T17:10:56.223Z PASS [ 18.037s] (1654/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
83142025-12-03T17:10:56.273Z PASS [ 30.177s] (1655/2476) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
83152025-12-03T17:11:04.848Z PASS [ 16.738s] (1656/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
83162025-12-03T17:11:07.879Z PASS [ 17.271s] (1657/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
83172025-12-03T17:11:09.643Z PASS [ 17.700s] (1658/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
83182025-12-03T17:11:10.820Z PASS [ 17.766s] (1659/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
83192025-12-03T17:11:12.682Z PASS [ 16.410s] (1660/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
83202025-12-03T17:11:18.128Z PASS [ 102.560s] (1661/2476) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
83212025-12-03T17:11:21.634Z PASS [ 16.788s] (1662/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
83222025-12-03T17:11:24.419Z PASS [ 16.540s] (1663/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
83232025-12-03T17:11:28.163Z PASS [ 17.344s] (1664/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
83242025-12-03T17:11:28.576Z PASS [ 18.933s] (1665/2476) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
83252025-12-03T17:11:28.637Z PASS [ 0.061s] (1666/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
83262025-12-03T17:11:30.453Z PASS [ 17.771s] (1667/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
83272025-12-03T17:11:34.555Z PASS [ 16.427s] (1668/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
83282025-12-03T17:11:39.280Z PASS [ 17.646s] (1669/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
83292025-12-03T17:11:42.446Z PASS [ 18.027s] (1670/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
83302025-12-03T17:11:45.352Z PASS [ 17.189s] (1671/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
83312025-12-03T17:11:48.198Z PASS [ 17.746s] (1672/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
83322025-12-03T17:11:52.625Z PASS [ 18.070s] (1673/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
83332025-12-03T17:11:56.267Z PASS [ 16.988s] (1674/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
83342025-12-03T17:11:58.615Z PASS [ 16.170s] (1675/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
83352025-12-03T17:11:59.285Z PASS [ 30.649s] (1676/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
83362025-12-03T17:12:01.264Z PASS [ 15.912s] (1677/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
83372025-12-03T17:12:05.012Z PASS [ 16.814s] (1678/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
83382025-12-03T17:12:16.986Z PASS [ 18.371s] (1679/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
83392025-12-03T17:12:17.830Z PASS [ 18.543s] (1680/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
83402025-12-03T17:12:20.258Z PASS [ 18.994s] (1681/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
83412025-12-03T17:12:21.689Z PASS [ 29.064s] (1682/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
83422025-12-03T17:12:23.265Z PASS [ 18.253s] (1683/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
83432025-12-03T17:12:27.005Z PASS [ 30.738s] (1684/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
83442025-12-03T17:12:35.643Z PASS [ 18.658s] (1685/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
83452025-12-03T17:12:40.040Z PASS [ 19.782s] (1686/2476) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
83462025-12-03T17:12:43.335Z PASS [ 20.071s] (1687/2476) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
83472025-12-03T17:12:43.941Z PASS [ 22.252s] (1688/2476) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
83482025-12-03T17:12:46.341Z PASS [ 19.337s] (1689/2476) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
83492025-12-03T17:12:46.433Z PASS [ 28.605s] (1690/2476) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
83502025-12-03T17:12:56.884Z PASS [ 21.241s] (1691/2476) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
83512025-12-03T17:13:05.461Z PASS [ 25.422s] (1692/2476) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
83522025-12-03T17:13:06.927Z PASS [ 23.592s] (1693/2476) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
83532025-12-03T17:13:11.678Z PASS [ 25.245s] (1694/2476) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
83542025-12-03T17:13:16.801Z PASS [ 30.460s] (1695/2476) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
83552025-12-03T17:13:17.448Z PASS [ 20.564s] (1696/2476) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
83562025-12-03T17:13:27.206Z PASS [ 20.279s] (1697/2476) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
83572025-12-03T17:13:30.098Z PASS [ 46.158s] (1698/2476) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
83582025-12-03T17:13:31.686Z PASS [ 26.225s] (1699/2476) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
83592025-12-03T17:13:32.626Z PASS [ 20.948s] (1700/2476) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
83602025-12-03T17:13:41.574Z PASS [ 24.772s] (1701/2476) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
83612025-12-03T17:13:42.650Z PASS [ 15.444s] (1702/2476) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
83622025-12-03T17:13:45.990Z PASS [ 15.893s] (1703/2476) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
83632025-12-03T17:13:48.910Z PASS [ 17.224s] (1704/2476) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
83642025-12-03T17:13:49.606Z PASS [ 16.980s] (1705/2476) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
83652025-12-03T17:13:58.903Z PASS [ 17.329s] (1706/2476) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
83662025-12-03T17:14:05.617Z PASS [ 16.012s] (1707/2476) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
83672025-12-03T17:14:07.999Z PASS [ 50.552s] (1708/2476) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
83682025-12-03T17:14:12.429Z PASS [ 13.527s] (1709/2476) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
83692025-12-03T17:14:19.605Z PASS [ 13.988s] (1710/2476) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
83702025-12-03T17:14:21.456Z PASS [ 13.457s] (1711/2476) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
83712025-12-03T17:14:21.492Z PASS [ 0.035s] (1712/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
83722025-12-03T17:14:21.515Z PASS [ 0.020s] (1713/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
83732025-12-03T17:14:21.539Z PASS [ 0.020s] (1714/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
83742025-12-03T17:14:21.563Z PASS [ 0.017s] (1715/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
83752025-12-03T17:14:21.587Z PASS [ 0.021s] (1716/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
83762025-12-03T17:14:21.587Z PASS [ 0.016s] (1717/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
83772025-12-03T17:14:21.611Z PASS [ 0.015s] (1718/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
83782025-12-03T17:14:21.635Z PASS [ 0.014s] (1719/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
83792025-12-03T17:14:21.659Z PASS [ 0.021s] (1720/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
83802025-12-03T17:14:21.659Z PASS [ 0.020s] (1721/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
83812025-12-03T17:14:21.683Z PASS [ 0.017s] (1722/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
83822025-12-03T17:14:21.707Z PASS [ 0.015s] (1723/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
83832025-12-03T17:14:21.730Z PASS [ 0.019s] (1724/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
83842025-12-03T17:14:21.730Z PASS [ 0.019s] (1725/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
83852025-12-03T17:14:21.754Z PASS [ 0.016s] (1726/2476) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
83862025-12-03T17:14:25.304Z PASS [ 12.875s] (1727/2476) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
83872025-12-03T17:14:29.534Z PASS [ 46.884s] (1728/2476) omicron-nexus::test_all integration_tests::webhooks::test_probe
83882025-12-03T17:14:34.526Z PASS [ 14.921s] (1729/2476) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
83892025-12-03T17:14:34.607Z PASS [ 0.081s] (1730/2476) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
83902025-12-03T17:14:34.640Z PASS [ 0.033s] (1731/2476) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
83912025-12-03T17:14:34.687Z PASS [ 0.046s] (1732/2476) omicron-package config::tests::multi_preset_arg
83922025-12-03T17:14:34.730Z PASS [ 0.043s] (1733/2476) omicron-package dot::test::test_bad_dependency
83932025-12-03T17:14:34.764Z PASS [ 0.034s] (1734/2476) omicron-package dot::test::test_dot_output
83942025-12-03T17:14:36.461Z PASS [ 50.471s] (1735/2476) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
83952025-12-03T17:14:36.965Z PASS [ 0.021s] (1736/2476) omicron-passwords test::test_password_constraints
83962025-12-03T17:14:39.614Z PASS [ 10.080s] (1737/2476) omicron-omdb::test_all_output test_omdb_usage_errors
83972025-12-03T17:14:40.433Z PASS [ 3.951s] (1738/2476) omicron-passwords test::test_reproducible
83982025-12-03T17:14:40.471Z PASS [ 0.037s] (1739/2476) omicron-passwords test::test_stable
83992025-12-03T17:14:40.494Z PASS [ 0.015s] (1740/2476) omicron-passwords test::test_weak_hashes
84002025-12-03T17:14:40.518Z PASS [ 0.014s] (1741/2476) omicron-rpaths internal::tests::test_configure_from_path
84012025-12-03T17:14:40.546Z PASS [ 0.045s] (1742/2476) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
84022025-12-03T17:14:40.570Z PASS [ 0.013s] (1743/2476) omicron-rpaths internal::tests::test_emit_rpath
84032025-12-03T17:14:40.933Z PASS [ 52.023s] (1744/2476) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
84042025-12-03T17:14:41.030Z PASS [ 0.414s] (1745/2476) omicron-sled-agent artifact_store::test::generations
84052025-12-03T17:14:41.063Z PASS [ 0.131s] (1746/2476) omicron-sled-agent artifact_store::test::issue_7796
84062025-12-03T17:14:41.107Z PASS [ 0.133s] (1747/2476) omicron-sled-agent artifact_store::test::list_get_put
84072025-12-03T17:14:41.173Z PASS [ 0.110s] (1748/2476) omicron-sled-agent artifact_store::test::no_dataset
84082025-12-03T17:14:41.220Z PASS [ 0.046s] (1749/2476) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
84092025-12-03T17:14:41.244Z PASS [ 0.118s] (1750/2476) omicron-sled-agent artifact_store::test::wrong_hash
84102025-12-03T17:14:41.268Z PASS [ 0.036s] (1751/2476) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
84112025-12-03T17:14:41.292Z PASS [ 0.046s] (1752/2476) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
84122025-12-03T17:14:41.292Z PASS [ 0.024s] (1753/2476) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
84132025-12-03T17:14:41.316Z PASS [ 0.027s] (1754/2476) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
84142025-12-03T17:14:41.316Z PASS [ 0.025s] (1755/2476) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
84152025-12-03T17:14:41.340Z PASS [ 0.029s] (1756/2476) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
84162025-12-03T17:14:41.340Z PASS [ 0.031s] (1757/2476) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
84172025-12-03T17:14:41.364Z PASS [ 0.024s] (1758/2476) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
84182025-12-03T17:14:41.396Z PASS [ 0.058s] (1759/2476) omicron-sled-agent config::test::test_smf_configs
84192025-12-03T17:14:41.695Z PASS [ 0.299s] (1760/2476) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
84202025-12-03T17:14:41.719Z PASS [ 0.344s] (1761/2476) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
84212025-12-03T17:14:42.080Z PASS [ 0.384s] (1762/2476) omicron-sled-agent instance::tests::test_instance_create_events_normal
84222025-12-03T17:14:42.867Z PASS [ 0.788s] (1763/2476) omicron-sled-agent instance::tests::test_instance_manager_creation
84232025-12-03T17:14:42.891Z PASS [ 1.170s] (1764/2476) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
84242025-12-03T17:14:42.915Z PASS [ 0.032s] (1765/2476) omicron-sled-agent instance::tests::test_multicast_membership_equality
84252025-12-03T17:14:43.236Z PASS [ 0.368s] (1766/2476) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
84262025-12-03T17:14:43.261Z PASS [ 0.026s] (1767/2476) omicron-sled-agent probe_manager::test::probe_state_set_ops
84272025-12-03T17:14:43.298Z PASS [ 0.037s] (1768/2476) omicron-sled-agent profile::tests::empty_profile
84282025-12-03T17:14:43.326Z PASS [ 0.028s] (1769/2476) omicron-sled-agent profile::tests::test_disabled_instance
84292025-12-03T17:14:43.350Z PASS [ 8.568s] (1770/2476) omicron-passwords test::test_compatible
84302025-12-03T17:14:43.374Z PASS [ 0.025s] (1771/2476) omicron-sled-agent profile::tests::test_instance
84312025-12-03T17:14:43.374Z PASS [ 0.029s] (1772/2476) omicron-sled-agent profile::tests::test_multiple
84322025-12-03T17:14:43.397Z PASS [ 0.034s] (1773/2476) omicron-sled-agent profile::tests::test_property
84332025-12-03T17:14:43.397Z PASS [ 0.026s] (1774/2476) omicron-sled-agent profile::tests::test_property_group
84342025-12-03T17:14:43.421Z PASS [ 0.029s] (1775/2476) omicron-sled-agent profile::tests::test_service_property_group
84352025-12-03T17:14:43.421Z PASS [ 0.035s] (1776/2476) omicron-sled-agent profile::tests::test_service
84362025-12-03T17:14:43.451Z PASS [ 0.031s] (1777/2476) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
84372025-12-03T17:14:43.475Z PASS [ 0.037s] (1778/2476) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
84382025-12-03T17:14:43.499Z PASS [ 0.045s] (1779/2476) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
84392025-12-03T17:14:43.523Z PASS [ 0.053s] (1780/2476) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
84402025-12-03T17:14:43.549Z PASS [ 0.053s] (1781/2476) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
84412025-12-03T17:14:43.573Z PASS [ 0.048s] (1782/2476) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
84422025-12-03T17:14:43.597Z PASS [ 0.031s] (1783/2476) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
84432025-12-03T17:14:43.597Z PASS [ 0.037s] (1784/2476) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
84442025-12-03T17:14:43.621Z PASS [ 0.038s] (1785/2476) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
84452025-12-03T17:14:43.645Z PASS [ 0.035s] (1786/2476) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
84462025-12-03T17:14:43.669Z PASS [ 0.034s] (1787/2476) omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
84472025-12-03T17:14:43.669Z PASS [ 0.040s] (1788/2476) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
84482025-12-03T17:14:43.693Z PASS [ 0.040s] (1789/2476) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
84492025-12-03T17:14:43.718Z PASS [ 0.052s] (1790/2476) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
84502025-12-03T17:14:43.759Z PASS [ 0.041s] (1791/2476) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
84512025-12-03T17:14:43.794Z PASS [ 0.035s] (1792/2476) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
84522025-12-03T17:14:43.830Z PASS [ 0.035s] (1793/2476) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
84532025-12-03T17:14:43.860Z PASS [ 0.029s] (1794/2476) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
84542025-12-03T17:14:43.901Z PASS [ 0.042s] (1795/2476) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
84552025-12-03T17:14:43.936Z PASS [ 0.035s] (1796/2476) omicron-sled-agent sim::storage::test::nested_dataset
84562025-12-03T17:14:43.974Z PASS [ 0.038s] (1797/2476) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
84572025-12-03T17:14:44.005Z PASS [ 0.031s] (1798/2476) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
84582025-12-03T17:14:44.034Z PASS [ 0.029s] (1799/2476) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
84592025-12-03T17:14:44.061Z PASS [ 0.027s] (1800/2476) omicron-sled-agent sim::storage::test::snapshot_needs_region
84602025-12-03T17:14:44.115Z PASS [ 0.055s] (1801/2476) omicron-sled-agent support_bundle::storage::tests::basic_crud
84612025-12-03T17:14:44.158Z PASS [ 0.042s] (1802/2476) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
84622025-12-03T17:14:44.212Z PASS [ 0.054s] (1803/2476) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
84632025-12-03T17:14:44.269Z PASS [ 0.056s] (1804/2476) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
84642025-12-03T17:14:44.321Z PASS [ 0.052s] (1805/2476) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
84652025-12-03T17:14:44.375Z PASS [ 0.054s] (1806/2476) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
84662025-12-03T17:14:44.427Z PASS [ 0.052s] (1807/2476) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
84672025-12-03T17:14:44.475Z PASS [ 0.048s] (1808/2476) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
84682025-12-03T17:14:44.523Z PASS [ 0.047s] (1809/2476) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
84692025-12-03T17:14:44.563Z PASS [ 0.040s] (1810/2476) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
84702025-12-03T17:14:44.623Z PASS [ 0.060s] (1811/2476) omicron-sled-agent support_bundle::storage::tests::ranges
84712025-12-03T17:14:44.678Z PASS [ 0.055s] (1812/2476) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
84722025-12-03T17:14:44.715Z PASS [ 0.037s] (1813/2476) omicron-sled-agent updates::test::test_query_no_components
84732025-12-03T17:14:44.754Z PASS [ 0.039s] (1814/2476) omicron-sled-agent updates::test::test_query_sled_agent_version
84742025-12-03T17:14:44.793Z PASS [ 0.038s] (1815/2476) omicron-sled-agent updates::test::test_query_zone_version
84752025-12-03T17:14:44.818Z PASS [ 0.025s] (1816/2476) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
84762025-12-03T17:14:46.867Z PASS [ 2.048s] (1817/2476) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
84772025-12-03T17:14:47.030Z PASS [ 25.286s] (1818/2476) omicron-omdb::test_all_output test_omdb_env_settings
84782025-12-03T17:14:47.057Z PASS [ 3.348s] (1819/2476) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
84792025-12-03T17:14:47.081Z PASS [ 0.039s] (1820/2476) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
84802025-12-03T17:14:48.913Z PASS [ 2.047s] (1821/2476) omicron-sled-agent zone_bundle::illumos_tests::test_context
84812025-12-03T17:14:49.220Z PASS [ 2.151s] (1822/2476) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
84822025-12-03T17:14:49.276Z PASS [ 0.055s] (1823/2476) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
84832025-12-03T17:14:49.309Z PASS [ 0.033s] (1824/2476) omicron-sled-agent zone_bundle::tests::test_dir_size
84842025-12-03T17:14:49.353Z PASS [ 0.044s] (1825/2476) omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
84852025-12-03T17:14:49.515Z PASS [ 2.474s] (1826/2476) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
84862025-12-03T17:14:49.811Z PASS [ 0.457s] (1827/2476) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
84872025-12-03T17:14:49.889Z PASS [ 0.374s] (1828/2476) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
84882025-12-03T17:14:49.913Z PASS [ 0.096s] (1829/2476) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
84892025-12-03T17:14:49.947Z PASS [ 0.041s] (1830/2476) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
84902025-12-03T17:14:49.975Z PASS [ 0.028s] (1831/2476) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
84912025-12-03T17:14:50.516Z PASS [ 0.541s] (1832/2476) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
84922025-12-03T17:14:50.688Z PASS [ 0.799s] (1833/2476) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
84932025-12-03T17:14:50.727Z PASS [ 0.211s] (1834/2476) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
84942025-12-03T17:14:50.756Z PASS [ 0.028s] (1835/2476) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
84952025-12-03T17:14:50.783Z PASS [ 0.027s] (1836/2476) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
84962025-12-03T17:14:51.008Z PASS [ 0.225s] (1837/2476) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
84972025-12-03T17:14:51.083Z PASS [ 2.170s] (1838/2476) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
84982025-12-03T17:14:51.290Z PASS [ 0.206s] (1839/2476) omicron-test-utils dev::db::test::test_bad_cmd
84992025-12-03T17:14:51.443Z PASS [ 0.434s] (1840/2476) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
85002025-12-03T17:14:51.696Z PASS [ 0.406s] (1841/2476) omicron-test-utils dev::db::test::test_cmd_fails
85012025-12-03T17:14:51.720Z PASS [ 1.031s] (1842/2476) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
85022025-12-03T17:14:51.949Z PASS [ 0.253s] (1843/2476) omicron-test-utils dev::db::test::test_database_start_hang
85032025-12-03T17:14:51.978Z PASS [ 0.028s] (1844/2476) omicron-test-utils dev::db::test::test_make_pg_config_fail
85042025-12-03T17:14:52.002Z PASS [ 0.024s] (1845/2476) omicron-test-utils dev::db::test::test_make_pg_config_ok
85052025-12-03T17:14:52.036Z PASS [ 0.034s] (1846/2476) omicron-test-utils dev::db::test::test_parse_http_addr
85062025-12-03T17:14:52.072Z PASS [ 0.036s] (1847/2476) omicron-test-utils dev::db::test::test_process_exit_abnormal
85072025-12-03T17:14:52.106Z PASS [ 0.034s] (1848/2476) omicron-test-utils dev::db::test::test_process_exit_normal
85082025-12-03T17:14:52.538Z PASS [ 0.431s] (1849/2476) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
85092025-12-03T17:14:52.593Z PASS [ 0.873s] (1850/2476) omicron-test-utils dev::db::test::test_http_addr_integration
85102025-12-03T17:14:53.227Z PASS [ 1.785s] (1851/2476) omicron-test-utils dev::db::test::test_database_concurrent
85112025-12-03T17:14:53.259Z PASS [ 0.031s] (1852/2476) omicron-test-utils dev::db::test::test_starter_tmpdir
85122025-12-03T17:14:53.313Z PASS [ 0.054s] (1853/2476) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
85132025-12-03T17:14:53.341Z PASS [ 0.028s] (1854/2476) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
85142025-12-03T17:14:53.373Z PASS [ 0.032s] (1855/2476) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
85152025-12-03T17:14:53.403Z PASS [ 0.030s] (1856/2476) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
85162025-12-03T17:14:53.468Z PASS [ 0.064s] (1857/2476) omicron-test-utils dev::test_cmds::tests::test_redact_extra
85172025-12-03T17:14:53.528Z PASS [ 0.060s] (1858/2476) omicron-test-utils dev::test_cmds::tests::test_redact_section
85182025-12-03T17:14:53.850Z PASS [ 1.257s] (1859/2476) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
85192025-12-03T17:14:53.903Z PASS [ 0.375s] (1860/2476) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
85202025-12-03T17:14:53.927Z PASS [ 0.055s] (1861/2476) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
85212025-12-03T17:14:54.216Z PASS [ 0.311s] (1862/2476) oximeter-collector agent::tests::test_self_stat_collection_count
85222025-12-03T17:14:54.240Z PASS [ 0.327s] (1863/2476) oximeter test::timeseries_schema_consistency
85232025-12-03T17:14:54.328Z PASS [ 0.112s] (1864/2476) oximeter-collector agent::tests::test_self_stat_error_counter
85242025-12-03T17:14:54.353Z PASS [ 0.123s] (1865/2476) oximeter-collector agent::tests::test_self_stat_unreachable_counter
85252025-12-03T17:14:54.466Z PASS [ 0.137s] (1866/2476) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
85262025-12-03T17:14:54.489Z PASS [ 0.127s] (1867/2476) oximeter-collector agent::tests::verify_producer_details
85272025-12-03T17:14:54.490Z PASS [ 0.022s] (1868/2476) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
85282025-12-03T17:14:54.513Z PASS [ 0.020s] (1869/2476) oximeter-collector self_stats::tests::test_failure_reason_serialization
85292025-12-03T17:14:54.537Z PASS [ 0.036s] (1870/2476) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
85302025-12-03T17:14:54.566Z PASS [ 0.029s] (1871/2476) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
85312025-12-03T17:14:54.602Z PASS [ 0.026s] (1872/2476) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
85322025-12-03T17:14:54.625Z PASS [ 0.031s] (1873/2476) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
85332025-12-03T17:14:54.665Z PASS [ 0.029s] (1874/2476) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
85342025-12-03T17:14:54.779Z PASS [ 0.291s] (1875/2476) oximeter-collector::test_commands test_oximeter_no_args
85352025-12-03T17:14:55.693Z PASS [ 1.041s] (1876/2476) oximeter-db client::oxql::tests::test_get_entire_table
85362025-12-03T17:14:55.902Z PASS [ 1.122s] (1877/2476) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
85372025-12-03T17:14:56.887Z PASS [ 1.193s] (1878/2476) oximeter-db client::oxql::tests::test_get_fields
85382025-12-03T17:14:56.959Z PASS [ 1.050s] (1879/2476) oximeter-db client::oxql::tests::test_get_fields_query
85392025-12-03T17:14:57.838Z PASS [ 0.951s] (1880/2476) oximeter-db client::oxql::tests::test_get_one_timeseries
85402025-12-03T17:14:57.958Z PASS [ 1.006s] (1881/2476) oximeter-db client::oxql::tests::test_limit_operations
85412025-12-03T17:14:58.441Z PASS [ 0.603s] (1882/2476) oximeter-db client::tests::can_ping_clickhouse
85422025-12-03T17:14:58.498Z PASS [ 0.057s] (1883/2476) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
85432025-12-03T17:14:59.560Z PASS [ 19.946s] (1884/2476) omicron-passwords test::test_smoke
85442025-12-03T17:15:00.753Z PASS [ 2.255s] (1885/2476) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
85452025-12-03T17:15:01.562Z PASS [ 0.808s] (1886/2476) oximeter-db client::tests::read_latest_version_reports_max
85462025-12-03T17:15:01.838Z PASS [ 2.277s] (1887/2476) oximeter-db client::tests::insert_samples_fails_fast
85472025-12-03T17:15:02.294Z PASS [ 0.732s] (1888/2476) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
85482025-12-03T17:15:02.456Z PASS [ 0.618s] (1889/2476) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
85492025-12-03T17:15:03.091Z PASS [ 0.797s] (1890/2476) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
85502025-12-03T17:15:03.594Z PASS [ 1.138s] (1891/2476) oximeter-db client::tests::select_timeseries_with_select_one
85512025-12-03T17:15:03.618Z PASS [ 11.069s] (1892/2476) omicron-test-utils dev::db::test::test_setup_database_default_dir
85522025-12-03T17:15:03.724Z PASS [ 0.633s] (1893/2476) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
85532025-12-03T17:15:04.434Z PASS [ 0.840s] (1894/2476) oximeter-db client::tests::test_client_select_timeseries_one
85542025-12-03T17:15:04.434Z PASS [ 0.826s] (1895/2476) oximeter-db client::tests::test_database_version_update_is_idempotent
85552025-12-03T17:15:04.490Z PASS [ 0.766s] (1896/2476) oximeter-db client::tests::test_database_version_will_not_downgrade
85562025-12-03T17:15:05.198Z PASS [ 0.764s] (1897/2476) oximeter-db client::tests::test_database_version_will_not_upgrade
85572025-12-03T17:15:05.227Z PASS [ 0.793s] (1898/2476) oximeter-db client::tests::test_differentiate_by_timeseries_name
85582025-12-03T17:15:05.296Z PASS [ 0.806s] (1899/2476) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
85592025-12-03T17:15:05.987Z PASS [ 0.769s] (1900/2476) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
85602025-12-03T17:15:06.012Z PASS [ 0.772s] (1901/2476) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
85612025-12-03T17:15:06.427Z PASS [ 1.130s] (1902/2476) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
85622025-12-03T17:15:06.749Z PASS [ 0.782s] (1903/2476) oximeter-db client::tests::test_field_record_count
85632025-12-03T17:15:06.773Z PASS [ 0.764s] (1904/2476) oximeter-db client::tests::test_get_schema_no_new_values
85642025-12-03T17:15:06.969Z PASS [ 41.665s] (1905/2476) omicron-omdb::test_all_output test_omdb_success_cases
85652025-12-03T17:15:07.184Z PASS [ 0.757s] (1906/2476) oximeter-db client::tests::test_insert_samples
85662025-12-03T17:15:07.219Z PASS [ 0.034s] (1907/2476) oximeter-db client::tests::test_read_schema_upgrade_sql_files
85672025-12-03T17:15:07.252Z PASS [ 0.034s] (1908/2476) oximeter-db client::tests::test_read_timeseries_to_delete
85682025-12-03T17:15:07.286Z PASS [ 0.033s] (1909/2476) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
85692025-12-03T17:15:07.310Z PASS [ 0.024s] (1910/2476) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
85702025-12-03T17:15:07.462Z PASS [ 0.713s] (1911/2476) oximeter-db client::tests::test_is_oximeter_cluster
85712025-12-03T17:15:07.563Z PASS [ 0.800s] (1912/2476) oximeter-db client::tests::test_list_timeseries
85722025-12-03T17:15:07.726Z PASS [ 0.757s] (1913/2476) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
85732025-12-03T17:15:08.206Z PASS [ 0.744s] (1914/2476) oximeter-db client::tests::test_schema_mismatch
85742025-12-03T17:15:08.335Z PASS [ 0.772s] (1915/2476) oximeter-db client::tests::test_schema_update
85752025-12-03T17:15:08.541Z PASS [ 1.231s] (1916/2476) oximeter-db client::tests::test_recall_of_all_fields
85762025-12-03T17:15:08.569Z PASS [ 0.842s] (1917/2476) oximeter-db client::tests::test_select_all_datum_types
85772025-12-03T17:15:08.993Z PASS [ 0.787s] (1918/2476) oximeter-db client::tests::test_select_all_field_types
85782025-12-03T17:15:09.152Z PASS [ 0.817s] (1919/2476) oximeter-db client::tests::test_select_timeseries_with_all
85792025-12-03T17:15:09.552Z PASS [ 1.009s] (1920/2476) oximeter-db client::tests::test_select_timeseries_with_limit
85802025-12-03T17:15:09.577Z PASS [ 0.993s] (1921/2476) oximeter-db client::tests::test_select_timeseries_with_order
85812025-12-03T17:15:09.831Z PASS [ 0.838s] (1922/2476) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
85822025-12-03T17:15:09.977Z PASS [ 0.824s] (1923/2476) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
85832025-12-03T17:15:10.001Z PASS [ 0.023s] (1924/2476) oximeter-db client::tests::test_unravel_index
85842025-12-03T17:15:10.382Z PASS [ 0.829s] (1925/2476) oximeter-db client::tests::test_select_timeseries_with_start_time
85852025-12-03T17:15:10.413Z PASS [ 0.031s] (1926/2476) oximeter-db client::tests::test_verify_schema_upgrades
85862025-12-03T17:15:10.441Z PASS [ 0.028s] (1927/2476) oximeter-db model::fields::tests::test_extract_fields_as_block
85872025-12-03T17:15:10.465Z PASS [ 0.023s] (1928/2476) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
85882025-12-03T17:15:10.490Z PASS [ 0.026s] (1929/2476) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
85892025-12-03T17:15:10.514Z PASS [ 0.024s] (1930/2476) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
85902025-12-03T17:15:10.544Z PASS [ 0.029s] (1931/2476) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
85912025-12-03T17:15:10.571Z PASS [ 0.028s] (1932/2476) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
85922025-12-03T17:15:10.597Z PASS [ 0.025s] (1933/2476) oximeter-db native::block::tests::concat_blocks
85932025-12-03T17:15:10.620Z PASS [ 0.777s] (1934/2476) oximeter-db client::tests::test_timeseries_schema_list
85942025-12-03T17:15:10.644Z PASS [ 0.026s] (1935/2476) oximeter-db native::block::tests::datetime64_scale_checks_range
85952025-12-03T17:15:10.644Z PASS [ 0.028s] (1936/2476) oximeter-db native::block::tests::parse_date_time
85962025-12-03T17:15:10.668Z PASS [ 0.023s] (1937/2476) oximeter-db native::block::tests::parse_date_time64
85972025-12-03T17:15:10.668Z PASS [ 0.024s] (1938/2476) oximeter-db native::block::tests::parse_escaped_date_time64
85982025-12-03T17:15:10.692Z PASS [ 0.024s] (1939/2476) oximeter-db native::block::tests::test_data_type_to_string
85992025-12-03T17:15:10.692Z PASS [ 0.027s] (1940/2476) oximeter-db native::block::tests::test_datetime64_conversions
86002025-12-03T17:15:10.716Z PASS [ 0.031s] (1941/2476) oximeter-db native::block::tests::test_parse_all_known_timezones
86012025-12-03T17:15:10.716Z PASS [ 0.027s] (1942/2476) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
86022025-12-03T17:15:10.739Z PASS [ 0.026s] (1943/2476) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
86032025-12-03T17:15:10.739Z PASS [ 0.025s] (1944/2476) oximeter-db native::block::tests::test_parse_enum8
86042025-12-03T17:15:10.763Z PASS [ 0.023s] (1945/2476) oximeter-db native::block::tests::test_parse_enum_variant
86052025-12-03T17:15:10.763Z PASS [ 0.024s] (1946/2476) oximeter-db native::block::tests::test_parse_invalid_data_type
86062025-12-03T17:15:10.796Z PASS [ 0.795s] (1947/2476) oximeter-db client::tests::test_update_schema_cache_on_new_sample
86072025-12-03T17:15:10.819Z PASS [ 1.250s] (1948/2476) oximeter-db client::tests::test_sql_query_output
86082025-12-03T17:15:11.349Z PASS [ 0.597s] (1949/2476) oximeter-db native::connection::tests::test_basic_select_query
86092025-12-03T17:15:11.401Z PASS [ 0.604s] (1950/2476) oximeter-db native::connection::tests::test_exchange_hello
86102025-12-03T17:15:11.425Z PASS [ 0.610s] (1951/2476) oximeter-db native::connection::tests::test_insert_and_select_data
86112025-12-03T17:15:11.470Z PASS [ 0.707s] (1952/2476) oximeter-db native::connection::tests::test_can_cancel_query
86122025-12-03T17:15:11.949Z PASS [ 0.600s] (1953/2476) oximeter-db native::connection::tests::test_insert_and_select_uuid
86132025-12-03T17:15:12.002Z PASS [ 0.602s] (1954/2476) oximeter-db native::connection::tests::test_select_array_column
86142025-12-03T17:15:12.026Z PASS [ 0.599s] (1955/2476) oximeter-db native::connection::tests::test_select_array_of_nullable_column
86152025-12-03T17:15:12.049Z PASS [ 0.028s] (1956/2476) oximeter-db native::io::block::tests::test_decode_block_with_nulls
86162025-12-03T17:15:12.049Z PASS [ 0.023s] (1957/2476) oximeter-db native::io::block::tests::test_decode_full_block
86172025-12-03T17:15:12.073Z PASS [ 0.020s] (1958/2476) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
86182025-12-03T17:15:12.073Z PASS [ 0.598s] (1959/2476) oximeter-db native::connection::tests::test_select_nullable_column
86192025-12-03T17:15:12.073Z PASS [ 0.027s] (1960/2476) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
86202025-12-03T17:15:12.098Z PASS [ 0.027s] (1961/2476) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
86212025-12-03T17:15:12.098Z PASS [ 0.020s] (1962/2476) oximeter-db native::io::column::tests::test_decode_string_column
86222025-12-03T17:15:12.098Z PASS [ 0.029s] (1963/2476) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
86232025-12-03T17:15:12.660Z PASS [ 0.025s] (1964/2476) oximeter-db native::io::column::tests::test_decode_uint64_column
86242025-12-03T17:15:12.660Z PASS [ 0.020s] (1965/2476) oximeter-db native::io::column::tests::test_decode_uint8_column
86252025-12-03T17:15:12.660Z PASS [ 0.024s] (1966/2476) oximeter-db native::io::column::tests::test_decode_uuid_column
86262025-12-03T17:15:12.660Z PASS [ 0.023s] (1967/2476) oximeter-db native::io::column::tests::test_encode_decode_column
86272025-12-03T17:15:12.660Z PASS [ 0.019s] (1968/2476) oximeter-db native::io::packet::server::tests::test_decode_full_hello
86282025-12-03T17:15:12.661Z PASS [ 0.026s] (1969/2476) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
86292025-12-03T17:15:12.661Z PASS [ 0.023s] (1970/2476) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
86302025-12-03T17:15:12.661Z PASS [ 0.020s] (1971/2476) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
86312025-12-03T17:15:12.661Z PASS [ 0.022s] (1972/2476) oximeter-db native::io::packet::server::tests::test_decode_pong
86322025-12-03T17:15:12.661Z PASS [ 0.021s] (1973/2476) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
86332025-12-03T17:15:12.661Z PASS [ 0.027s] (1974/2476) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
86342025-12-03T17:15:12.661Z PASS [ 0.021s] (1975/2476) oximeter-db native::io::packet::server::tests::test_decode_single_exception
86352025-12-03T17:15:12.661Z PASS [ 0.021s] (1976/2476) oximeter-db native::io::string::test::test_encode_decode
86362025-12-03T17:15:12.661Z PASS [ 0.022s] (1977/2476) oximeter-db native::io::string::test::test_encode_hello_world
86372025-12-03T17:15:12.661Z PASS [ 0.022s] (1978/2476) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
86382025-12-03T17:15:12.661Z PASS [ 0.021s] (1979/2476) oximeter-db native::io::table_columns::tests::test_column_count
86392025-12-03T17:15:12.662Z PASS [ 0.022s] (1980/2476) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
86402025-12-03T17:15:12.662Z PASS [ 0.023s] (1981/2476) oximeter-db native::io::table_columns::tests::test_column_descriptions
86412025-12-03T17:15:12.662Z PASS [ 0.024s] (1982/2476) oximeter-db native::io::table_columns::tests::test_column_description_with_default
86422025-12-03T17:15:12.662Z PASS [ 0.020s] (1983/2476) oximeter-db native::io::varuint::test_encode_decode_varuint
86432025-12-03T17:15:12.662Z PASS [ 0.022s] (1984/2476) oximeter-db oxql::ast::grammar::tests::test_align_table_op
86442025-12-03T17:15:12.662Z PASS [ 0.021s] (1985/2476) oximeter-db oxql::ast::grammar::tests::test_comparison
86452025-12-03T17:15:12.662Z PASS [ 0.025s] (1986/2476) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
86462025-12-03T17:15:12.662Z PASS [ 0.020s] (1987/2476) oximeter-db oxql::ast::grammar::tests::test_double_literal
86472025-12-03T17:15:12.662Z PASS [ 0.023s] (1988/2476) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
86482025-12-03T17:15:12.662Z PASS [ 0.020s] (1989/2476) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
86492025-12-03T17:15:12.662Z PASS [ 0.021s] (1990/2476) oximeter-db oxql::ast::grammar::tests::test_duration_literal
86502025-12-03T17:15:12.662Z PASS [ 0.021s] (1991/2476) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
86512025-12-03T17:15:12.662Z PASS [ 0.023s] (1992/2476) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
86522025-12-03T17:15:12.662Z PASS [ 0.021s] (1993/2476) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
86532025-12-03T17:15:12.662Z PASS [ 0.021s] (1994/2476) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
86542025-12-03T17:15:12.663Z PASS [ 0.021s] (1995/2476) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
86552025-12-03T17:15:12.663Z PASS [ 0.019s] (1996/2476) oximeter-db oxql::ast::grammar::tests::test_group_by
86562025-12-03T17:15:12.663Z PASS [ 0.024s] (1997/2476) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
86572025-12-03T17:15:12.663Z PASS [ 0.025s] (1998/2476) oximeter-db oxql::ast::grammar::tests::test_get_table_op
86582025-12-03T17:15:12.663Z PASS [ 0.023s] (1999/2476) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
86592025-12-03T17:15:12.663Z PASS [ 0.021s] (2000/2476) oximeter-db oxql::ast::grammar::tests::test_ident
86602025-12-03T17:15:12.663Z PASS [ 0.020s] (2001/2476) oximeter-db oxql::ast::grammar::tests::test_integer_literal
86612025-12-03T17:15:12.663Z PASS [ 0.027s] (2002/2476) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
86622025-12-03T17:15:12.663Z PASS [ 0.025s] (2003/2476) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
86632025-12-03T17:15:12.663Z PASS [ 0.027s] (2004/2476) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
86642025-12-03T17:15:12.663Z PASS [ 0.027s] (2005/2476) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
86652025-12-03T17:15:12.663Z PASS [ 0.029s] (2006/2476) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
86662025-12-03T17:15:12.663Z PASS [ 0.030s] (2007/2476) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
86672025-12-03T17:15:12.663Z PASS [ 0.023s] (2008/2476) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
86682025-12-03T17:15:12.663Z PASS [ 0.031s] (2009/2476) oximeter-db oxql::ast::grammar::tests::test_query
86692025-12-03T17:15:12.663Z PASS [ 0.030s] (2010/2476) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
86702025-12-03T17:15:12.663Z PASS [ 0.021s] (2011/2476) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
86712025-12-03T17:15:12.663Z PASS [ 0.021s] (2012/2476) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
86722025-12-03T17:15:12.663Z PASS [ 0.022s] (2013/2476) oximeter-db oxql::ast::grammar::tests::test_reducer
86732025-12-03T17:15:12.663Z PASS [ 0.024s] (2014/2476) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
86742025-12-03T17:15:12.663Z PASS [ 0.022s] (2015/2476) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
86752025-12-03T17:15:12.663Z PASS [ 0.024s] (2016/2476) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
86762025-12-03T17:15:12.663Z PASS [ 0.583s] (2017/2476) oximeter-db native::connection::tests::test_send_cancel_with_no_query
86772025-12-03T17:15:12.663Z PASS [ 0.022s] (2018/2476) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
86782025-12-03T17:15:12.663Z PASS [ 0.022s] (2019/2476) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
86792025-12-03T17:15:12.663Z PASS [ 0.021s] (2020/2476) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
86802025-12-03T17:15:12.664Z PASS [ 0.023s] (2021/2476) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
86812025-12-03T17:15:12.664Z PASS [ 0.026s] (2022/2476) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
86822025-12-03T17:15:12.664Z PASS [ 0.021s] (2023/2476) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
86832025-12-03T17:15:12.688Z PASS [ 0.021s] (2024/2476) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
86842025-12-03T17:15:12.689Z PASS [ 0.023s] (2025/2476) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
86852025-12-03T17:15:12.689Z PASS [ 0.028s] (2026/2476) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
86862025-12-03T17:15:12.689Z PASS [ 0.022s] (2027/2476) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
86872025-12-03T17:15:12.689Z PASS [ 0.022s] (2028/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
86882025-12-03T17:15:12.689Z PASS [ 0.025s] (2029/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
86892025-12-03T17:15:12.689Z PASS [ 0.021s] (2030/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
86902025-12-03T17:15:12.689Z PASS [ 0.028s] (2031/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
86912025-12-03T17:15:12.689Z PASS [ 0.023s] (2032/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
86922025-12-03T17:15:12.689Z PASS [ 0.026s] (2033/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
86932025-12-03T17:15:12.689Z PASS [ 0.023s] (2034/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
86942025-12-03T17:15:12.689Z PASS [ 0.026s] (2035/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
86952025-12-03T17:15:12.689Z PASS [ 0.027s] (2036/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
86962025-12-03T17:15:12.713Z PASS [ 0.021s] (2037/2476) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
86972025-12-03T17:15:12.713Z PASS [ 0.023s] (2038/2476) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
86982025-12-03T17:15:12.713Z PASS [ 0.024s] (2039/2476) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
86992025-12-03T17:15:12.737Z PASS [ 0.021s] (2040/2476) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
87002025-12-03T17:15:12.737Z PASS [ 0.025s] (2041/2476) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
87012025-12-03T17:15:12.737Z PASS [ 0.019s] (2042/2476) oximeter-db oxql::plan::align::test::test_align_input_schema
87022025-12-03T17:15:12.761Z PASS [ 0.025s] (2043/2476) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
87032025-12-03T17:15:12.834Z PASS [ 0.113s] (2044/2476) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
87042025-12-03T17:15:12.857Z PASS [ 0.114s] (2045/2476) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
87052025-12-03T17:15:12.857Z PASS [ 0.122s] (2046/2476) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
87062025-12-03T17:15:12.938Z PASS [ 0.105s] (2047/2476) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
87072025-12-03T17:15:12.962Z PASS [ 0.106s] (2048/2476) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
87082025-12-03T17:15:12.962Z PASS [ 0.102s] (2049/2476) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
87092025-12-03T17:15:13.040Z PASS [ 0.101s] (2050/2476) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
87102025-12-03T17:15:13.064Z PASS [ 0.101s] (2051/2476) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
87112025-12-03T17:15:13.064Z PASS [ 0.102s] (2052/2476) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
87122025-12-03T17:15:13.142Z PASS [ 0.102s] (2053/2476) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
87132025-12-03T17:15:13.166Z PASS [ 0.101s] (2054/2476) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
87142025-12-03T17:15:13.166Z PASS [ 0.102s] (2055/2476) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
87152025-12-03T17:15:13.243Z PASS [ 0.101s] (2056/2476) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
87162025-12-03T17:15:13.267Z PASS [ 0.104s] (2057/2476) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
87172025-12-03T17:15:13.291Z PASS [ 0.104s] (2058/2476) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
87182025-12-03T17:15:13.347Z PASS [ 0.104s] (2059/2476) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
87192025-12-03T17:15:13.372Z PASS [ 0.105s] (2060/2476) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
87202025-12-03T17:15:13.396Z PASS [ 0.110s] (2061/2476) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
87212025-12-03T17:15:13.452Z PASS [ 0.105s] (2062/2476) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
87222025-12-03T17:15:13.482Z PASS [ 0.110s] (2063/2476) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
87232025-12-03T17:15:13.509Z PASS [ 0.109s] (2064/2476) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
87242025-12-03T17:15:13.509Z PASS [ 0.023s] (2065/2476) oximeter-db oxql::query::tests::test_coalesce_limits
87252025-12-03T17:15:13.533Z PASS [ 1.069s] (2066/2476) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
87262025-12-03T17:15:13.533Z PASS [ 0.022s] (2067/2476) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
87272025-12-03T17:15:13.556Z PASS [ 0.024s] (2068/2476) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
87282025-12-03T17:15:13.556Z PASS [ 0.022s] (2069/2476) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
87292025-12-03T17:15:13.556Z PASS [ 0.104s] (2070/2476) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
87302025-12-03T17:15:13.580Z PASS [ 0.023s] (2071/2476) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
87312025-12-03T17:15:13.580Z PASS [ 0.025s] (2072/2476) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
87322025-12-03T17:15:13.580Z PASS [ 0.024s] (2073/2476) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
87332025-12-03T17:15:13.604Z PASS [ 0.105s] (2074/2476) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
87342025-12-03T17:15:13.604Z PASS [ 0.027s] (2075/2476) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
87352025-12-03T17:15:13.604Z PASS [ 0.026s] (2076/2476) oximeter-db oxql::query::tests::test_coalesce_predicates
87362025-12-03T17:15:13.628Z PASS [ 0.027s] (2077/2476) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
87372025-12-03T17:15:13.628Z PASS [ 0.027s] (2078/2476) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
87382025-12-03T17:15:13.629Z PASS [ 0.024s] (2079/2476) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
87392025-12-03T17:15:13.654Z PASS [ 0.029s] (2080/2476) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
87402025-12-03T17:15:13.654Z PASS [ 0.034s] (2081/2476) oximeter-db oxql::query::tests::test_insert_filters
87412025-12-03T17:15:13.654Z PASS [ 0.028s] (2082/2476) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
87422025-12-03T17:15:13.654Z PASS [ 0.030s] (2083/2476) oximeter-db oxql::query::tests::test_query_end_time
87432025-12-03T17:15:13.678Z PASS [ 0.021s] (2084/2476) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
87442025-12-03T17:15:13.678Z PASS [ 0.020s] (2085/2476) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
87452025-12-03T17:15:13.678Z PASS [ 0.028s] (2086/2476) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
87462025-12-03T17:15:13.678Z PASS [ 0.020s] (2087/2476) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
87472025-12-03T17:15:13.702Z PASS [ 0.022s] (2088/2476) oximeter-db query::tests::test_field_cmp
87482025-12-03T17:15:13.702Z PASS [ 0.022s] (2089/2476) oximeter-db query::tests::test_field_selector_as_query
87492025-12-03T17:15:13.702Z PASS [ 0.020s] (2090/2476) oximeter-db query::tests::test_field_value_as_db_str
87502025-12-03T17:15:13.702Z PASS [ 0.029s] (2091/2476) oximeter-db oxql::query::tests::test_split_query
87512025-12-03T17:15:13.727Z PASS [ 0.026s] (2092/2476) oximeter-db query::tests::test_select_query_builder_from_parts
87522025-12-03T17:15:13.727Z PASS [ 0.032s] (2093/2476) oximeter-db query::tests::test_select_query_builder_field_selectors
87532025-12-03T17:15:13.727Z PASS [ 0.032s] (2094/2476) oximeter-db query::tests::test_select_query_builder_filter_raw
87542025-12-03T17:15:13.727Z PASS [ 0.034s] (2095/2476) oximeter-db query::tests::test_select_query_builder_full
87552025-12-03T17:15:13.751Z PASS [ 0.023s] (2096/2476) oximeter-db query::tests::test_select_query_builder_limit_offset
87562025-12-03T17:15:13.751Z PASS [ 0.026s] (2097/2476) oximeter-db query::tests::test_select_query_builder_no_fields
87572025-12-03T17:15:13.751Z PASS [ 0.026s] (2098/2476) oximeter-db query::tests::test_select_query_builder_no_selectors
87582025-12-03T17:15:13.751Z PASS [ 0.028s] (2099/2476) oximeter-db query::tests::test_string_field_selector
87592025-12-03T17:15:13.775Z PASS [ 0.020s] (2100/2476) oximeter-db query::tests::test_time_range
87602025-12-03T17:15:13.775Z PASS [ 0.028s] (2101/2476) oximeter-db sql::tests::test_allow_limit_offset
87612025-12-03T17:15:13.775Z PASS [ 0.027s] (2102/2476) oximeter-db sql::tests::test_allow_subqueries
87622025-12-03T17:15:13.799Z PASS [ 0.026s] (2103/2476) oximeter-db sql::tests::test_cannot_name_database
87632025-12-03T17:15:13.799Z PASS [ 0.026s] (2104/2476) oximeter-db sql::tests::test_ctes_are_not_supported
87642025-12-03T17:15:13.823Z PASS [ 0.024s] (2105/2476) oximeter-db sql::tests::test_multiple_statements_are_not_supported
87652025-12-03T17:15:13.823Z PASS [ 0.028s] (2106/2476) oximeter-db sql::tests::test_function_allow_list
87662025-12-03T17:15:13.823Z PASS [ 0.033s] (2107/2476) oximeter-db sql::tests::test_query_must_be_select_statement
87672025-12-03T17:15:13.824Z PASS [ 0.050s] (2108/2476) oximeter-db sql::tests::test_join_must_be_inner
87682025-12-03T17:15:13.848Z PASS [ 0.030s] (2109/2476) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
87692025-12-03T17:15:13.848Z PASS [ 0.032s] (2110/2476) oximeter-db sql::tests::test_require_table_is_timeseries_name
87702025-12-03T17:15:13.848Z PASS [ 0.025s] (2111/2476) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
87712025-12-03T17:15:13.872Z PASS [ 0.023s] (2112/2476) oximeter-db tests::test_timeseries_key_field_stability
87722025-12-03T17:15:13.872Z PASS [ 0.034s] (2113/2476) oximeter-db sql::tests::test_with_comma_join_fails
87732025-12-03T17:15:13.872Z PASS [ 0.026s] (2114/2476) oximeter-db tests::test_timeseries_key_sample_stability
87742025-12-03T17:15:13.904Z PASS [ 0.046s] (2115/2476) oximeter-instruments http::tests::test_latency_tracker
87752025-12-03T17:15:13.960Z PASS [ 0.107s] (2116/2476) oximeter-db::integration_test test_schemas_are_not_modified
87762025-12-03T17:15:14.009Z PASS [ 0.104s] (2117/2476) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
87772025-12-03T17:15:14.062Z PASS [ 0.053s] (2118/2476) oximeter-instruments kstat::link::tests::test_kstat_interested
87782025-12-03T17:15:14.119Z PASS [ 0.057s] (2119/2476) oximeter-instruments kstat::link::tests::test_kstat_sampler
87792025-12-03T17:15:14.198Z PASS [ 0.078s] (2120/2476) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
87802025-12-03T17:15:14.263Z PASS [ 0.065s] (2121/2476) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
87812025-12-03T17:15:14.321Z PASS [ 0.058s] (2122/2476) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
87822025-12-03T17:15:14.381Z PASS [ 0.058s] (2123/2476) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
87832025-12-03T17:15:14.433Z PASS [ 0.054s] (2124/2476) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
87842025-12-03T17:15:14.480Z PASS [ 0.046s] (2125/2476) oximeter-instruments kstat::link::tests::test_sled_datalink
87852025-12-03T17:15:14.531Z PASS [ 0.050s] (2126/2476) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
87862025-12-03T17:15:14.555Z PASS [ 0.024s] (2127/2476) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
87872025-12-03T17:15:14.579Z PASS [ 0.017s] (2128/2476) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
87882025-12-03T17:15:14.603Z PASS [ 0.016s] (2129/2476) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
87892025-12-03T17:15:14.603Z PASS [ 0.015s] (2130/2476) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
87902025-12-03T17:15:14.626Z PASS [ 0.015s] (2131/2476) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
87912025-12-03T17:15:14.650Z PASS [ 0.017s] (2132/2476) oximeter-macro-impl tests::test_metric_annotated_field
87922025-12-03T17:15:14.674Z PASS [ 0.017s] (2133/2476) oximeter-macro-impl tests::test_metric_datum_field
87932025-12-03T17:15:14.674Z PASS [ 0.016s] (2134/2476) oximeter-macro-impl tests::test_metric_enum
87942025-12-03T17:15:14.698Z PASS [ 0.016s] (2135/2476) oximeter-macro-impl tests::test_metric_without_datum_field
87952025-12-03T17:15:14.722Z PASS [ 0.015s] (2136/2476) oximeter-macro-impl tests::test_target
87962025-12-03T17:15:14.722Z PASS [ 0.015s] (2137/2476) oximeter-macro-impl tests::test_target_empty_struct
87972025-12-03T17:15:14.747Z PASS [ 0.016s] (2138/2476) oximeter-macro-impl tests::test_target_enum
87982025-12-03T17:15:14.747Z PASS [ 0.015s] (2139/2476) oximeter-macro-impl tests::test_target_unit_struct
87992025-12-03T17:15:14.770Z PASS [ 0.017s] (2140/2476) oximeter-macro-impl tests::test_target_with_datum_field
88002025-12-03T17:15:15.011Z PASS [ 32.111s] (2141/2476) omicron-sled-agent nexus::test::nexus_self_notification_test
88012025-12-03T17:15:15.066Z PASS [ 0.054s] (2142/2476) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
88022025-12-03T17:15:15.090Z PASS [ 0.021s] (2143/2476) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
88032025-12-03T17:15:15.113Z PASS [ 0.022s] (2144/2476) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
88042025-12-03T17:15:15.137Z PASS [ 0.027s] (2145/2476) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
88052025-12-03T17:15:15.161Z PASS [ 0.023s] (2146/2476) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
88062025-12-03T17:15:15.189Z PASS [ 0.030s] (2147/2476) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
88072025-12-03T17:15:15.213Z PASS [ 0.021s] (2148/2476) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
88082025-12-03T17:15:15.239Z PASS [ 0.028s] (2149/2476) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
88092025-12-03T17:15:15.264Z PASS [ 0.025s] (2150/2476) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
88102025-12-03T17:15:15.290Z PASS [ 0.026s] (2151/2476) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
88112025-12-03T17:15:15.315Z PASS [ 0.025s] (2152/2476) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
88122025-12-03T17:15:15.339Z PASS [ 0.015s] (2153/2476) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
88132025-12-03T17:15:15.363Z PASS [ 0.019s] (2154/2476) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
88142025-12-03T17:15:15.387Z PASS [ 0.020s] (2155/2476) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
88152025-12-03T17:15:15.411Z PASS [ 0.021s] (2156/2476) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
88162025-12-03T17:15:15.411Z PASS [ 0.018s] (2157/2476) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
88172025-12-03T17:15:15.434Z PASS [ 0.016s] (2158/2476) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
88182025-12-03T17:15:15.458Z PASS [ 0.018s] (2159/2476) oximeter-schema ir::tests::fail_on_empty_descriptions
88192025-12-03T17:15:15.482Z PASS [ 0.023s] (2160/2476) oximeter-schema ir::tests::fail_on_empty_metric_name
88202025-12-03T17:15:15.506Z PASS [ 0.017s] (2161/2476) oximeter-schema ir::tests::fail_on_empty_target_name
88212025-12-03T17:15:15.506Z PASS [ 0.020s] (2162/2476) oximeter-schema ir::tests::fail_on_very_long_field_names
88222025-12-03T17:15:15.532Z PASS [ 0.028s] (2163/2476) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
88232025-12-03T17:15:15.556Z PASS [ 0.022s] (2164/2476) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
88242025-12-03T17:15:15.580Z PASS [ 0.022s] (2165/2476) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
88252025-12-03T17:15:15.604Z PASS [ 0.023s] (2166/2476) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
88262025-12-03T17:15:15.628Z PASS [ 0.022s] (2167/2476) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
88272025-12-03T17:15:15.652Z PASS [ 0.021s] (2168/2476) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
88282025-12-03T17:15:15.676Z PASS [ 0.022s] (2169/2476) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
88292025-12-03T17:15:15.700Z PASS [ 0.023s] (2170/2476) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
88302025-12-03T17:15:15.723Z PASS [ 0.025s] (2171/2476) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
88312025-12-03T17:15:15.747Z PASS [ 0.023s] (2172/2476) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
88322025-12-03T17:15:15.771Z PASS [ 0.020s] (2173/2476) oximeter-schema ir::tests::only_support_format_version_1
88332025-12-03T17:15:15.794Z PASS [ 0.017s] (2174/2476) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
88342025-12-03T17:15:15.794Z PASS [ 0.018s] (2175/2476) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
88352025-12-03T17:15:15.860Z PASS [ 0.067s] (2176/2476) oximeter-test-utils tests::test_gen_test_samples
88362025-12-03T17:15:15.886Z PASS [ 0.026s] (2177/2476) oximeter-test-utils tests::test_sample_struct
88372025-12-03T17:15:15.910Z PASS [ 0.024s] (2178/2476) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
88382025-12-03T17:15:15.934Z PASS [ 0.021s] (2179/2476) oximeter-test-utils tests::test_timeseries_schema_from_parts
88392025-12-03T17:15:15.958Z PASS [ 0.023s] (2180/2476) oximeter-test-utils tests::test_timeseries_schema_from_sample
88402025-12-03T17:15:16.006Z PASS [ 0.022s] (2181/2476) oximeter-types histogram::tests::test_bin_range
88412025-12-03T17:15:16.007Z PASS [ 0.023s] (2182/2476) oximeter-types histogram::tests::test_bin_range_from
88422025-12-03T17:15:16.031Z PASS [ 0.017s] (2183/2476) oximeter-types histogram::tests::test_bin_range_to
88432025-12-03T17:15:16.055Z PASS [ 0.023s] (2184/2476) oximeter-types histogram::tests::test_empty_bins_not_supported
88442025-12-03T17:15:16.078Z PASS [ 0.019s] (2185/2476) oximeter-types histogram::tests::test_ensure_finite
88452025-12-03T17:15:16.102Z PASS [ 0.022s] (2186/2476) oximeter-types histogram::tests::test_histogram
88462025-12-03T17:15:16.102Z PASS [ 0.020s] (2187/2476) oximeter-types histogram::tests::test_histogram_construct_with
88472025-12-03T17:15:16.126Z PASS [ 0.019s] (2188/2476) oximeter-types histogram::tests::test_histogram_extreme_bins
88482025-12-03T17:15:16.150Z PASS [ 0.020s] (2189/2476) oximeter-types histogram::tests::test_histogram_extreme_samples
88492025-12-03T17:15:16.173Z PASS [ 0.019s] (2190/2476) oximeter-types histogram::tests::test_histogram_float_bins
88502025-12-03T17:15:16.197Z PASS [ 0.020s] (2191/2476) oximeter-types histogram::tests::test_histogram_unbounded_samples
88512025-12-03T17:15:16.221Z PASS [ 0.023s] (2192/2476) oximeter-types histogram::tests::test_histogram_unsorted_bins
88522025-12-03T17:15:16.245Z PASS [ 0.019s] (2193/2476) oximeter-types histogram::tests::test_histogram_with_bins
88532025-12-03T17:15:16.245Z PASS [ 0.017s] (2194/2476) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
88542025-12-03T17:15:16.269Z PASS [ 0.021s] (2195/2476) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
88552025-12-03T17:15:16.292Z PASS [ 0.020s] (2196/2476) oximeter-types histogram::tests::test_log_bins_u64
88562025-12-03T17:15:16.316Z PASS [ 0.020s] (2197/2476) oximeter-types histogram::tests::test_log_bins_u8
88572025-12-03T17:15:16.340Z PASS [ 0.026s] (2198/2476) oximeter-types histogram::tests::test_log_linear_bins_all_representable
88582025-12-03T17:15:16.363Z PASS [ 0.019s] (2199/2476) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
88592025-12-03T17:15:16.387Z PASS [ 0.019s] (2200/2476) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
88602025-12-03T17:15:16.387Z PASS [ 0.020s] (2201/2476) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
88612025-12-03T17:15:16.411Z PASS [ 0.016s] (2202/2476) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
88622025-12-03T17:15:16.435Z PASS [ 0.015s] (2203/2476) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
88632025-12-03T17:15:16.435Z PASS [ 0.015s] (2204/2476) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
88642025-12-03T17:15:16.459Z PASS [ 0.015s] (2205/2476) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
88652025-12-03T17:15:16.483Z PASS [ 0.017s] (2206/2476) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
88662025-12-03T17:15:16.483Z PASS [ 0.016s] (2207/2476) oximeter-types histogram::tests::test_span_decades
88672025-12-03T17:15:16.508Z PASS [ 0.026s] (2208/2476) oximeter-types histogram::tests::test_span_decades_other_counts_f64
88682025-12-03T17:15:16.531Z PASS [ 0.019s] (2209/2476) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
88692025-12-03T17:15:16.555Z PASS [ 0.015s] (2210/2476) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
88702025-12-03T17:15:16.580Z PASS [ 0.016s] (2211/2476) oximeter-types quantile::tests::test_default_percentiles
88712025-12-03T17:15:16.580Z PASS [ 0.018s] (2212/2476) oximeter-types quantile::tests::test_empty_observations
88722025-12-03T17:15:16.604Z PASS [ 0.016s] (2213/2476) oximeter-types quantile::tests::test_find_cells
88732025-12-03T17:15:16.628Z PASS [ 0.014s] (2214/2476) oximeter-types quantile::tests::test_float_observations
88742025-12-03T17:15:16.628Z PASS [ 0.017s] (2215/2476) oximeter-types quantile::tests::test_integer_observations
88752025-12-03T17:15:16.651Z PASS [ 0.018s] (2216/2476) oximeter-types quantile::tests::test_invalid_p_value
88762025-12-03T17:15:16.675Z PASS [ 0.018s] (2217/2476) oximeter-types quantile::tests::test_max_p
88772025-12-03T17:15:16.699Z PASS [ 0.017s] (2218/2476) oximeter-types quantile::tests::test_min_p
88782025-12-03T17:15:16.699Z PASS [ 0.015s] (2219/2476) oximeter-types quantile::tests::test_non_filled_observations
88792025-12-03T17:15:16.723Z PASS [ 0.023s] (2220/2476) oximeter-types quantile::tests::test_rounding
88802025-12-03T17:15:16.747Z PASS [ 0.018s] (2221/2476) oximeter-types schema::tests::test_field_schema_ordering
88812025-12-03T17:15:16.771Z PASS [ 0.032s] (2222/2476) oximeter-types schema::tests::test_timeseries_name
88822025-12-03T17:15:16.794Z PASS [ 0.025s] (2223/2476) oximeter-types schema::tests::test_timeseries_name_from_str
88832025-12-03T17:15:16.818Z PASS [ 0.020s] (2224/2476) oximeter-types traits::tests::test_metric_trait
88842025-12-03T17:15:16.842Z PASS [ 0.025s] (2225/2476) oximeter-types traits::tests::test_producer_trait
88852025-12-03T17:15:16.866Z PASS [ 0.018s] (2226/2476) oximeter-types traits::tests::test_target_trait
88862025-12-03T17:15:16.891Z PASS [ 0.022s] (2227/2476) oximeter-types types::tests::test_cumulative_f64
88872025-12-03T17:15:16.914Z PASS [ 0.017s] (2228/2476) oximeter-types types::tests::test_cumulative_i64
88882025-12-03T17:15:16.914Z PASS [ 0.016s] (2229/2476) oximeter-types types::tests::test_datum
88892025-12-03T17:15:16.938Z PASS [ 0.021s] (2230/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
88902025-12-03T17:15:16.962Z PASS [ 0.024s] (2231/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
88912025-12-03T17:15:16.985Z PASS [ 0.018s] (2232/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
88922025-12-03T17:15:17.010Z PASS [ 0.018s] (2233/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
88932025-12-03T17:15:17.010Z PASS [ 0.017s] (2234/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
88942025-12-03T17:15:17.033Z PASS [ 0.019s] (2235/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
88952025-12-03T17:15:17.057Z PASS [ 0.021s] (2236/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
88962025-12-03T17:15:17.081Z PASS [ 0.018s] (2237/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
88972025-12-03T17:15:17.104Z PASS [ 0.018s] (2238/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
88982025-12-03T17:15:17.104Z PASS [ 0.016s] (2239/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
88992025-12-03T17:15:17.129Z PASS [ 0.023s] (2240/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
89002025-12-03T17:15:17.153Z PASS [ 0.019s] (2241/2476) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
89012025-12-03T17:15:17.177Z PASS [ 0.022s] (2242/2476) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
89022025-12-03T17:15:17.201Z PASS [ 0.019s] (2243/2476) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
89032025-12-03T17:15:17.201Z PASS [ 0.016s] (2244/2476) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
89042025-12-03T17:15:17.225Z PASS [ 0.017s] (2245/2476) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
89052025-12-03T17:15:17.248Z PASS [ 0.018s] (2246/2476) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
89062025-12-03T17:15:17.272Z PASS [ 0.015s] (2247/2476) oximeter-types types::tests::test_measurement
89072025-12-03T17:15:17.272Z PASS [ 0.023s] (2248/2476) oximeter-types types::tests::test_verify_field_names
89082025-12-03T17:15:17.296Z PASS [ 0.021s] (2249/2476) oxlog tests::test_daterange_filter
89092025-12-03T17:15:17.320Z PASS [ 0.014s] (2250/2476) oxlog tests::test_is_oxide_smf_log_file
89102025-12-03T17:15:17.320Z PASS [ 0.012s] (2251/2476) oxlog tests::test_oxide_smf_service_name_from_log_file_name
89112025-12-03T17:15:17.344Z PASS [ 0.012s] (2252/2476) oxlog tests::test_sort_logs
89122025-12-03T17:15:17.367Z PASS [ 0.029s] (2253/2476) oxlog::bin/oxlog tests::test_parse_timestamp
89132025-12-03T17:15:17.406Z PASS [ 0.046s] (2254/2476) oxql-types point::tests::test_cast_points_from_bool
89142025-12-03T17:15:17.431Z PASS [ 0.025s] (2255/2476) oxql-types point::tests::test_cast_points_from_double
89152025-12-03T17:15:17.454Z PASS [ 0.021s] (2256/2476) oxql-types point::tests::test_cast_points_from_double_distribution
89162025-12-03T17:15:17.479Z PASS [ 0.016s] (2257/2476) oxql-types point::tests::test_cast_points_from_int_distribution
89172025-12-03T17:15:17.503Z PASS [ 0.020s] (2258/2476) oxql-types point::tests::test_cast_points_from_integer
89182025-12-03T17:15:17.527Z PASS [ 0.024s] (2259/2476) oxql-types point::tests::test_cast_points_from_string
89192025-12-03T17:15:17.550Z PASS [ 0.017s] (2260/2476) oxql-types point::tests::test_join_point_arrays
89202025-12-03T17:15:17.574Z PASS [ 0.021s] (2261/2476) oxql-types point::tests::test_point_delta_between
89212025-12-03T17:15:17.574Z PASS [ 0.017s] (2262/2476) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
89222025-12-03T17:15:17.598Z PASS [ 0.015s] (2263/2476) oxql-types point::tests::test_point_delta_between_with_new_epoch
89232025-12-03T17:15:17.622Z PASS [ 0.015s] (2264/2476) oxql-types point::tests::test_push_concrete_values
89242025-12-03T17:15:17.622Z PASS [ 0.018s] (2265/2476) oxql-types point::tests::test_sub_between_histogram_distributions
89252025-12-03T17:15:17.682Z PASS [ 2.918s] (2266/2476) oximeter-producer tests::test_producer_registration_task
89262025-12-03T17:15:17.710Z PASS [ 0.090s] (2267/2476) parallel-task-set test::test_spawn_many
89272025-12-03T17:15:17.734Z PASS [ 0.035s] (2268/2476) range-requests test::get_response_no_range
89282025-12-03T17:15:17.734Z PASS [ 0.015s] (2269/2476) range-requests test::invalid_ranges
89292025-12-03T17:15:17.816Z PASS [ 0.031s] (2270/2476) range-requests test::get_response_with_range
89302025-12-03T17:15:17.816Z PASS [ 0.014s] (2271/2476) range-requests test::parse_range_invalid
89312025-12-03T17:15:17.816Z PASS [ 0.014s] (2272/2476) range-requests test::parse_range_valid
89322025-12-03T17:15:17.845Z PASS [ 0.017s] (2273/2476) range-requests test::range_into_str
89332025-12-03T17:15:17.845Z PASS [ 0.024s] (2274/2476) range-requests test::potential_range_parsing_does_not_crash
89342025-12-03T17:15:17.845Z PASS [ 0.019s] (2275/2476) range-requests test::single_range_parsing_does_not_crash
89352025-12-03T17:15:18.308Z PASS [ 0.537s] (2276/2476) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
89362025-12-03T17:15:18.618Z PASS [ 0.310s] (2277/2476) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
89372025-12-03T17:15:18.947Z PASS [ 0.329s] (2278/2476) reconfigurator-cli::test-scripts script::cmds-example.txt
89382025-12-03T17:15:19.099Z PASS [ 1.309s] (2279/2476) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
89392025-12-03T17:15:19.278Z PASS [ 0.330s] (2280/2476) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
89402025-12-03T17:15:19.313Z PASS [ 0.214s] (2281/2476) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
89412025-12-03T17:15:19.420Z PASS [ 0.142s] (2282/2476) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
89422025-12-03T17:15:19.631Z PASS [ 0.317s] (2283/2476) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
89432025-12-03T17:15:20.741Z PASS [ 1.110s] (2284/2476) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
89442025-12-03T17:15:21.335Z PASS [ 1.916s] (2285/2476) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
89452025-12-03T17:15:22.582Z PASS [ 1.246s] (2286/2476) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
89462025-12-03T17:15:23.114Z PASS [ 0.139s] (2287/2476) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
89472025-12-03T17:15:23.114Z PASS [ 2.051s] (2288/2476) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
89482025-12-03T17:15:23.114Z PASS [ 0.140s] (2289/2476) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
89492025-12-03T17:15:23.152Z PASS [ 0.220s] (2290/2476) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
89502025-12-03T17:15:23.360Z PASS [ 0.207s] (2291/2476) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
89512025-12-03T17:15:23.571Z PASS [ 0.210s] (2292/2476) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
89522025-12-03T17:15:24.433Z PASS [ 1.711s] (2293/2476) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
89532025-12-03T17:15:26.167Z PASS [ 1.734s] (2294/2476) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
89542025-12-03T17:15:26.373Z PASS [ 0.205s] (2295/2476) reconfigurator-cli::test-scripts script::cmds.txt
89552025-12-03T17:15:26.539Z PASS [ 2.969s] (2296/2476) reconfigurator-cli::test-scripts script::cmds-target-release.txt
89562025-12-03T17:15:27.222Z PASS [ 0.849s] (2297/2476) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
89572025-12-03T17:15:27.417Z PASS [ 0.878s] (2298/2476) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
89582025-12-03T17:15:27.998Z PASS [ 30.041s] (2299/2476) oximeter-db client::tests::cannot_ping_nonexistent_server
89592025-12-03T17:15:28.094Z PASS [ 0.872s] (2300/2476) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
89602025-12-03T17:15:28.820Z PASS [ 14.966s] (2301/2476) oximeter-db::integration_test test_schemas_disjoint
89612025-12-03T17:15:28.930Z PASS [ 0.932s] (2302/2476) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
89622025-12-03T17:15:30.537Z PASS [ 2.442s] (2303/2476) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
89632025-12-03T17:15:30.560Z PASS [ 16.582s] (2304/2476) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
89642025-12-03T17:15:31.873Z PASS [ 1.326s] (2305/2476) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
89652025-12-03T17:15:32.297Z PASS [ 3.367s] (2306/2476) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
89662025-12-03T17:15:32.337Z PASS [ 0.040s] (2307/2476) sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
89672025-12-03T17:15:32.363Z PASS [ 0.025s] (2308/2476) sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
89682025-12-03T17:15:32.400Z PASS [ 0.037s] (2309/2476) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
89692025-12-03T17:15:32.436Z PASS [ 0.036s] (2310/2476) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
89702025-12-03T17:15:32.471Z PASS [ 0.034s] (2311/2476) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
89712025-12-03T17:15:32.507Z PASS [ 0.035s] (2312/2476) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
89722025-12-03T17:15:32.536Z PASS [ 0.031s] (2313/2476) sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
89732025-12-03T17:15:32.570Z PASS [ 0.034s] (2314/2476) sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
89742025-12-03T17:15:32.607Z PASS [ 0.036s] (2315/2476) sled-agent-config-reconciler dump_setup::tests::test_dumps_saved_when_space_available
89752025-12-03T17:15:32.647Z PASS [ 0.040s] (2316/2476) sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
89762025-12-03T17:15:32.824Z PASS [ 4.003s] (2317/2476) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
89772025-12-03T17:15:32.871Z PASS [ 0.047s] (2318/2476) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
89782025-12-03T17:15:32.904Z PASS [ 0.033s] (2319/2476) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
89792025-12-03T17:15:33.136Z PASS [ 0.231s] (2320/2476) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
89802025-12-03T17:15:33.310Z PASS [ 5.893s] (2321/2476) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
89812025-12-03T17:15:33.343Z PASS [ 0.032s] (2322/2476) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
89822025-12-03T17:15:33.376Z PASS [ 0.034s] (2323/2476) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
89832025-12-03T17:15:33.407Z PASS [ 0.031s] (2324/2476) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
89842025-12-03T17:15:33.454Z PASS [ 0.046s] (2325/2476) sled-agent-config-reconciler ledger::legacy_configs::tests::can_convert_v9_config_version
89852025-12-03T17:15:33.538Z PASS [ 0.084s] (2326/2476) sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
89862025-12-03T17:15:34.092Z PASS [ 0.554s] (2327/2476) sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
89872025-12-03T17:15:34.125Z PASS [ 0.033s] (2328/2476) sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
89882025-12-03T17:15:34.190Z PASS [ 0.065s] (2329/2476) sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
89892025-12-03T17:15:34.226Z PASS [ 0.036s] (2330/2476) sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
89902025-12-03T17:15:34.307Z PASS [ 0.081s] (2331/2476) sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
89912025-12-03T17:15:34.344Z PASS [ 0.038s] (2332/2476) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
89922025-12-03T17:15:34.369Z PASS [ 2.489s] (2333/2476) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
89932025-12-03T17:15:34.392Z PASS [ 0.037s] (2334/2476) sled-agent-config-reconciler ledger::tests::read_existing_config
89942025-12-03T17:15:34.416Z PASS [ 0.036s] (2335/2476) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
89952025-12-03T17:15:34.416Z PASS [ 1.264s] (2336/2476) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
89962025-12-03T17:15:34.416Z PASS [ 0.032s] (2337/2476) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
89972025-12-03T17:15:34.440Z PASS [ 0.039s] (2338/2476) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
89982025-12-03T17:15:34.465Z PASS [ 0.043s] (2339/2476) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
89992025-12-03T17:15:34.465Z PASS [ 0.035s] (2340/2476) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
90002025-12-03T17:15:34.489Z PASS [ 0.033s] (2341/2476) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
90012025-12-03T17:15:36.891Z PASS [ 2.449s] (2342/2476) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
90022025-12-03T17:15:37.128Z PASS [ 23.287s] (2343/2476) oximeter-db::integration_test test_cluster
90032025-12-03T17:15:37.194Z PASS [ 2.746s] (2344/2476) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
90042025-12-03T17:15:37.219Z PASS [ 0.022s] (2345/2476) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
90052025-12-03T17:15:37.245Z PASS [ 0.029s] (2346/2476) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
90062025-12-03T17:15:37.274Z PASS [ 0.028s] (2347/2476) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
90072025-12-03T17:15:37.306Z PASS [ 0.032s] (2348/2476) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
90082025-12-03T17:15:37.330Z PASS [ 6.780s] (2349/2476) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
90092025-12-03T17:15:37.354Z PASS [ 0.034s] (2350/2476) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
90102025-12-03T17:15:37.354Z PASS [ 0.026s] (2351/2476) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
90112025-12-03T17:15:37.378Z PASS [ 0.031s] (2352/2476) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
90122025-12-03T17:15:37.378Z PASS [ 0.030s] (2353/2476) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
90132025-12-03T17:15:37.402Z PASS [ 0.030s] (2354/2476) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
90142025-12-03T17:15:37.426Z PASS [ 0.031s] (2355/2476) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
90152025-12-03T17:15:37.450Z PASS [ 0.030s] (2356/2476) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
90162025-12-03T17:15:37.481Z PASS [ 0.078s] (2357/2476) sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
90172025-12-03T17:15:37.505Z PASS [ 0.051s] (2358/2476) sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
90182025-12-03T17:15:37.529Z PASS [ 0.037s] (2359/2476) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
90192025-12-03T17:15:37.529Z PASS [ 0.039s] (2360/2476) sled-agent-types rack_init::tests::parse_rack_initialization
90202025-12-03T17:15:37.552Z PASS [ 0.021s] (2361/2476) sled-agent-types rack_init::tests::test_subnets
90212025-12-03T17:15:37.576Z PASS [ 0.036s] (2362/2476) sled-agent-types rack_init::tests::test_extra_certs
90222025-12-03T17:15:37.576Z PASS [ 0.027s] (2363/2476) sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
90232025-12-03T17:15:37.600Z PASS [ 0.023s] (2364/2476) sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
90242025-12-03T17:15:37.600Z PASS [ 0.018s] (2365/2476) sled-agent-types zone_bundle::tests::test_compare_bundles
90252025-12-03T17:15:37.600Z PASS [ 0.016s] (2366/2476) sled-agent-types zone_bundle::tests::test_priority_dimension
90262025-12-03T17:15:37.624Z PASS [ 0.018s] (2367/2476) sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
90272025-12-03T17:15:37.624Z PASS [ 0.017s] (2368/2476) sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
90282025-12-03T17:15:37.708Z PASS [ 0.095s] (2369/2476) sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
90292025-12-03T17:15:37.732Z PASS [ 0.104s] (2370/2476) sled-agent-zone-images mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
90302025-12-03T17:15:37.757Z PASS [ 0.031s] (2371/2476) sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
90312025-12-03T17:15:37.757Z PASS [ 0.032s] (2372/2476) sled-agent-zone-images mupdate_override::tests::clear_boot_not_present
90322025-12-03T17:15:37.781Z PASS [ 0.025s] (2373/2476) sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
90332025-12-03T17:15:37.781Z PASS [ 0.028s] (2374/2476) sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_matches_present
90342025-12-03T17:15:37.805Z PASS [ 0.030s] (2375/2476) sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
90352025-12-03T17:15:37.806Z PASS [ 0.030s] (2376/2476) sled-agent-zone-images mupdate_override::tests::clear_file_io_error
90362025-12-03T17:15:37.830Z PASS [ 0.034s] (2377/2476) sled-agent-zone-images mupdate_override::tests::clear_no_status
90372025-12-03T17:15:37.854Z PASS [ 0.050s] (2378/2476) sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_absent_other_present
90382025-12-03T17:15:37.878Z PASS [ 0.037s] (2379/2476) sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_disk_read_error
90392025-12-03T17:15:37.878Z PASS [ 0.025s] (2380/2476) sled-agent-zone-images mupdate_override::tests::clear_non_boot_disk_missing
90402025-12-03T17:15:37.901Z PASS [ 0.025s] (2381/2476) sled-agent-zone-images mupdate_override::tests::clear_non_boot_matches_absent
90412025-12-03T17:15:37.901Z PASS [ 0.025s] (2382/2476) sled-agent-zone-images mupdate_override::tests::clear_non_boot_read_error
90422025-12-03T17:15:37.925Z PASS [ 0.023s] (2383/2476) sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
90432025-12-03T17:15:37.925Z PASS [ 0.022s] (2384/2476) sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
90442025-12-03T17:15:37.950Z PASS [ 0.022s] (2385/2476) sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
90452025-12-03T17:15:37.950Z PASS [ 0.022s] (2386/2476) sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
90462025-12-03T17:15:37.974Z PASS [ 0.027s] (2387/2476) sled-agent-zone-images mupdate_override::tests::read_boot_read_error
90472025-12-03T17:15:37.974Z PASS [ 0.026s] (2388/2476) sled-agent-zone-images mupdate_override::tests::read_both_absent
90482025-12-03T17:15:37.997Z PASS [ 0.025s] (2389/2476) sled-agent-zone-images mupdate_override::tests::read_both_present
90492025-12-03T17:15:37.997Z PASS [ 0.028s] (2390/2476) sled-agent-zone-images mupdate_override::tests::read_different_values
90502025-12-03T17:15:38.022Z PASS [ 0.022s] (2391/2476) sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
90512025-12-03T17:15:38.046Z PASS [ 0.021s] (2392/2476) sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
90522025-12-03T17:15:38.046Z PASS [ 0.035s] (2393/2476) sled-agent-zone-images source_resolver::tests::file_source_with_errors
90532025-12-03T17:15:38.069Z PASS [ 0.027s] (2394/2476) sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override
90542025-12-03T17:15:38.069Z PASS [ 0.031s] (2395/2476) sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override_error
90552025-12-03T17:15:38.094Z PASS [ 0.026s] (2396/2476) sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
90562025-12-03T17:15:38.094Z PASS [ 0.027s] (2397/2476) sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
90572025-12-03T17:15:38.117Z PASS [ 0.027s] (2398/2476) sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
90582025-12-03T17:15:38.118Z PASS [ 0.028s] (2399/2476) sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
90592025-12-03T17:15:38.143Z PASS [ 0.033s] (2400/2476) sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
90602025-12-03T17:15:38.167Z PASS [ 0.034s] (2401/2476) sled-agent-zone-images zone_manifest::tests::read_success
90612025-12-03T17:15:38.973Z PASS [ 4.500s] (2402/2476) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
90622025-12-03T17:15:39.050Z PASS [ 0.906s] (2403/2476) sled-diagnostics logs::illumos_tests::collect_current_logs
90632025-12-03T17:15:39.102Z PASS [ 0.950s] (2404/2476) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
90642025-12-03T17:15:39.145Z PASS [ 0.043s] (2405/2476) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
90652025-12-03T17:15:39.171Z PASS [ 0.026s] (2406/2476) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
90662025-12-03T17:15:39.209Z PASS [ 0.038s] (2407/2476) sled-diagnostics queries::test::test_command_stderr_is_correct
90672025-12-03T17:15:39.241Z PASS [ 0.032s] (2408/2476) sled-diagnostics queries::test::test_command_stdout_is_correct
90682025-12-03T17:15:39.284Z PASS [ 0.042s] (2409/2476) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
90692025-12-03T17:15:39.708Z PASS [ 0.735s] (2410/2476) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
90702025-12-03T17:15:39.742Z PASS [ 0.033s] (2411/2476) sled-hardware disk::test::test_disk_paths
90712025-12-03T17:15:39.767Z PASS [ 0.020s] (2412/2476) sled-hardware disk::test::test_partition_device_paths
90722025-12-03T17:15:39.818Z PASS [ 0.534s] (2413/2476) sled-diagnostics queries::test::test_long_running_command_is_aborted
90732025-12-03T17:15:39.818Z PASS [ 0.056s] (2414/2476) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
90742025-12-03T17:15:39.844Z PASS [ 0.027s] (2415/2476) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
90752025-12-03T17:15:39.868Z PASS [ 0.032s] (2416/2476) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
90762025-12-03T17:15:39.892Z PASS [ 0.029s] (2417/2476) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
90772025-12-03T17:15:39.892Z PASS [ 0.042s] (2418/2476) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
90782025-12-03T17:15:39.916Z PASS [ 0.030s] (2419/2476) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
90792025-12-03T17:15:39.940Z PASS [ 3.029s] (2420/2476) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
90802025-12-03T17:15:39.940Z PASS [ 0.030s] (2421/2476) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
90812025-12-03T17:15:39.964Z PASS [ 0.895s] (2422/2476) sled-diagnostics logs::illumos_tests::log_snapshots_work
90822025-12-03T17:15:39.964Z PASS [ 0.038s] (2423/2476) sled-storage dataset::test::serialize_dataset_name
90832025-12-03T17:15:39.964Z PASS [ 0.058s] (2424/2476) sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
90842025-12-03T17:15:39.987Z PASS [ 0.056s] (2425/2476) trust-quorum proxy::tests::proxy_roundtrip_concurrent
90852025-12-03T17:15:39.988Z PASS [ 0.041s] (2426/2476) trust-quorum proxy::tests::proxy_roundtrip_disconnected
90862025-12-03T17:15:40.088Z PASS [ 0.038s] (2427/2476) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
90872025-12-03T17:15:40.435Z PASS [ 3.307s] (2428/2476) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
90882025-12-03T17:15:42.027Z PASS [ 2.040s] (2429/2476) trust-quorum task::tests::tq_initial_config
90892025-12-03T17:15:42.051Z PASS [ 2.040s] (2430/2476) trust-quorum task::tests::tq_initial_config_prepare_and_commit
90902025-12-03T17:15:42.793Z PASS [ 2.814s] (2431/2476) trust-quorum task::tests::test_network_config
90912025-12-03T17:15:42.881Z PASS [ 2.919s] (2432/2476) trust-quorum task::tests::full_mesh_connectivity
90922025-12-03T17:15:43.784Z PASS [ 0.901s] (2433/2476) trust-quorum-protocol crypto::tests::rack_secret_test
90932025-12-03T17:15:43.822Z PASS [ 0.040s] (2434/2476) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
90942025-12-03T17:15:43.846Z PASS [ 0.023s] (2435/2476) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
90952025-12-03T17:15:43.994Z PASS [ 3.558s] (2436/2476) trust-quorum task::tests::tq_persistent_state
90962025-12-03T17:15:44.023Z PASS [ 0.029s] (2437/2476) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
90972025-12-03T17:15:44.112Z PASS [ 0.266s] (2438/2476) trust-quorum-protocol node::tests::initial_configuration
90982025-12-03T17:15:44.159Z PASS [ 0.136s] (2439/2476) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
90992025-12-03T17:15:44.253Z PASS [ 0.140s] (2440/2476) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
91002025-12-03T17:15:44.796Z PASS [ 2.770s] (2441/2476) trust-quorum task::tests::tq_proxy
91012025-12-03T17:15:44.820Z PASS [ 2.008s] (2442/2476) trust-quorum task::tests::tq_upgrade_from_lrtq
91022025-12-03T17:15:44.871Z PASS [ 0.619s] (2443/2476) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
91032025-12-03T17:15:44.916Z PASS [ 0.044s] (2444/2476) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
91042025-12-03T17:15:44.939Z PASS [ 2.897s] (2445/2476) trust-quorum task::tests::tq_reconfig_with_commit_advance
91052025-12-03T17:15:44.982Z PASS [ 0.067s] (2446/2476) update-common artifacts::update_plan::tests::test_bad_rot_versions
91062025-12-03T17:15:45.006Z PASS [ 0.068s] (2447/2476) update-common artifacts::update_plan::tests::test_multi_rot_bord
91072025-12-03T17:15:45.039Z PASS [ 0.038s] (2448/2476) update-common artifacts::update_plan::tests::test_split_control_plane
91082025-12-03T17:15:45.063Z PASS [ 0.072s] (2449/2476) update-common artifacts::update_plan::tests::test_multi_rot_version
91092025-12-03T17:15:45.087Z PASS [ 0.032s] (2450/2476) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
91102025-12-03T17:15:45.111Z PASS [ 0.042s] (2451/2476) update-common artifacts::update_plan::tests::test_too_many_rot_bord
91112025-12-03T17:15:45.135Z PASS [ 12.467s] (2452/2476) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
91122025-12-03T17:15:45.160Z PASS [ 0.066s] (2453/2476) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
91132025-12-03T17:15:45.184Z PASS [ 0.028s] (2454/2476) update-engine display::line_display_shared::tests::test_format_progress_counter
91142025-12-03T17:15:45.207Z PASS [ 0.025s] (2455/2476) update-engine display::line_display_shared::tests::test_start_line
91152025-12-03T17:15:45.231Z PASS [ 0.028s] (2456/2476) update-engine engine::tests::error_exits_early
91162025-12-03T17:15:45.231Z PASS [ 0.115s] (2457/2476) update-engine display::group_display::tests::test_stats
91172025-12-03T17:15:45.255Z PASS [ 0.033s] (2458/2476) update-engine events::tests::progress_event_parse_unknown
91182025-12-03T17:15:45.255Z PASS [ 0.023s] (2459/2476) update-engine events::tests::step_event_parse_unknown
91192025-12-03T17:15:45.279Z PASS [ 0.463s] (2460/2476) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
91202025-12-03T17:15:45.279Z PASS [ 0.024s] (2461/2476) update-engine spec::tests::test_merge_anyhow_list
91212025-12-03T17:15:45.303Z PASS [ 0.025s] (2462/2476) wicket state::inventory::tests::component_id_display
91222025-12-03T17:15:45.303Z PASS [ 0.026s] (2463/2476) wicket state::rack::tests::prev_next_are_opposites
91232025-12-03T17:15:45.327Z PASS [ 0.019s] (2464/2476) wicket state::rack::tests::up_down_are_opposites
91242025-12-03T17:15:45.351Z PASS [ 0.238s] (2465/2476) update-engine buffer::tests::test_buffer
91252025-12-03T17:15:45.375Z PASS [ 0.055s] (2466/2476) wicket-common rack_setup::tests::roundtrip_import_export_policy
91262025-12-03T17:15:45.375Z PASS [ 0.109s] (2467/2476) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
91272025-12-03T17:15:45.464Z PASS [ 0.129s] (2468/2476) wicketd installinator_progress::tests::test_states
91282025-12-03T17:15:45.488Z PASS [ 0.107s] (2469/2476) wicketd rss_config::tests::test_bgp_auth_key_states
91292025-12-03T17:15:45.634Z PASS [ 0.331s] (2470/2476) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
91302025-12-03T17:15:46.377Z PASS [ 1.014s] (2471/2476) wicketd::mod integration_tests::inventory::test_inventory
91312025-12-03T17:15:46.815Z PASS [ 1.349s] (2472/2476) wicketd::mod integration_tests::updates::test_update_races
91322025-12-03T17:15:47.085Z PASS [ 1.621s] (2473/2476) wicketd::mod integration_tests::updates::test_installinator_fetch
91332025-12-03T17:15:47.647Z PASS [ 2.846s] (2474/2476) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
91342025-12-03T17:15:47.932Z PASS [ 2.298s] (2475/2476) wicketd::mod integration_tests::updates::test_updates
91352025-12-03T17:16:44.159Z SLOW [> 60.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
91362025-12-03T17:17:44.158Z SLOW [>120.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
91372025-12-03T17:17:55.425Z PASS [ 131.268s] (2476/2476) trust-quorum-protocol::cluster test_trust_quorum_protocol
91382025-12-03T17:17:55.449Z────────────
91392025-12-03T17:17:55.450Z Summary [5364.433s] 2476 tests run: 2476 passed (39 slow), 5 skipped
91402025-12-03T17:17:55.543Z
91412025-12-03T17:17:55.568Zreal 1:29:53.915373078
91422025-12-03T17:17:55.568Zuser 8:27:36.165494592
91432025-12-03T17:17:55.568Zsys 1:35:34.427590432
91442025-12-03T17:17:55.568Ztrap 4:40.756606187
91452025-12-03T17:17:55.568Ztflt 18.533567495
91462025-12-03T17:17:55.568Zdflt 1:12.281727939
91472025-12-03T17:17:55.568Zkflt 0.567465420
91482025-12-03T17:17:55.568Zlock 2180:24:30.035165913
91492025-12-03T17:17:55.568Zslp 172:24:56.674898622
91502025-12-03T17:17:55.568Zlat 8:17:51.700074087
91512025-12-03T17:17:55.569Zstop 1:18:37.788352487
91522025-12-03T17:17:55.569Z+ banner doctest
91532025-12-03T17:17:55.569Z
91542025-12-03T17:17:55.569Z ##### #### #### ##### ###### #### #####
91552025-12-03T17:17:55.569Z # # # # # # # # # #
91562025-12-03T17:17:55.569Z # # # # # # ##### #### #
91572025-12-03T17:17:55.569Z # # # # # # # # #
91582025-12-03T17:17:55.569Z # # # # # # # # # # #
91592025-12-03T17:17:55.569Z ##### #### #### # ###### #### #
91602025-12-03T17:17:55.569Z
91612025-12-03T17:17:55.569Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
91622025-12-03T17:17:58.269Z Fresh unicode-ident v1.0.19
91632025-12-03T17:17:58.270Z Fresh cfg-if v1.0.4
91642025-12-03T17:17:58.316Z Fresh autocfg v1.4.0
91652025-12-03T17:17:58.316Z Fresh memchr v2.7.4
91662025-12-03T17:17:58.316Z Fresh proc-macro2 v1.0.101
91672025-12-03T17:17:58.316Z Fresh value-bag v1.9.0
91682025-12-03T17:17:58.316Z Fresh smallvec v1.15.1
91692025-12-03T17:17:58.316Z Fresh version_check v0.9.5
91702025-12-03T17:17:58.316Z Fresh quote v1.0.40
91712025-12-03T17:17:58.316Z Fresh libc v0.2.174
91722025-12-03T17:17:58.316Z Fresh serde_core v1.0.226
91732025-12-03T17:17:58.316Z Fresh log v0.4.27
91742025-12-03T17:17:58.316Z Fresh scopeguard v1.2.0
91752025-12-03T17:17:58.316Z Fresh itoa v1.0.11
91762025-12-03T17:17:58.316Z Fresh syn v2.0.106
91772025-12-03T17:17:58.316Z Fresh lock_api v0.4.12
91782025-12-03T17:17:58.316Z Fresh getrandom v0.2.15
91792025-12-03T17:17:58.316Z Fresh ryu v1.0.18
91802025-12-03T17:17:58.316Z Fresh critical-section v1.1.3
91812025-12-03T17:17:58.316Z Fresh serde_derive v1.0.226
91822025-12-03T17:17:58.316Z Fresh zeroize_derive v1.4.2
91832025-12-03T17:17:58.316Z Fresh portable-atomic v1.11.0
91842025-12-03T17:17:58.316Z Fresh stable_deref_trait v1.2.0
91852025-12-03T17:17:58.316Z Fresh serde v1.0.226
91862025-12-03T17:17:58.316Z Fresh zeroize v1.8.1
91872025-12-03T17:17:58.316Z Fresh libm v0.2.8
91882025-12-03T17:17:58.316Z Fresh once_cell v1.21.3
91892025-12-03T17:17:58.316Z Fresh synstructure v0.13.1
91902025-12-03T17:17:58.317Z Fresh fnv v1.0.7
91912025-12-03T17:17:58.317Z Fresh bitflags v2.9.4
91922025-12-03T17:17:58.317Z Fresh bytes v1.10.1
91932025-12-03T17:17:58.317Z Fresh num-traits v0.2.19
91942025-12-03T17:17:58.317Z Fresh getrandom v0.3.4
91952025-12-03T17:17:58.317Z Fresh serde_json v1.0.145
91962025-12-03T17:17:58.317Z Fresh rand_core v0.6.4
91972025-12-03T17:17:58.317Z Fresh zerofrom-derive v0.1.4
91982025-12-03T17:17:58.317Z Fresh allocator-api2 v0.2.21
91992025-12-03T17:17:58.317Z Fresh zerofrom v0.1.4
92002025-12-03T17:17:58.317Z Fresh yoke-derive v0.7.4
92012025-12-03T17:17:58.317Z Fresh errno v0.3.12
92022025-12-03T17:17:58.317Z Fresh pin-project-lite v0.2.14
92032025-12-03T17:17:58.317Z Fresh zerovec-derive v0.10.3
92042025-12-03T17:17:58.317Z Fresh shlex v1.3.0
92052025-12-03T17:17:58.317Z Fresh byteorder v1.5.0
92062025-12-03T17:17:58.317Z Fresh displaydoc v0.2.5
92072025-12-03T17:17:58.317Z Fresh yoke v0.7.4
92082025-12-03T17:17:58.317Z Fresh regex-syntax v0.8.5
92092025-12-03T17:17:58.317Z Fresh jobserver v0.1.32
92102025-12-03T17:17:58.317Z Fresh writeable v0.5.5
92112025-12-03T17:17:58.317Z Fresh percent-encoding v2.3.2
92122025-12-03T17:17:58.317Z Fresh subtle v2.6.1
92132025-12-03T17:17:58.317Z Fresh litemap v0.7.3
92142025-12-03T17:17:58.317Z Fresh zerovec v0.10.4
92152025-12-03T17:17:58.317Z Fresh cc v1.2.30
92162025-12-03T17:17:58.317Z Fresh icu_provider_macros v1.5.0
92172025-12-03T17:17:58.317Z Fresh semver v1.0.27
92182025-12-03T17:17:58.317Z Fresh icu_locid_transform_data v1.5.0
92192025-12-03T17:17:58.317Z Fresh equivalent v1.0.2
92202025-12-03T17:17:58.317Z Fresh icu_properties_data v1.5.0
92212025-12-03T17:17:58.317Z Fresh tinystr v0.7.6
92222025-12-03T17:17:58.317Z Fresh parking_lot_core v0.9.10
92232025-12-03T17:17:58.317Z Fresh icu_collections v1.5.0
92242025-12-03T17:17:58.317Z Fresh foldhash v0.1.5
92252025-12-03T17:17:58.317Z Fresh utf16_iter v1.0.5
92262025-12-03T17:17:58.317Z Fresh icu_normalizer_data v1.5.0
92272025-12-03T17:17:58.318Z Fresh write16 v1.0.0
92282025-12-03T17:17:58.318Z Fresh heck v0.5.0
92292025-12-03T17:17:58.318Z Fresh icu_locid v1.5.0
92302025-12-03T17:17:58.318Z Fresh parking_lot v0.12.3
92312025-12-03T17:17:58.318Z Fresh hashbrown v0.15.4
92322025-12-03T17:17:58.318Z Fresh utf8_iter v1.0.4
92332025-12-03T17:17:58.318Z Fresh form_urlencoded v1.2.2
92342025-12-03T17:17:58.318Z Fresh aho-corasick v1.1.3
92352025-12-03T17:17:58.318Z Fresh icu_provider v1.5.0
92362025-12-03T17:17:58.318Z Fresh regex-automata v0.4.11
92372025-12-03T17:17:58.318Z Fresh signal-hook-registry v1.4.2
92382025-12-03T17:17:58.318Z Fresh futures-core v0.3.31
92392025-12-03T17:17:58.318Z Fresh mio v1.0.2
92402025-12-03T17:17:58.318Z Fresh icu_locid_transform v1.5.0
92412025-12-03T17:17:58.319Z Fresh typenum v1.17.0
92422025-12-03T17:17:58.319Z Fresh thiserror-impl v2.0.17
92432025-12-03T17:17:58.319Z Fresh regex v1.11.3
92442025-12-03T17:17:58.319Z Fresh either v1.15.0
92452025-12-03T17:17:58.319Z Fresh tokio-macros v2.6.0
92462025-12-03T17:17:58.319Z Fresh icu_properties v1.5.1
92472025-12-03T17:17:58.319Z Fresh generic-array v0.14.7
92482025-12-03T17:17:58.319Z Fresh rustix v0.38.37
92492025-12-03T17:17:58.319Z Fresh socket2 v0.6.1
92502025-12-03T17:17:58.319Z Fresh spin v0.9.8
92512025-12-03T17:17:58.319Z Fresh indexmap v2.11.4
92522025-12-03T17:17:58.319Z Fresh icu_normalizer v1.5.0
92532025-12-03T17:17:58.319Z Fresh crypto-common v0.1.6
92542025-12-03T17:17:58.319Z Fresh thiserror v2.0.17
92552025-12-03T17:17:58.319Z Fresh tokio v1.48.0
92562025-12-03T17:17:58.319Z Fresh thiserror-impl v1.0.69
92572025-12-03T17:17:58.319Z Fresh iana-time-zone v0.1.63
92582025-12-03T17:17:58.319Z Fresh zerocopy-derive v0.7.35
92592025-12-03T17:17:58.319Z Fresh idna_adapter v1.2.0
92602025-12-03T17:17:58.319Z Fresh thiserror v1.0.69
92612025-12-03T17:17:58.319Z Fresh chrono v0.4.42
92622025-12-03T17:17:58.319Z Fresh zerocopy v0.7.35
92632025-12-03T17:17:58.319Z Fresh const-oid v0.9.6
92642025-12-03T17:17:58.344Z Fresh futures-io v0.3.31
92652025-12-03T17:17:58.344Z Fresh lazy_static v1.5.0
92662025-12-03T17:17:58.344Z Fresh idna v1.0.3
92672025-12-03T17:17:58.345Z Fresh uuid v1.18.1
92682025-12-03T17:17:58.345Z Fresh block-buffer v0.10.4
92692025-12-03T17:17:58.345Z Fresh pkg-config v0.3.31
92702025-12-03T17:17:58.345Z Fresh strsim v0.11.1
92712025-12-03T17:17:58.345Z Fresh pin-utils v0.1.0
92722025-12-03T17:17:58.345Z Fresh url v2.5.4
92732025-12-03T17:17:58.345Z Fresh slab v0.4.9
92742025-12-03T17:17:58.345Z Fresh digest v0.10.7
92752025-12-03T17:17:58.345Z Fresh futures-sink v0.3.31
92762025-12-03T17:17:58.345Z Fresh cpufeatures v0.2.14
92772025-12-03T17:17:58.345Z Fresh serde_derive_internals v0.29.1
92782025-12-03T17:17:58.345Z Fresh dyn-clone v1.0.20
92792025-12-03T17:17:58.345Z Fresh syn v1.0.109
92802025-12-03T17:17:58.345Z Fresh schemars_derive v0.8.22
92812025-12-03T17:17:58.345Z Fresh futures-channel v0.3.31
92822025-12-03T17:17:58.345Z Fresh futures-macro v0.3.31
92832025-12-03T17:17:58.345Z Fresh futures-task v0.3.31
92842025-12-03T17:17:58.345Z Fresh ppv-lite86 v0.2.20
92852025-12-03T17:17:58.345Z Fresh adler2 v2.0.0
92862025-12-03T17:17:58.345Z Fresh futures-util v0.3.31
92872025-12-03T17:17:58.345Z Fresh miniz_oxide v0.8.5
92882025-12-03T17:17:58.345Z Fresh tracing-core v0.1.32
92892025-12-03T17:17:58.345Z Fresh tracing-attributes v0.1.27
92902025-12-03T17:17:58.345Z Fresh glob v0.3.2
92912025-12-03T17:17:58.345Z Fresh http v1.3.1
92922025-12-03T17:17:58.345Z Fresh gimli v0.31.1
92932025-12-03T17:17:58.345Z Fresh schemars v0.8.22
92942025-12-03T17:17:58.345Z Fresh tracing v0.1.40
92952025-12-03T17:17:58.345Z Fresh addr2line v0.24.2
92962025-12-03T17:17:58.345Z Fresh object v0.36.5
92972025-12-03T17:17:58.346Z Fresh rustc-demangle v0.1.24
92982025-12-03T17:17:58.346Z Fresh minimal-lexical v0.2.1
92992025-12-03T17:17:58.346Z Fresh nom v7.1.3
93002025-12-03T17:17:58.346Z Fresh backtrace v0.3.74
93012025-12-03T17:17:58.346Z Fresh serde_tokenstream v0.2.2
93022025-12-03T17:17:58.346Z Fresh libloading v0.8.5
93032025-12-03T17:17:58.346Z Fresh crossbeam-utils v0.8.21
93042025-12-03T17:17:58.346Z Fresh clang-sys v1.8.1
93052025-12-03T17:17:58.346Z Fresh cexpr v0.6.0
93062025-12-03T17:17:58.346Z Fresh block-padding v0.3.3
93072025-12-03T17:17:58.346Z Fresh home v0.5.9
93082025-12-03T17:17:58.346Z Fresh time-core v0.1.6
93092025-12-03T17:17:58.346Z Fresh paste v1.0.15
93102025-12-03T17:17:58.346Z Fresh prettyplease v0.2.36
93112025-12-03T17:17:58.346Z Fresh num-conv v0.1.0
93122025-12-03T17:17:58.346Z Fresh powerfmt v0.2.0
93132025-12-03T17:17:58.346Z Fresh vcpkg v0.2.15
93142025-12-03T17:17:58.346Z Fresh base64ct v1.6.0
93152025-12-03T17:17:58.346Z Fresh inout v0.1.3
93162025-12-03T17:17:58.346Z Fresh deranged v0.5.3
93172025-12-03T17:17:58.346Z Fresh time-macros v0.2.24
93182025-12-03T17:17:58.346Z Fresh num_threads v0.1.7
93192025-12-03T17:17:58.347Z Fresh cipher v0.4.4
93202025-12-03T17:17:58.347Z Fresh ipnet v2.11.0
93212025-12-03T17:17:58.347Z Fresh time v0.3.43
93222025-12-03T17:17:58.347Z Fresh itertools v0.12.1
93232025-12-03T17:17:58.347Z Fresh utf8parse v0.2.2
93242025-12-03T17:17:58.347Z Fresh base64 v0.22.1
93252025-12-03T17:17:58.347Z Fresh which v4.4.2
93262025-12-03T17:17:58.347Z Fresh anyhow v1.0.99
93272025-12-03T17:17:58.347Z Fresh rustversion v1.0.22
93282025-12-03T17:17:58.347Z Fresh tokio-util v0.7.15
93292025-12-03T17:17:58.347Z Fresh rustc-hash v1.1.0
93302025-12-03T17:17:58.347Z Fresh ident_case v1.0.1
93312025-12-03T17:17:58.347Z Fresh lazycell v1.3.0
93322025-12-03T17:17:58.347Z Fresh atomic-waker v1.1.2
93332025-12-03T17:17:58.347Z Fresh bindgen v0.69.5
93342025-12-03T17:17:58.347Z Fresh pem-rfc7468 v0.7.0
93352025-12-03T17:17:58.347Z Fresh hmac v0.12.1
93362025-12-03T17:17:58.347Z Fresh sha2 v0.10.9
93372025-12-03T17:17:58.347Z Fresh cmake v0.1.51
93382025-12-03T17:17:58.347Z Fresh untrusted v0.9.0
93392025-12-03T17:17:58.347Z Fresh dunce v1.0.5
93402025-12-03T17:17:58.347Z Fresh fs_extra v1.3.0
93412025-12-03T17:17:58.347Z Fresh ring v0.17.14
93422025-12-03T17:17:58.347Z Fresh httparse v1.9.5
93432025-12-03T17:17:58.347Z Fresh rand_chacha v0.3.1
93442025-12-03T17:17:58.347Z Fresh anstyle v1.0.11
93452025-12-03T17:17:58.348Z Fresh fastrand v2.1.1
93462025-12-03T17:17:58.349Z Fresh der_derive v0.7.3
93472025-12-03T17:17:58.349Z Fresh rand v0.8.5
93482025-12-03T17:17:58.349Z Fresh flagset v0.4.6
93492025-12-03T17:17:58.349Z Fresh anstyle-parse v0.2.5
93502025-12-03T17:17:58.349Z Fresh zerocopy-derive v0.8.27
93512025-12-03T17:17:58.349Z Fresh is_terminal_polyfill v1.70.1
93522025-12-03T17:17:58.349Z Fresh colorchoice v1.0.2
93532025-12-03T17:17:58.349Z Fresh der v0.7.10
93542025-12-03T17:17:58.349Z Fresh rustls-pki-types v1.10.0
93552025-12-03T17:17:58.349Z Fresh anstyle-query v1.1.1
93562025-12-03T17:17:58.349Z Fresh http-body v1.0.1
93572025-12-03T17:17:58.349Z Fresh unicode-segmentation v1.12.0
93582025-12-03T17:17:58.349Z Fresh anstream v0.6.18
93592025-12-03T17:17:58.349Z Fresh zerocopy v0.8.27
93602025-12-03T17:17:58.349Z Fresh aws-lc-sys v0.26.0
93612025-12-03T17:17:58.349Z Fresh terminal_size v0.4.0
93622025-12-03T17:17:58.349Z Fresh socket2 v0.5.10
93632025-12-03T17:17:58.349Z Fresh untrusted v0.7.1
93642025-12-03T17:17:58.374Z Fresh httpdate v1.0.3
93652025-12-03T17:17:58.374Z Fresh try-lock v0.2.5
93662025-12-03T17:17:58.374Z Fresh aws-lc-rs v1.12.4
93672025-12-03T17:17:58.374Z Fresh h2 v0.4.6
93682025-12-03T17:17:58.374Z Fresh tower-service v0.3.3
93692025-12-03T17:17:58.374Z Fresh clap_lex v0.7.4
93702025-12-03T17:17:58.374Z Fresh spki v0.7.3
93712025-12-03T17:17:58.375Z Fresh pbkdf2 v0.12.2
93722025-12-03T17:17:58.375Z Fresh want v0.3.1
93732025-12-03T17:17:58.375Z Fresh clap_builder v4.5.48
93742025-12-03T17:17:58.375Z Fresh rustls-webpki v0.102.8
93752025-12-03T17:17:58.375Z Fresh aes v0.8.4
93762025-12-03T17:17:58.375Z Fresh clap_derive v4.5.47
93772025-12-03T17:17:58.375Z Fresh rand_core v0.9.3
93782025-12-03T17:17:58.375Z Fresh serde_spanned v0.6.9
93792025-12-03T17:17:58.375Z Fresh hyper v1.7.0
93802025-12-03T17:17:58.375Z Fresh toml_datetime v0.6.11
93812025-12-03T17:17:58.375Z Fresh clap v4.5.48
93822025-12-03T17:17:58.375Z Fresh salsa20 v0.10.2
93832025-12-03T17:17:58.375Z Fresh cbc v0.1.2
93842025-12-03T17:17:58.375Z Fresh rustc_version v0.4.1
93852025-12-03T17:17:58.375Z Fresh async-trait v0.1.89
93862025-12-03T17:17:58.375Z Fresh mime v0.3.17
93872025-12-03T17:17:58.375Z Fresh hyper-util v0.1.17
93882025-12-03T17:17:58.375Z Fresh scrypt v0.11.0
93892025-12-03T17:17:58.375Z Fresh ucd-trie v0.1.7
93902025-12-03T17:17:58.375Z Fresh rand_chacha v0.9.0
93912025-12-03T17:17:58.375Z Fresh slog v2.7.0
93922025-12-03T17:17:58.375Z Fresh pest v2.8.2
93932025-12-03T17:17:58.375Z Fresh pkcs5 v0.7.1
93942025-12-03T17:17:58.375Z Fresh http-body-util v0.1.3
93952025-12-03T17:17:58.375Z Fresh darling_core v0.20.10
93962025-12-03T17:17:58.375Z Fresh camino v1.2.0
93972025-12-03T17:17:58.376Z Fresh foreign-types-shared v0.1.1
93982025-12-03T17:17:58.376Z Fresh openssl-probe v0.1.5
93992025-12-03T17:17:58.376Z Fresh rustix v1.0.7
94002025-12-03T17:17:58.376Z Fresh pest_meta v2.8.2
94012025-12-03T17:17:58.376Z Fresh pkcs8 v0.10.2
94022025-12-03T17:17:58.376Z Fresh darling_macro v0.20.10
94032025-12-03T17:17:58.376Z Fresh foreign-types v0.3.2
94042025-12-03T17:17:58.376Z Fresh rand v0.9.2
94052025-12-03T17:17:58.376Z Fresh openssl-sys v0.9.109
94062025-12-03T17:17:58.376Z Fresh openssl-macros v0.1.1
94072025-12-03T17:17:58.376Z Fresh plain v0.2.3
94082025-12-03T17:17:58.376Z Fresh darling v0.20.10
94092025-12-03T17:17:58.376Z Fresh pest_generator v2.8.2
94102025-12-03T17:17:58.376Z Fresh openssl v0.10.73
94112025-12-03T17:17:58.376Z Fresh serde_urlencoded v0.7.1
94122025-12-03T17:17:58.376Z Fresh encoding_rs v0.8.34
94132025-12-03T17:17:58.376Z Fresh pest_derive v2.8.2
94142025-12-03T17:17:58.376Z Fresh tempfile v3.20.0
94152025-12-03T17:17:58.376Z Fresh rustls v0.23.19
94162025-12-03T17:17:58.376Z Fresh litrs v0.4.1
94172025-12-03T17:17:58.376Z Fresh pretty-hex v0.4.1
94182025-12-03T17:17:58.376Z Fresh openapiv3 v2.2.0
94192025-12-03T17:17:58.376Z Fresh sync_wrapper v1.0.1
94202025-12-03T17:17:58.376Z Fresh psl-types v2.0.11
94212025-12-03T17:17:58.376Z Fresh document-features v0.2.11
94222025-12-03T17:17:58.377Z Fresh native-tls v0.2.12
94232025-12-03T17:17:58.377Z Fresh tokio-rustls v0.26.0
94242025-12-03T17:17:58.377Z Fresh tower-layer v0.3.3
94252025-12-03T17:17:58.377Z Fresh publicsuffix v2.3.0
94262025-12-03T17:17:58.377Z Fresh cookie v0.18.1
94272025-12-03T17:17:58.377Z Fresh rustls-native-certs v0.8.1
94282025-12-03T17:17:58.377Z Fresh webpki-roots v1.0.1
94292025-12-03T17:17:58.377Z Fresh tower v0.5.2
94302025-12-03T17:17:58.377Z Fresh tokio-native-tls v0.3.1
94312025-12-03T17:17:58.377Z Fresh ipnetwork v0.21.1
94322025-12-03T17:17:58.377Z Fresh iri-string v0.7.8
94332025-12-03T17:17:58.377Z Fresh cookie_store v0.21.1
94342025-12-03T17:17:58.377Z Fresh hyper-rustls v0.27.7
94352025-12-03T17:17:58.377Z Fresh signature v2.2.0
94362025-12-03T17:17:58.377Z Fresh scroll_derive v0.12.0
94372025-12-03T17:17:58.377Z Fresh hyper-tls v0.6.0
94382025-12-03T17:17:58.377Z Fresh tower-http v0.6.6
94392025-12-03T17:17:58.377Z Fresh winnow v0.7.13
94402025-12-03T17:17:58.377Z Fresh winnow v0.5.40
94412025-12-03T17:17:58.377Z Fresh data-encoding v2.9.0
94422025-12-03T17:17:58.377Z Fresh scroll v0.12.0
94432025-12-03T17:17:58.377Z Fresh sha1 v0.10.6
94442025-12-03T17:17:58.377Z Fresh tinyvec_macros v0.1.1
94452025-12-03T17:17:58.377Z Fresh reqwest v0.12.24
94462025-12-03T17:17:58.377Z Fresh toml_edit v0.19.15
94472025-12-03T17:17:58.377Z Fresh quick-error v1.2.3
94482025-12-03T17:17:58.377Z Fresh goblin v0.8.2
94492025-12-03T17:17:58.377Z Fresh tinyvec v1.8.0
94502025-12-03T17:17:58.377Z Fresh num-integer v0.1.46
94512025-12-03T17:17:58.378Z Fresh dtrace-parser v0.2.0
94522025-12-03T17:17:58.378Z Fresh dof v0.3.0
94532025-12-03T17:17:58.378Z Fresh strum_macros v0.26.4
94542025-12-03T17:17:58.378Z Fresh thread-id v4.2.2
94552025-12-03T17:17:58.378Z Fresh bit-vec v0.8.0
94562025-12-03T17:17:58.378Z Fresh hubpack_derive v0.1.1
94572025-12-03T17:17:58.378Z Fresh wait-timeout v0.2.0
94582025-12-03T17:17:58.378Z Fresh strum v0.26.3
94592025-12-03T17:17:58.378Z Fresh bit-set v0.8.0
94602025-12-03T17:17:58.378Z Fresh usdt-impl v0.5.0
94612025-12-03T17:17:58.378Z Fresh static_assertions v1.1.0
94622025-12-03T17:17:58.378Z Fresh base16ct v0.2.0
94632025-12-03T17:17:58.378Z Fresh hubpack v0.1.2
94642025-12-03T17:17:58.860Z Fresh num-iter v0.1.45
94652025-12-03T17:17:58.860Z Fresh ahash v0.8.12
94662025-12-03T17:17:58.860Z Fresh sec1 v0.7.3
94672025-12-03T17:17:58.860Z Fresh oxnet v0.1.3
94682025-12-03T17:17:58.860Z Fresh ff v0.13.0
94692025-12-03T17:17:58.860Z Fresh crc32fast v1.4.2
94702025-12-03T17:17:58.860Z Fresh usdt-macro v0.5.0
94712025-12-03T17:17:58.860Z Fresh usdt-attr-macro v0.5.0
94722025-12-03T17:17:58.860Z Fresh group v0.13.0
94732025-12-03T17:17:58.860Z Fresh rusty-fork v0.3.0
94742025-12-03T17:17:58.860Z Fresh rand_xorshift v0.4.0
94752025-12-03T17:17:58.860Z Fresh heck v0.4.1
94762025-12-03T17:17:58.860Z Fresh hkdf v0.12.4
94772025-12-03T17:17:58.860Z Fresh crossbeam-epoch v0.9.18
94782025-12-03T17:17:58.860Z Fresh crypto-bigint v0.5.5
94792025-12-03T17:17:58.860Z Fresh bstr v1.10.0
94802025-12-03T17:17:58.860Z Fresh memmap v0.7.0
94812025-12-03T17:17:58.860Z Fresh unarray v0.1.4
94822025-12-03T17:17:58.860Z Fresh num-bigint-dig v0.8.4
94832025-12-03T17:17:58.860Z Fresh elliptic-curve v0.13.8
94842025-12-03T17:17:58.860Z Fresh pkcs1 v0.7.5
94852025-12-03T17:17:58.860Z Fresh itertools v0.13.0
94862025-12-03T17:17:58.860Z Fresh toml_write v0.1.2
94872025-12-03T17:17:58.860Z Fresh proptest v1.7.0
94882025-12-03T17:17:58.860Z Fresh usdt v0.5.0
94892025-12-03T17:17:58.860Z Fresh zlib-rs v0.5.1
94902025-12-03T17:17:58.861Z Fresh toml_edit v0.22.27
94912025-12-03T17:17:58.861Z Fresh rsa v0.9.8
94922025-12-03T17:17:58.861Z Fresh x509-cert v0.2.5
94932025-12-03T17:17:58.861Z Fresh libz-rs-sys v0.5.1
94942025-12-03T17:17:58.861Z Fresh bitflags v1.3.2
94952025-12-03T17:17:58.861Z Fresh newtype-uuid v1.3.2
94962025-12-03T17:17:58.861Z Fresh derive_builder_core v0.20.2
94972025-12-03T17:17:58.861Z Fresh rfc6979 v0.4.0
94982025-12-03T17:17:58.861Z Fresh curve25519-dalek-derive v0.1.1
94992025-12-03T17:17:58.861Z Fresh flate2 v1.1.2
95002025-12-03T17:17:58.861Z Fresh daft-derive v0.1.4
95012025-12-03T17:17:58.861Z Fresh siphasher v0.3.11
95022025-12-03T17:17:58.861Z Fresh ecdsa v0.16.9
95032025-12-03T17:17:58.861Z Fresh bzip2-sys v0.1.13+1.0.8
95042025-12-03T17:17:58.862Z Fresh derive_builder_macro v0.20.2
95052025-12-03T17:17:58.862Z Fresh curve25519-dalek v4.1.3
95062025-12-03T17:17:58.862Z Fresh toml v0.7.8
95072025-12-03T17:17:58.862Z Fresh phf_shared v0.11.2
95082025-12-03T17:17:58.862Z Fresh daft v0.1.4
95092025-12-03T17:17:58.862Z Fresh env_filter v0.1.2
95102025-12-03T17:17:58.862Z Fresh cfg_aliases v0.2.1
95112025-12-03T17:17:58.862Z Fresh derive_builder v0.20.2
95122025-12-03T17:17:58.862Z Fresh unicode-normalization v0.1.24
95132025-12-03T17:17:58.862Z Fresh env_logger v0.11.8
95142025-12-03T17:17:58.862Z Fresh ed25519 v2.2.3
95152025-12-03T17:17:58.862Z Fresh enum-as-inner v0.6.1
95162025-12-03T17:17:58.862Z Fresh scroll_derive v0.13.1
95172025-12-03T17:17:58.862Z Fresh keccak v0.1.5
95182025-12-03T17:17:58.862Z Fresh managed v0.8.0
95192025-12-03T17:17:58.862Z Fresh signal-hook v0.3.18
95202025-12-03T17:17:58.862Z Fresh memoffset v0.9.1
95212025-12-03T17:17:58.862Z Fresh scroll v0.13.0
95222025-12-03T17:17:58.862Z Fresh ed25519-dalek v2.1.1
95232025-12-03T17:17:58.862Z Fresh sha3 v0.10.8
95242025-12-03T17:17:58.862Z Fresh serde_with_macros v3.14.0
95252025-12-03T17:17:58.862Z Fresh itertools v0.10.5
95262025-12-03T17:17:58.862Z Fresh cargo-platform v0.1.8
95272025-12-03T17:17:58.862Z Fresh ref-cast-impl v1.0.24
95282025-12-03T17:17:58.862Z Fresh rustc-hash v2.1.1
95292025-12-03T17:17:58.862Z Fresh fixedbitset v0.4.2
95302025-12-03T17:17:58.862Z Fresh precomputed-hash v0.1.1
95312025-12-03T17:17:58.862Z Fresh new_debug_unreachable v1.0.6
95322025-12-03T17:17:58.862Z Fresh cargo_metadata v0.19.2
95332025-12-03T17:17:58.862Z Fresh vergen-lib v0.1.6
95342025-12-03T17:17:58.862Z Fresh serde_with v3.14.0
95352025-12-03T17:17:58.862Z Fresh petgraph v0.6.5
95362025-12-03T17:17:58.862Z Fresh string_cache v0.8.9
95372025-12-03T17:17:58.862Z Fresh ref-cast v1.0.24
95382025-12-03T17:17:58.862Z Fresh goblin v0.10.2
95392025-12-03T17:17:58.862Z Fresh bzip2 v0.4.4
95402025-12-03T17:17:58.862Z Fresh vergen v9.0.6
95412025-12-03T17:17:58.862Z Fresh zip v0.6.6
95422025-12-03T17:17:58.863Z Fresh dof v0.4.0
95432025-12-03T17:17:58.863Z Fresh zstd-sys v2.0.14+zstd.1.5.7
95442025-12-03T17:17:58.863Z Fresh signal-hook-mio v0.2.4
95452025-12-03T17:17:58.863Z Fresh dtrace-parser v0.3.0
95462025-12-03T17:17:58.863Z Fresh thread-id v5.0.0
95472025-12-03T17:17:58.863Z Fresh lalrpop-util v0.19.12
95482025-12-03T17:17:58.863Z Fresh zstd-safe v7.2.3
95492025-12-03T17:17:58.863Z Fresh hash32 v0.2.1
95502025-12-03T17:17:58.863Z Fresh serde-big-array v0.5.1
95512025-12-03T17:17:58.863Z Fresh winnow v0.6.26
95522025-12-03T17:17:58.863Z Fresh usdt-impl v0.6.0
95532025-12-03T17:17:58.864Z Fresh unicode-bidi v0.3.17
95542025-12-03T17:17:58.864Z Fresh predicates-core v1.0.8
95552025-12-03T17:17:58.864Z Fresh unicode-properties v0.1.3
95562025-12-03T17:17:58.864Z Fresh lockfree-object-pool v0.1.6
95572025-12-03T17:17:58.864Z Fresh bumpalo v3.16.0
95582025-12-03T17:17:58.864Z Fresh simd-adler32 v0.3.7
95592025-12-03T17:17:58.864Z Fresh stringprep v0.1.5
95602025-12-03T17:17:58.864Z Fresh heapless v0.7.17
95612025-12-03T17:17:58.864Z Fresh zstd v0.13.3
95622025-12-03T17:17:58.864Z Fresh crossterm v0.28.1
95632025-12-03T17:17:58.864Z Fresh zopfli v0.8.1
95642025-12-03T17:17:58.889Z Fresh hickory-proto v0.25.2
95652025-12-03T17:17:58.889Z Fresh bzip2 v0.5.2
95662025-12-03T17:17:58.889Z Fresh similar v2.7.0
95672025-12-03T17:17:58.889Z Fresh tokio-stream v0.1.17
95682025-12-03T17:17:58.889Z Fresh md-5 v0.10.6
95692025-12-03T17:17:58.889Z Fresh strum_macros v0.27.2
95702025-12-03T17:17:58.889Z Fresh float-cmp v0.10.0
95712025-12-03T17:17:58.889Z Fresh hashbrown v0.16.0
95722025-12-03T17:17:58.889Z Fresh foldhash v0.2.0
95732025-12-03T17:17:58.889Z Fresh fallible-iterator v0.2.0
95742025-12-03T17:17:58.889Z Fresh normalize-line-endings v0.3.0
95752025-12-03T17:17:58.889Z Fresh difflib v0.4.0
95762025-12-03T17:17:58.889Z Fresh jiff v0.2.15
95772025-12-03T17:17:58.889Z Fresh strum v0.27.2
95782025-12-03T17:17:58.889Z Fresh buf-list v1.0.3
95792025-12-03T17:17:58.890Z Fresh iddqd v0.3.16
95802025-12-03T17:17:58.890Z Fresh predicates v3.1.3
95812025-12-03T17:17:58.890Z Fresh postgres-protocol v0.6.8
95822025-12-03T17:17:58.890Z Fresh zip v4.2.0
95832025-12-03T17:17:58.890Z Fresh nix v0.29.0
95842025-12-03T17:17:58.890Z Fresh smoltcp v0.9.1
95852025-12-03T17:17:58.890Z Fresh serde_repr v0.1.19
95862025-12-03T17:17:58.890Z Fresh peg-runtime v0.8.5
95872025-12-03T17:17:58.890Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
95882025-12-03T17:17:58.890Z Fresh postgres-types v0.2.9
95892025-12-03T17:17:58.890Z Fresh phf v0.11.2
95902025-12-03T17:17:58.890Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
95912025-12-03T17:17:58.890Z Fresh whoami v1.5.2
95922025-12-03T17:17:58.890Z Fresh is-terminal v0.4.13
95932025-12-03T17:17:58.890Z Fresh tokio-postgres v0.7.13
95942025-12-03T17:17:58.890Z Fresh fs-err v3.1.1
95952025-12-03T17:17:58.890Z Fresh futures-executor v0.3.31
95962025-12-03T17:17:58.890Z Fresh regress v0.10.4
95972025-12-03T17:17:58.890Z Fresh crossbeam-channel v0.5.15
95982025-12-03T17:17:58.890Z Fresh hex v0.4.3
95992025-12-03T17:17:58.890Z Fresh unsafe-libyaml v0.2.11
96002025-12-03T17:17:58.890Z Fresh thread_local v1.1.8
96012025-12-03T17:17:58.890Z Fresh futures v0.3.31
96022025-12-03T17:17:58.890Z Fresh typify-impl v0.4.3
96032025-12-03T17:17:58.891Z Fresh serde_yaml v0.9.34+deprecated
96042025-12-03T17:17:58.891Z Fresh take_mut v0.2.2
96052025-12-03T17:17:58.891Z Fresh term v1.1.0
96062025-12-03T17:17:58.891Z Fresh match_cfg v0.1.0
96072025-12-03T17:17:58.891Z Fresh typify-macro v0.4.3
96082025-12-03T17:17:58.891Z Fresh slog-term v2.9.2
96092025-12-03T17:17:58.891Z Fresh hostname v0.3.1
96102025-12-03T17:17:58.891Z Fresh debug-ignore v1.0.5
96112025-12-03T17:17:58.892Z Fresh progenitor-client v0.10.0
96122025-12-03T17:17:58.892Z Fresh typify v0.4.3
96132025-12-03T17:17:58.892Z Fresh slog-async v2.8.0
96142025-12-03T17:17:58.892Z Fresh toml_parser v1.0.2
96152025-12-03T17:17:58.892Z Fresh serde_spanned v1.0.0
96162025-12-03T17:17:58.892Z Fresh serde_path_to_error v0.1.17
96172025-12-03T17:17:58.892Z Fresh toml_datetime v0.7.0
96182025-12-03T17:17:58.892Z Fresh structmeta-derive v0.3.0
96192025-12-03T17:17:58.892Z Fresh toml_writer v1.0.2
96202025-12-03T17:17:58.892Z Fresh rustls v0.22.4
96212025-12-03T17:17:58.892Z Fresh slog-json v2.6.1
96222025-12-03T17:17:58.892Z Fresh async-stream-impl v0.3.6
96232025-12-03T17:17:58.892Z Fresh rustls-pemfile v2.2.0
96242025-12-03T17:17:58.892Z Fresh toml v0.9.5
96252025-12-03T17:17:58.892Z Fresh structmeta v0.3.0
96262025-12-03T17:17:58.892Z Fresh tokio-rustls v0.25.0
96272025-12-03T17:17:58.892Z Fresh async-stream v0.3.6
96282025-12-03T17:17:58.892Z Fresh slog-bunyan v2.5.0
96292025-12-03T17:17:58.892Z Fresh waitgroup v0.1.2
96302025-12-03T17:17:58.892Z Fresh multer v3.1.0
96312025-12-03T17:17:58.892Z Fresh dropshot_endpoint v0.16.4
96322025-12-03T17:17:58.892Z Fresh hostname v0.4.0
96332025-12-03T17:17:58.892Z Fresh derive-ex v0.1.8
96342025-12-03T17:17:58.892Z Fresh newtype-uuid-macros v0.1.0
96352025-12-03T17:17:58.892Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
96362025-12-03T17:17:58.892Z Fresh macaddr v1.0.1
96372025-12-03T17:17:58.892Z Fresh instant v0.1.13
96382025-12-03T17:17:58.892Z Fresh dropshot v0.16.4
96392025-12-03T17:17:58.892Z Fresh test-strategy v0.4.3
96402025-12-03T17:17:58.892Z Fresh progenitor-impl v0.11.2
96412025-12-03T17:17:58.892Z Fresh progenitor-client v0.11.2
96422025-12-03T17:17:58.892Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
96432025-12-03T17:17:58.892Z Fresh parse-display-derive v0.10.0
96442025-12-03T17:17:58.892Z Fresh backoff v0.4.0
96452025-12-03T17:17:58.892Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
96462025-12-03T17:17:58.892Z Fresh progenitor-macro v0.11.2
96472025-12-03T17:17:58.892Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
96482025-12-03T17:17:58.892Z Fresh parse-display v0.10.0
96492025-12-03T17:17:58.892Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
96502025-12-03T17:17:58.893Z Fresh itertools v0.14.0
96512025-12-03T17:17:58.893Z Fresh unicode-width v0.1.14
96522025-12-03T17:17:58.893Z Fresh progenitor v0.11.2
96532025-12-03T17:17:58.893Z Fresh camino-tempfile v1.4.1
96542025-12-03T17:17:58.893Z Fresh toml v0.8.23
96552025-12-03T17:17:58.893Z Fresh progenitor-impl v0.10.0
96562025-12-03T17:17:58.893Z Fresh crossbeam-deque v0.8.5
96572025-12-03T17:17:58.893Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
96582025-12-03T17:17:58.893Z Fresh progenitor-macro v0.10.0
96592025-12-03T17:17:58.893Z Fresh unicode-width v0.2.0
96602025-12-03T17:17:58.893Z Fresh darling_core v0.21.0
96612025-12-03T17:17:58.893Z Fresh proc-macro-error-attr v1.0.4
96622025-12-03T17:17:58.893Z Fresh progenitor v0.10.0
96632025-12-03T17:17:58.893Z Fresh rayon-core v1.12.1
96642025-12-03T17:17:58.918Z Fresh darling_macro v0.21.0
96652025-12-03T17:17:58.918Z Fresh proc-macro-crate v1.3.1
96662025-12-03T17:17:58.918Z Fresh proc-macro-error v1.0.4
96672025-12-03T17:17:58.918Z Fresh crucible-workspace-hack v0.1.0
96682025-12-03T17:17:58.919Z Fresh num_enum_derive v0.5.11
96692025-12-03T17:17:58.919Z Fresh darling v0.21.0
96702025-12-03T17:17:58.919Z Fresh rayon v1.10.0
96712025-12-03T17:17:58.919Z Fresh num_enum v0.5.11
96722025-12-03T17:17:58.919Z Fresh ingot-macros v0.1.1
96732025-12-03T17:17:58.919Z Fresh hash32 v0.3.1
96742025-12-03T17:17:58.919Z Fresh nix v0.30.1
96752025-12-03T17:17:58.919Z Fresh heapless v0.8.0
96762025-12-03T17:17:58.919Z Fresh ingot-types v0.1.2
96772025-12-03T17:17:58.919Z Fresh tabwriter v1.4.0
96782025-12-03T17:17:58.919Z Fresh foreign-types-macros v0.2.3
96792025-12-03T17:17:58.919Z Fresh cobs v0.2.3
96802025-12-03T17:17:58.919Z Fresh foreign-types-shared v0.3.1
96812025-12-03T17:17:58.919Z Fresh foreign-types v0.5.0
96822025-12-03T17:17:58.919Z Fresh postcard v1.0.10
96832025-12-03T17:17:58.919Z Fresh ingot v0.1.1
96842025-12-03T17:17:58.919Z Fresh smoltcp v0.11.0
96852025-12-03T17:17:58.919Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
96862025-12-03T17:17:58.919Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
96872025-12-03T17:17:58.919Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
96882025-12-03T17:17:58.919Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
96892025-12-03T17:17:58.919Z Fresh cstr-argument v0.1.2
96902025-12-03T17:17:58.919Z Fresh pretty-hex v0.2.1
96912025-12-03T17:17:58.919Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
96922025-12-03T17:17:58.919Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
96932025-12-03T17:17:58.919Z Fresh colored v2.2.0
96942025-12-03T17:17:58.919Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
96952025-12-03T17:17:58.919Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
96962025-12-03T17:17:58.919Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
96972025-12-03T17:17:58.919Z Fresh sigpipe v0.1.3
96982025-12-03T17:17:58.919Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
96992025-12-03T17:17:58.919Z Fresh zone_cfg_derive v0.3.0
97002025-12-03T17:17:58.919Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
97012025-12-03T17:17:58.919Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
97022025-12-03T17:17:58.919Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
97032025-12-03T17:17:58.919Z Fresh smf v0.2.3
97042025-12-03T17:17:58.919Z Fresh num-derive v0.4.2
97052025-12-03T17:17:58.919Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
97062025-12-03T17:17:58.919Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
97072025-12-03T17:17:58.920Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
97082025-12-03T17:17:58.920Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
97092025-12-03T17:17:58.920Z Fresh zone v0.3.1
97102025-12-03T17:17:58.920Z Fresh convert_case v0.4.0
97112025-12-03T17:17:58.920Z Fresh indent_write v2.2.0
97122025-12-03T17:17:58.920Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
97132025-12-03T17:17:58.920Z Fresh derive_more v0.99.20
97142025-12-03T17:17:58.920Z Fresh secrecy v0.10.3
97152025-12-03T17:17:58.920Z Fresh num-rational v0.4.2
97162025-12-03T17:17:58.920Z Fresh num-complex v0.4.6
97172025-12-03T17:17:58.920Z Fresh float-ord v0.3.2
97182025-12-03T17:17:58.920Z Fresh swrite v0.1.0
97192025-12-03T17:17:58.920Z Fresh password-hash v0.5.0
97202025-12-03T17:17:58.920Z Fresh num v0.4.3
97212025-12-03T17:17:58.920Z Fresh blake2 v0.10.6
97222025-12-03T17:17:58.920Z Fresh console v0.15.10
97232025-12-03T17:17:58.920Z Fresh base64 v0.21.7
97242025-12-03T17:17:58.920Z Fresh fixedbitset v0.5.7
97252025-12-03T17:17:58.920Z Fresh atomicwrites v0.4.4
97262025-12-03T17:17:58.920Z Fresh argon2 v0.5.3
97272025-12-03T17:17:58.920Z Fresh petgraph v0.8.2
97282025-12-03T17:17:58.920Z Fresh newline-converter v0.3.0
97292025-12-03T17:17:58.920Z Fresh derive-where v1.5.0
97302025-12-03T17:17:58.920Z Fresh bytecount v0.6.8
97312025-12-03T17:17:58.920Z Fresh expectorate v1.2.0
97322025-12-03T17:17:58.920Z Fresh libsw-core v0.3.1
97332025-12-03T17:17:58.920Z Fresh linear-map v1.2.0
97342025-12-03T17:17:58.920Z Fresh same-file v1.0.6
97352025-12-03T17:17:58.920Z Fresh cancel-safe-futures v0.1.5
97362025-12-03T17:17:58.920Z Fresh libsw v3.5.0
97372025-12-03T17:17:58.920Z Fresh owo-colors v4.2.2
97382025-12-03T17:17:58.920Z Fresh walkdir v2.5.0
97392025-12-03T17:17:58.920Z Fresh gethostname v0.5.0
97402025-12-03T17:17:58.920Z Fresh unicode-xid v0.2.6
97412025-12-03T17:17:58.920Z Fresh tokio-dtrace v0.1.0
97422025-12-03T17:17:58.920Z Fresh utf-8 v0.7.6
97432025-12-03T17:17:58.920Z Fresh globset v0.4.15
97442025-12-03T17:17:58.920Z Fresh oxide-tokio-rt v0.1.2
97452025-12-03T17:17:58.920Z Fresh tungstenite v0.21.0
97462025-12-03T17:17:58.920Z Fresh smawk v0.3.2
97472025-12-03T17:17:58.921Z Fresh unicode-linebreak v0.1.5
97482025-12-03T17:17:58.921Z Fresh resolv-conf v0.7.0
97492025-12-03T17:17:58.921Z Fresh tokio-tungstenite v0.21.0
97502025-12-03T17:17:58.921Z Fresh slog-dtrace v0.3.0
97512025-12-03T17:17:58.921Z Fresh convert_case v0.7.1
97522025-12-03T17:17:58.921Z Fresh pin-project-internal v1.1.6
97532025-12-03T17:17:58.921Z Fresh vte_generate_state_changes v0.1.2
97542025-12-03T17:17:58.921Z Fresh termtree v0.5.1
97552025-12-03T17:17:58.921Z Fresh pin-project v1.1.6
97562025-12-03T17:17:58.921Z Fresh derive_more-impl v2.0.1
97572025-12-03T17:17:58.921Z Fresh vte v0.11.1
97582025-12-03T17:17:58.921Z Fresh fd-lock v4.0.2
97592025-12-03T17:17:58.921Z Fresh async-recursion v1.1.1
97602025-12-03T17:17:58.921Z Fresh csv-core v0.1.11
97612025-12-03T17:17:58.921Z Fresh linked-hash-map v0.5.6
97622025-12-03T17:17:58.921Z Fresh derive_more v2.0.1
97632025-12-03T17:17:58.921Z Fresh strip-ansi-escapes v0.2.0
97642025-12-03T17:17:58.946Z Fresh csv v1.3.1
97652025-12-03T17:17:58.946Z Fresh lru-cache v0.1.2
97662025-12-03T17:17:58.946Z Fresh hickory-proto v0.24.4
97672025-12-03T17:17:58.946Z Fresh pem v3.0.5
97682025-12-03T17:17:58.946Z Fresh snafu-derive v0.8.5
97692025-12-03T17:17:58.946Z Fresh nu-ansi-term v0.50.1
97702025-12-03T17:17:58.946Z Fresh crossterm v0.29.0
97712025-12-03T17:17:58.946Z Fresh olpc-cjson v0.1.4
97722025-12-03T17:17:58.946Z Fresh serde_plain v1.0.2
97732025-12-03T17:17:58.946Z Fresh nibble_vec v0.1.0
97742025-12-03T17:17:58.946Z Fresh snafu v0.8.5
97752025-12-03T17:17:58.946Z Fresh reedline v0.40.0
97762025-12-03T17:17:58.946Z Fresh cfg_aliases v0.1.1
97772025-12-03T17:17:58.946Z Fresh endian-type v0.1.2
97782025-12-03T17:17:58.946Z Fresh display-error-chain v0.2.2
97792025-12-03T17:17:58.946Z Fresh typed-path v0.9.3
97802025-12-03T17:17:58.946Z Fresh semver v0.1.20
97812025-12-03T17:17:58.946Z Fresh radix_trie v0.2.1
97822025-12-03T17:17:58.946Z Fresh rustc_version v0.1.7
97832025-12-03T17:17:58.946Z Fresh tough v0.20.0
97842025-12-03T17:17:58.946Z Fresh hickory-resolver v0.24.4
97852025-12-03T17:17:58.946Z Fresh humantime v2.2.0
97862025-12-03T17:17:58.946Z Fresh siphasher v1.0.1
97872025-12-03T17:17:58.946Z Fresh qorb v0.4.1
97882025-12-03T17:17:58.946Z Fresh phf_shared v0.12.1
97892025-12-03T17:17:58.946Z Fresh textwrap v0.16.2
97902025-12-03T17:17:58.946Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
97912025-12-03T17:17:58.946Z Fresh highway v1.3.0
97922025-12-03T17:17:58.946Z Fresh phf v0.12.1
97932025-12-03T17:17:58.946Z Fresh nix v0.28.0
97942025-12-03T17:17:58.946Z Fresh const_format_proc_macros v0.2.34
97952025-12-03T17:17:58.946Z Fresh papergrid v0.11.0
97962025-12-03T17:17:58.947Z Fresh tabled_derive v0.7.0
97972025-12-03T17:17:58.947Z Fresh peg-macros v0.8.5
97982025-12-03T17:17:58.947Z Fresh sqlparser_derive v0.2.2
97992025-12-03T17:17:58.947Z Fresh unicode_categories v0.1.1
98002025-12-03T17:17:58.947Z Fresh tabled v0.15.0
98012025-12-03T17:17:58.947Z Fresh newtype_derive v0.1.6
98022025-12-03T17:17:58.947Z Fresh rustyline v14.0.0
98032025-12-03T17:17:58.947Z Fresh chrono-tz v0.10.4
98042025-12-03T17:17:58.947Z Fresh sqlparser v0.45.0
98052025-12-03T17:17:58.947Z Fresh peg v0.8.5
98062025-12-03T17:17:58.947Z Fresh sqlformat v0.3.5
98072025-12-03T17:17:58.947Z Fresh const_format v0.2.34
98082025-12-03T17:17:58.947Z Fresh bcs v0.1.6
98092025-12-03T17:17:58.947Z Fresh half v2.4.1
98102025-12-03T17:17:58.948Z Fresh ciborium-io v0.2.2
98112025-12-03T17:17:58.948Z Fresh ciborium-ll v0.2.2
98122025-12-03T17:17:58.948Z Fresh steno v0.4.1
98132025-12-03T17:17:58.948Z Fresh universal-hash v0.5.1
98142025-12-03T17:17:58.948Z Fresh opaque-debug v0.3.1
98152025-12-03T17:17:58.948Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
98162025-12-03T17:17:58.948Z Fresh aead v0.5.2
98172025-12-03T17:17:58.948Z Fresh chacha20 v0.9.1
98182025-12-03T17:17:58.948Z Fresh ciborium v0.2.2
98192025-12-03T17:17:58.948Z Fresh poly1305 v0.8.0
98202025-12-03T17:17:58.948Z Fresh thiserror-impl-no-std v2.0.2
98212025-12-03T17:17:58.948Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
98222025-12-03T17:17:58.948Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
98232025-12-03T17:17:58.948Z Fresh xattr v1.3.1
98242025-12-03T17:17:58.948Z Fresh thiserror-no-std v2.0.2
98252025-12-03T17:17:58.948Z Fresh filetime v0.2.26
98262025-12-03T17:17:58.948Z Fresh chacha20poly1305 v0.10.1
98272025-12-03T17:17:58.948Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
98282025-12-03T17:17:58.948Z Fresh arc-swap v1.7.1
98292025-12-03T17:17:58.948Z Fresh typify-impl v0.2.0
98302025-12-03T17:17:58.948Z Fresh tar v0.4.44
98312025-12-03T17:17:58.948Z Fresh vsss-rs v3.3.4
98322025-12-03T17:17:58.948Z Fresh slog-scope v4.4.0
98332025-12-03T17:17:58.948Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
98342025-12-03T17:17:58.948Z Fresh typify-macro v0.2.0
98352025-12-03T17:17:58.948Z Fresh headers-core v0.3.0
98362025-12-03T17:17:58.948Z Fresh progenitor-client v0.8.0
98372025-12-03T17:17:58.948Z Fresh slog-stdlog v4.1.1
98382025-12-03T17:17:58.948Z Fresh headers v0.4.1
98392025-12-03T17:17:58.948Z Fresh typify v0.2.0
98402025-12-03T17:17:58.948Z Fresh heck v0.3.3
98412025-12-03T17:17:58.948Z Fresh subprocess v0.2.9
98422025-12-03T17:17:58.948Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
98432025-12-03T17:17:58.948Z Fresh slog-envlogger v2.2.0
98442025-12-03T17:17:58.949Z Fresh progenitor-impl v0.8.0
98452025-12-03T17:17:58.949Z Fresh lzma-sys v0.1.20
98462025-12-03T17:17:58.949Z Fresh zone_cfg_derive v0.1.2
98472025-12-03T17:17:58.949Z Fresh number_prefix v0.4.0
98482025-12-03T17:17:58.949Z Fresh base64 v0.13.1
98492025-12-03T17:17:58.949Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
98502025-12-03T17:17:58.949Z Fresh progenitor-macro v0.8.0
98512025-12-03T17:17:58.949Z Fresh ron v0.7.1
98522025-12-03T17:17:58.949Z Fresh xz2 v0.1.7
98532025-12-03T17:17:58.949Z Fresh zone v0.1.8
98542025-12-03T17:17:58.949Z Fresh indicatif v0.17.11
98552025-12-03T17:17:58.949Z Fresh yasna v0.5.2
98562025-12-03T17:17:58.949Z Fresh dropshot-api-manager-types v0.2.3
98572025-12-03T17:17:58.949Z Fresh progenitor v0.8.0
98582025-12-03T17:17:58.949Z Fresh rcgen v0.12.1
98592025-12-03T17:17:58.949Z Fresh tagptr v0.2.0
98602025-12-03T17:17:58.949Z Fresh bitfield-struct v0.6.2
98612025-12-03T17:17:58.949Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
98622025-12-03T17:17:58.949Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
98632025-12-03T17:17:58.949Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
98642025-12-03T17:17:58.975Z Fresh tap v1.0.1
98652025-12-03T17:17:58.975Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
98662025-12-03T17:17:58.975Z Fresh moka v0.12.10
98672025-12-03T17:17:58.975Z Fresh libefi-sys v0.1.0
98682025-12-03T17:17:58.975Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
98692025-12-03T17:17:58.975Z Fresh wyz v0.5.1
98702025-12-03T17:17:58.975Z Fresh zerocopy-derive v0.6.6
98712025-12-03T17:17:58.975Z Fresh hickory-resolver v0.25.2
98722025-12-03T17:17:58.975Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
98732025-12-03T17:17:58.975Z Fresh radium v0.7.0
98742025-12-03T17:17:58.975Z Fresh funty v2.0.0
98752025-12-03T17:17:58.975Z Fresh crc-catalog v2.4.0
98762025-12-03T17:17:58.975Z Fresh maybe-uninit v2.0.0
98772025-12-03T17:17:58.975Z Fresh bitvec v1.0.1
98782025-12-03T17:17:58.975Z Fresh crc v3.2.1
98792025-12-03T17:17:58.975Z Fresh zerocopy v0.6.6
98802025-12-03T17:17:58.975Z Fresh packed_struct_codegen v0.10.1
98812025-12-03T17:17:58.975Z Fresh bitfield-macros v0.19.2
98822025-12-03T17:17:58.975Z Fresh nodrop v0.1.14
98832025-12-03T17:17:58.975Z Fresh bitfield v0.19.2
98842025-12-03T17:17:58.975Z Fresh packed_struct v0.10.1
98852025-12-03T17:17:58.976Z Fresh smallvec v0.6.14
98862025-12-03T17:17:58.976Z Fresh hashbrown v0.12.3
98872025-12-03T17:17:58.976Z Fresh array-init v0.0.4
98882025-12-03T17:17:58.976Z Fresh xshell-macros v0.2.7
98892025-12-03T17:17:58.976Z Fresh maplit v1.0.2
98902025-12-03T17:17:58.976Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
98912025-12-03T17:17:58.976Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
98922025-12-03T17:17:58.976Z Fresh ron v0.8.1
98932025-12-03T17:17:58.976Z Fresh hashbrown v0.13.2
98942025-12-03T17:17:58.976Z Fresh serde-hex v0.1.0
98952025-12-03T17:17:58.976Z Fresh xshell v0.2.7
98962025-12-03T17:17:58.976Z Fresh indexmap v1.9.3
98972025-12-03T17:17:58.976Z Fresh crc-any v2.5.0
98982025-12-03T17:17:58.976Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
98992025-12-03T17:17:58.976Z Fresh path-slash v0.1.5
99002025-12-03T17:17:58.976Z Fresh dsl_auto_type v0.1.2
99012025-12-03T17:17:58.976Z Fresh scheduled-thread-pool v0.2.7
99022025-12-03T17:17:58.976Z Fresh object v0.30.4
99032025-12-03T17:17:58.976Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
99042025-12-03T17:17:58.976Z Fresh diesel_table_macro_syntax v0.2.0
99052025-12-03T17:17:58.976Z Fresh proc-macro-error-attr2 v2.0.0
99062025-12-03T17:17:58.976Z Fresh r2d2 v0.8.10
99072025-12-03T17:17:58.976Z Fresh memmap2 v0.9.8
99082025-12-03T17:17:58.976Z Fresh proc-macro-error2 v2.0.1
99092025-12-03T17:17:58.976Z Fresh diesel_derives v2.2.3
99102025-12-03T17:17:58.976Z Fresh diff v0.1.13
99112025-12-03T17:17:58.976Z Fresh dirs-sys-next v0.1.2
99122025-12-03T17:17:58.976Z Fresh unicase v2.8.1
99132025-12-03T17:17:58.976Z Fresh diesel v2.2.12
99142025-12-03T17:17:58.976Z Fresh dirs-next v2.0.0
99152025-12-03T17:17:58.977Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
99162025-12-03T17:17:58.977Z Fresh num-derive v0.3.3
99172025-12-03T17:17:58.977Z Fresh term v0.7.0
99182025-12-03T17:17:58.977Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
99192025-12-03T17:17:58.977Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
99202025-12-03T17:17:58.977Z Fresh vergen-gitcl v1.0.8
99212025-12-03T17:17:58.977Z Fresh crunchy v0.2.2
99222025-12-03T17:17:58.977Z Fresh libscf-sys v1.1.0
99232025-12-03T17:17:58.977Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
99242025-12-03T17:17:58.977Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
99252025-12-03T17:17:58.977Z Fresh bit-vec v0.6.3
99262025-12-03T17:17:58.977Z Fresh ascii-canvas v3.0.0
99272025-12-03T17:17:58.977Z Fresh bit-set v0.5.3
99282025-12-03T17:17:58.977Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
99292025-12-03T17:17:58.977Z Fresh tiny-keccak v2.0.2
99302025-12-03T17:17:58.977Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
99312025-12-03T17:17:58.977Z Fresh tabled_derive v0.11.0
99322025-12-03T17:17:58.977Z Fresh papergrid v0.17.0
99332025-12-03T17:17:58.977Z Fresh testing_table v0.3.0
99342025-12-03T17:17:58.977Z Fresh usdt-attr-macro v0.6.0
99352025-12-03T17:17:58.977Z Fresh usdt-macro v0.6.0
99362025-12-03T17:17:58.977Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
99372025-12-03T17:17:58.978Z Fresh ena v0.14.3
99382025-12-03T17:17:58.978Z Fresh regex-syntax v0.6.29
99392025-12-03T17:17:58.978Z Fresh tabled v0.20.0
99402025-12-03T17:17:58.978Z Fresh usdt v0.6.0
99412025-12-03T17:17:58.978Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
99422025-12-03T17:17:58.978Z Fresh lalrpop v0.19.12
99432025-12-03T17:17:58.978Z Fresh half v1.8.3
99442025-12-03T17:17:58.978Z Fresh bindgen v0.71.1
99452025-12-03T17:17:58.978Z Fresh serde_cbor v0.11.2
99462025-12-03T17:17:58.978Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
99472025-12-03T17:17:58.978Z Fresh crc8 v0.1.1
99482025-12-03T17:17:58.979Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
99492025-12-03T17:17:58.979Z Fresh strum_macros v0.24.3
99502025-12-03T17:17:58.979Z Fresh indoc v1.0.9
99512025-12-03T17:17:58.979Z Fresh polar-core v0.27.3
99522025-12-03T17:17:58.979Z Fresh libxml v0.3.3
99532025-12-03T17:17:58.979Z Fresh impl-trait-for-tuples v0.2.2
99542025-12-03T17:17:58.979Z Fresh oso-derive v0.27.3
99552025-12-03T17:17:58.979Z Fresh quick-xml v0.37.2
99562025-12-03T17:17:58.979Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
99572025-12-03T17:17:58.979Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
99582025-12-03T17:17:58.979Z Fresh samael v0.0.19
99592025-12-03T17:17:58.979Z Fresh oso v0.27.3
99602025-12-03T17:17:58.979Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
99612025-12-03T17:17:58.979Z Fresh trait-variant v0.1.2
99622025-12-03T17:17:58.979Z Fresh fxhash v0.2.1
99632025-12-03T17:17:58.979Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
99642025-12-03T17:17:59.004Z Fresh primeorder v0.13.6
99652025-12-03T17:17:59.004Z Fresh bb8 v0.8.5
99662025-12-03T17:17:59.004Z Fresh async-bb8-diesel v0.2.1
99672025-12-03T17:17:59.004Z Fresh diesel-dtrace v0.4.2
99682025-12-03T17:17:59.005Z Fresh kstat-rs v0.2.4
99692025-12-03T17:17:59.005Z Fresh p384 v0.13.1
99702025-12-03T17:17:59.005Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
99712025-12-03T17:17:59.005Z Fresh salty v0.3.0
99722025-12-03T17:17:59.005Z Fresh predicates-tree v1.0.12
99732025-12-03T17:17:59.005Z Fresh ignore v0.4.23
99742025-12-03T17:17:59.005Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
99752025-12-03T17:17:59.005Z Fresh parking_lot_core v0.8.6
99762025-12-03T17:17:59.005Z Fresh globwalk v0.9.1
99772025-12-03T17:17:59.005Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
99782025-12-03T17:17:59.005Z Fresh fs-err v2.11.0
99792025-12-03T17:17:59.005Z Fresh parking_lot v0.11.2
99802025-12-03T17:17:59.005Z Fresh prefix-trie v0.7.0
99812025-12-03T17:17:59.005Z Fresh nanorand v0.7.0
99822025-12-03T17:17:59.006Z Fresh parse-size v1.1.0
99832025-12-03T17:17:59.006Z Fresh camino-tempfile-ext v0.3.2
99842025-12-03T17:17:59.006Z Fresh attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
99852025-12-03T17:17:59.006Z Fresh flume v0.11.1
99862025-12-03T17:17:59.006Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
99872025-12-03T17:17:59.006Z Fresh sled v0.34.7
99882025-12-03T17:17:59.006Z Fresh hickory-server v0.25.2
99892025-12-03T17:17:59.006Z Fresh hickory-client v0.25.2
99902025-12-03T17:17:59.006Z Fresh void v1.0.2
99912025-12-03T17:17:59.006Z Fresh corncobs v0.1.4
99922025-12-03T17:17:59.006Z Fresh http-range v0.1.5
99932025-12-03T17:17:59.006Z Fresh lzss v0.8.2
99942025-12-03T17:17:59.006Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
99952025-12-03T17:17:59.006Z Fresh dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
99962025-12-03T17:17:59.006Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
99972025-12-03T17:17:59.006Z Fresh tungstenite v0.23.0
99982025-12-03T17:17:59.006Z Fresh nix v0.27.1
99992025-12-03T17:17:59.006Z Fresh concurrent-queue v2.5.0
100002025-12-03T17:17:59.006Z Fresh secrecy v0.8.0
100012025-12-03T17:17:59.006Z Fresh atty v0.2.14
100022025-12-03T17:17:59.006Z Fresh serde_bytes v0.11.19
100032025-12-03T17:17:59.006Z Fresh parking v2.2.1
100042025-12-03T17:17:59.006Z Fresh tokio-tungstenite v0.23.1
100052025-12-03T17:17:59.006Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
100062025-12-03T17:17:59.006Z Fresh mime_guess v2.0.5
100072025-12-03T17:17:59.006Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
100082025-12-03T17:17:59.006Z Fresh signal-hook-tokio v0.3.1
100092025-12-03T17:17:59.006Z Fresh hyper-staticfile v0.10.1
100102025-12-03T17:17:59.006Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
100112025-12-03T17:17:59.006Z Fresh rand_seeder v0.4.0
100122025-12-03T17:17:59.006Z Fresh is_ci v1.2.0
100132025-12-03T17:17:59.006Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
100142025-12-03T17:17:59.006Z Fresh event-listener v5.3.1
100152025-12-03T17:17:59.006Z Fresh tabled_derive v0.10.0
100162025-12-03T17:17:59.006Z Fresh papergrid v0.14.0
100172025-12-03T17:17:59.006Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
100182025-12-03T17:17:59.006Z Fresh assert_matches v1.5.0
100192025-12-03T17:17:59.006Z Fresh event-listener-strategy v0.5.2
100202025-12-03T17:17:59.007Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
100212025-12-03T17:17:59.007Z Fresh tabled v0.18.0
100222025-12-03T17:17:59.007Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
100232025-12-03T17:17:59.007Z Fresh yansi v1.0.1
100242025-12-03T17:17:59.007Z Fresh typeid v1.0.3
100252025-12-03T17:17:59.007Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
100262025-12-03T17:17:59.007Z Fresh pretty_assertions v1.4.1
100272025-12-03T17:17:59.007Z Fresh futures-lite v2.3.0
100282025-12-03T17:17:59.007Z Fresh erased-serde v0.4.6
100292025-12-03T17:17:59.007Z Fresh ordered-float v2.10.1
100302025-12-03T17:17:59.007Z Fresh serde-untagged v0.1.7
100312025-12-03T17:17:59.007Z Fresh serde-value v0.7.0
100322025-12-03T17:17:59.007Z Fresh async-lock v3.4.0
100332025-12-03T17:17:59.007Z Fresh castaway v0.2.3
100342025-12-03T17:17:59.007Z Fresh polling v3.7.3
100352025-12-03T17:17:59.007Z Fresh indoc v2.0.6
100362025-12-03T17:17:59.007Z Fresh cargo-util-schemas v0.8.2
100372025-12-03T17:17:59.007Z Fresh async-io v2.3.4
100382025-12-03T17:17:59.007Z Fresh compact_str v0.8.0
100392025-12-03T17:17:59.007Z Fresh libz-sys v1.1.20
100402025-12-03T17:17:59.007Z Fresh console v0.16.0
100412025-12-03T17:17:59.007Z Fresh unicode-truncate v1.1.0
100422025-12-03T17:17:59.007Z Fresh lru v0.12.5
100432025-12-03T17:17:59.007Z Fresh cargo-platform v0.2.0
100442025-12-03T17:17:59.007Z Fresh instability v0.3.2
100452025-12-03T17:17:59.007Z Fresh unit-prefix v0.5.1
100462025-12-03T17:17:59.007Z Fresh async-task v4.7.1
100472025-12-03T17:17:59.007Z Fresh cassowary v0.3.0
100482025-12-03T17:17:59.007Z Fresh cargo_metadata v0.21.0
100492025-12-03T17:17:59.007Z Fresh ratatui v0.29.0
100502025-12-03T17:17:59.007Z Fresh indicatif v0.18.0
100512025-12-03T17:17:59.007Z Fresh libgit2-sys v0.18.2+1.9.1
100522025-12-03T17:17:59.007Z Fresh async-channel v2.3.1
100532025-12-03T17:17:59.007Z Fresh polyval v0.6.2
100542025-12-03T17:17:59.007Z Fresh piper v0.2.4
100552025-12-03T17:17:59.007Z Fresh plotters-backend v0.3.7
100562025-12-03T17:17:59.007Z Fresh git2 v0.20.2
100572025-12-03T17:17:59.007Z Fresh ghash v0.5.1
100582025-12-03T17:17:59.007Z Fresh blocking v1.6.1
100592025-12-03T17:17:59.008Z Fresh async-executor v1.13.1
100602025-12-03T17:17:59.008Z Fresh async-signal v0.2.10
100612025-12-03T17:17:59.008Z Fresh plotters-svg v0.3.7
100622025-12-03T17:17:59.008Z Fresh supports-color v2.1.0
100632025-12-03T17:17:59.008Z Fresh textwrap v0.15.2
100642025-12-03T17:17:59.033Z Fresh supports-hyperlinks v2.1.0
100652025-12-03T17:17:59.033Z Fresh supports-unicode v2.1.0
100662025-12-03T17:17:59.033Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
100672025-12-03T17:17:59.033Z Fresh hashbrown v0.14.5
100682025-12-03T17:17:59.033Z Fresh ctr v0.9.2
100692025-12-03T17:17:59.033Z Fresh backtrace-ext v0.2.1
100702025-12-03T17:17:59.033Z Fresh miette-derive v5.10.0
100712025-12-03T17:17:59.033Z Fresh terminal_size v0.1.17
100722025-12-03T17:17:59.033Z Fresh owo-colors v3.5.0
100732025-12-03T17:17:59.033Z Fresh event-listener v2.5.3
100742025-12-03T17:17:59.033Z Fresh arrayref v0.3.9
100752025-12-03T17:17:59.033Z Fresh shell-words v1.1.0
100762025-12-03T17:17:59.033Z Fresh constant_time_eq v0.3.1
100772025-12-03T17:17:59.033Z Fresh arrayvec v0.7.6
100782025-12-03T17:17:59.033Z Fresh cast v0.3.0
100792025-12-03T17:17:59.033Z Fresh miette v5.10.0
100802025-12-03T17:17:59.033Z Fresh aes-gcm v0.10.3
100812025-12-03T17:17:59.033Z Fresh async-channel v1.9.0
100822025-12-03T17:17:59.033Z Fresh criterion-plot v0.6.0
100832025-12-03T17:17:59.033Z Fresh chumsky v0.9.3
100842025-12-03T17:17:59.033Z Fresh plotters v0.3.7
100852025-12-03T17:17:59.033Z Fresh vergen-git2 v1.0.7
100862025-12-03T17:17:59.033Z Fresh async-global-executor v2.4.1
100872025-12-03T17:17:59.033Z Fresh async-process v2.3.0
100882025-12-03T17:17:59.033Z Fresh supports-color v3.0.2
100892025-12-03T17:17:59.033Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
100902025-12-03T17:17:59.033Z Fresh knuffel-derive v3.2.0
100912025-12-03T17:17:59.033Z Fresh sct v0.7.1
100922025-12-03T17:17:59.034Z Fresh rustls-webpki v0.101.7
100932025-12-03T17:17:59.034Z Fresh ssh-encoding v0.2.0
100942025-12-03T17:17:59.034Z Fresh blowfish v0.9.1
100952025-12-03T17:17:59.034Z Fresh async-attributes v1.1.2
100962025-12-03T17:17:59.034Z Fresh tinytemplate v1.2.1
100972025-12-03T17:17:59.034Z Fresh kv-log-macro v1.0.7
100982025-12-03T17:17:59.034Z Fresh rtoolbox v0.0.2
100992025-12-03T17:17:59.034Z Fresh oorandom v11.1.4
101002025-12-03T17:17:59.034Z Fresh futures-timer v3.0.3
101012025-12-03T17:17:59.034Z Fresh anes v0.1.6
101022025-12-03T17:17:59.034Z Fresh hex-literal v0.4.1
101032025-12-03T17:17:59.034Z Fresh rpassword v7.4.0
101042025-12-03T17:17:59.035Z Fresh async-std v1.13.0
101052025-12-03T17:17:59.035Z Fresh bcrypt-pbkdf v0.10.0
101062025-12-03T17:17:59.035Z Fresh criterion v0.7.0
101072025-12-03T17:17:59.035Z Fresh knuffel v3.2.0
101082025-12-03T17:17:59.035Z Fresh rustls v0.21.12
101092025-12-03T17:17:59.035Z Fresh ssh-cipher v0.2.0
101102025-12-03T17:17:59.035Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
101112025-12-03T17:17:59.035Z Fresh tui-tree-widget v0.23.1
101122025-12-03T17:17:59.035Z Fresh password-hash v0.4.2
101132025-12-03T17:17:59.035Z Fresh tokio-rustls v0.24.1
101142025-12-03T17:17:59.035Z Fresh pbkdf2 v0.11.0
101152025-12-03T17:17:59.035Z Fresh ssh-key v0.6.6
101162025-12-03T17:17:59.035Z Fresh target-lexicon v0.13.2
101172025-12-03T17:17:59.035Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
101182025-12-03T17:17:59.035Z Fresh async-object-pool v0.1.5
101192025-12-03T17:17:59.035Z Fresh petname v2.0.2
101202025-12-03T17:17:59.035Z Fresh p256 v0.13.2
101212025-12-03T17:17:59.035Z Fresh p521 v0.13.3
101222025-12-03T17:17:59.035Z Fresh rustls-pemfile v1.0.4
101232025-12-03T17:17:59.035Z Fresh twox-hash v2.1.0
101242025-12-03T17:17:59.035Z Fresh serde_regex v1.1.0
101252025-12-03T17:17:59.035Z Fresh assert-json-diff v2.0.2
101262025-12-03T17:17:59.035Z Fresh sapling-renderdag v0.1.0
101272025-12-03T17:17:59.035Z Fresh russh-cryptovec v0.7.3
101282025-12-03T17:17:59.036Z Fresh path-tree v0.8.1
101292025-12-03T17:17:59.036Z Fresh sync-ptr v0.1.4
101302025-12-03T17:17:59.036Z Fresh md5 v0.7.0
101312025-12-03T17:17:59.036Z Fresh stringmetrics v2.2.2
101322025-12-03T17:17:59.036Z Fresh httpmock v0.8.0-alpha.1
101332025-12-03T17:17:59.036Z Fresh russh-keys v0.45.0
101342025-12-03T17:17:59.036Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
101352025-12-03T17:17:59.036Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
101362025-12-03T17:17:59.036Z Fresh blake3 v1.5.4
101372025-12-03T17:17:59.036Z Fresh guppy-workspace-hack v0.1.0
101382025-12-03T17:17:59.036Z Fresh cfg-expr v0.20.1
101392025-12-03T17:17:59.036Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
101402025-12-03T17:17:59.036Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
101412025-12-03T17:17:59.036Z Fresh httptest v0.16.3
101422025-12-03T17:17:59.036Z Fresh fatfs v0.3.6
101432025-12-03T17:17:59.036Z Fresh proc-macro-crate v3.2.0
101442025-12-03T17:17:59.036Z Fresh num-bigint v0.4.6
101452025-12-03T17:17:59.036Z Fresh des v0.8.1
101462025-12-03T17:17:59.036Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
101472025-12-03T17:17:59.036Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
101482025-12-03T17:17:59.036Z Fresh topological-sort v0.2.2
101492025-12-03T17:17:59.036Z Fresh escape8259 v0.5.3
101502025-12-03T17:17:59.036Z Fresh relative-path v1.9.3
101512025-12-03T17:17:59.036Z Fresh omicron-zone-package v0.12.2
101522025-12-03T17:17:59.036Z Fresh libtest-mimic v0.8.1
101532025-12-03T17:17:59.036Z Fresh russh v0.45.0
101542025-12-03T17:17:59.036Z Fresh rstest_macros v0.25.0
101552025-12-03T17:17:59.037Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
101562025-12-03T17:17:59.037Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
101572025-12-03T17:17:59.037Z Fresh doc-comment v0.3.3
101582025-12-03T17:17:59.037Z Fresh target-spec v3.5.0
101592025-12-03T17:17:59.037Z Fresh target-triple v0.1.3
101602025-12-03T17:17:59.037Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
101612025-12-03T17:17:59.037Z Fresh blake2b_simd v1.0.2
101622025-12-03T17:17:59.037Z Fresh fancy-regex v0.14.0
101632025-12-03T17:17:59.037Z Fresh pathdiff v0.2.3
101642025-12-03T17:17:59.165Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
101652025-12-03T17:17:59.165Z Fresh uzers v0.12.1
101662025-12-03T17:17:59.165Z Fresh nested v0.1.1
101672025-12-03T17:17:59.165Z Fresh termcolor v1.4.1
101682025-12-03T17:17:59.165Z Fresh internet-checksum v0.2.1
101692025-12-03T17:17:59.165Z Fresh datatest-stable v0.3.2
101702025-12-03T17:17:59.165Z Fresh trybuild v1.0.106
101712025-12-03T17:17:59.165Z Fresh guppy v0.17.20
101722025-12-03T17:17:59.165Z Fresh rust-argon2 v2.1.0
101732025-12-03T17:17:59.165Z Fresh assert_cmd v2.0.17
101742025-12-03T17:17:59.165Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
101752025-12-03T17:17:59.165Z Fresh rstest v0.25.0
101762025-12-03T17:17:59.166Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
101772025-12-03T17:17:59.166Z Fresh partial-io v0.5.4
101782025-12-03T17:17:59.166Z Fresh similar-asserts v1.7.0
101792025-12-03T17:17:59.166Z Fresh rand_distr v0.5.1
101802025-12-03T17:17:59.166Z Fresh approx v0.5.1
101812025-12-03T17:17:59.166Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
101822025-12-03T17:17:59.166Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
101832025-12-03T17:17:59.166Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
101842025-12-03T17:17:59.166Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
101852025-12-03T17:17:59.166Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
101862025-12-03T17:17:59.166Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
101872025-12-03T17:17:59.166Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
101882025-12-03T17:17:59.166Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
101892025-12-03T17:17:59.166Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
101902025-12-03T17:17:59.166Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
101912025-12-03T17:17:59.166Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
101922025-12-03T17:17:59.166Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
101932025-12-03T17:17:59.167Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
101942025-12-03T17:17:59.167Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
101952025-12-03T17:17:59.167Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
101962025-12-03T17:17:59.167Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
101972025-12-03T17:17:59.167Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
101982025-12-03T17:17:59.167Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
101992025-12-03T17:17:59.167Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
102002025-12-03T17:17:59.167Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
102012025-12-03T17:17:59.167Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
102022025-12-03T17:17:59.167Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
102032025-12-03T17:17:59.167Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
102042025-12-03T17:17:59.167Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
102052025-12-03T17:17:59.167Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
102062025-12-03T17:17:59.167Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
102072025-12-03T17:17:59.167Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
102082025-12-03T17:17:59.167Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
102092025-12-03T17:17:59.167Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
102102025-12-03T17:17:59.167Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
102112025-12-03T17:17:59.167Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
102122025-12-03T17:17:59.168Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
102132025-12-03T17:17:59.168Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
102142025-12-03T17:17:59.168Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
102152025-12-03T17:17:59.168Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
102162025-12-03T17:17:59.168Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
102172025-12-03T17:17:59.168Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
102182025-12-03T17:17:59.168Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
102192025-12-03T17:17:59.168Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
102202025-12-03T17:17:59.168Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
102212025-12-03T17:17:59.168Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
102222025-12-03T17:17:59.168Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
102232025-12-03T17:17:59.168Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
102242025-12-03T17:17:59.168Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
102252025-12-03T17:17:59.168Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
102262025-12-03T17:17:59.168Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
102272025-12-03T17:17:59.168Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
102282025-12-03T17:17:59.168Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
102292025-12-03T17:17:59.168Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
102302025-12-03T17:17:59.169Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
102312025-12-03T17:17:59.169Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
102322025-12-03T17:17:59.169Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
102332025-12-03T17:17:59.169Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
102342025-12-03T17:17:59.169Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
102352025-12-03T17:17:59.169Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
102362025-12-03T17:17:59.169Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
102372025-12-03T17:17:59.169Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
102382025-12-03T17:17:59.169Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
102392025-12-03T17:17:59.169Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
102402025-12-03T17:17:59.169Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
102412025-12-03T17:17:59.169Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
102422025-12-03T17:17:59.169Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
102432025-12-03T17:17:59.169Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
102442025-12-03T17:17:59.169Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
102452025-12-03T17:17:59.169Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
102462025-12-03T17:17:59.169Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
102472025-12-03T17:17:59.169Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
102482025-12-03T17:17:59.169Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
102492025-12-03T17:17:59.170Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
102502025-12-03T17:17:59.170Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
102512025-12-03T17:17:59.170Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
102522025-12-03T17:17:59.170Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
102532025-12-03T17:17:59.170Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
102542025-12-03T17:17:59.170Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
102552025-12-03T17:17:59.170Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
102562025-12-03T17:17:59.170Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
102572025-12-03T17:17:59.170Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
102582025-12-03T17:17:59.170Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
102592025-12-03T17:17:59.170Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
102602025-12-03T17:17:59.170Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
102612025-12-03T17:17:59.170Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
102622025-12-03T17:17:59.170Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
102632025-12-03T17:17:59.170Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
102642025-12-03T17:17:59.196Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
102652025-12-03T17:17:59.196Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
102662025-12-03T17:17:59.196Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
102672025-12-03T17:17:59.196Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
102682025-12-03T17:17:59.196Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
102692025-12-03T17:17:59.196Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
102702025-12-03T17:17:59.196Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
102712025-12-03T17:17:59.197Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
102722025-12-03T17:17:59.197Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
102732025-12-03T17:17:59.197Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
102742025-12-03T17:17:59.197Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
102752025-12-03T17:17:59.197Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
102762025-12-03T17:17:59.197Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
102772025-12-03T17:17:59.197Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
102782025-12-03T17:17:59.197Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
102792025-12-03T17:17:59.197Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
102802025-12-03T17:17:59.197Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
102812025-12-03T17:17:59.197Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
102822025-12-03T17:17:59.197Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
102832025-12-03T17:17:59.198Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
102842025-12-03T17:17:59.198Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
102852025-12-03T17:17:59.198Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
102862025-12-03T17:17:59.199Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
102872025-12-03T17:17:59.199Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
102882025-12-03T17:17:59.199Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
102892025-12-03T17:17:59.199Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
102902025-12-03T17:17:59.199Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
102912025-12-03T17:17:59.199Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
102922025-12-03T17:17:59.199Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
102932025-12-03T17:17:59.199Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
102942025-12-03T17:17:59.199Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
102952025-12-03T17:17:59.199Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
102962025-12-03T17:17:59.199Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
102972025-12-03T17:17:59.199Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
102982025-12-03T17:17:59.199Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
102992025-12-03T17:17:59.199Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
103002025-12-03T17:17:59.199Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
103012025-12-03T17:17:59.199Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
103022025-12-03T17:17:59.199Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
103032025-12-03T17:17:59.199Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
103042025-12-03T17:17:59.199Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
103052025-12-03T17:17:59.200Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
103062025-12-03T17:17:59.200Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
103072025-12-03T17:17:59.200Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
103082025-12-03T17:17:59.200Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
103092025-12-03T17:17:59.200Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
103102025-12-03T17:17:59.200Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
103112025-12-03T17:17:59.200Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
103122025-12-03T17:17:59.200Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
103132025-12-03T17:17:59.200Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
103142025-12-03T17:17:59.200Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
103152025-12-03T17:17:59.200Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
103162025-12-03T17:17:59.200Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
103172025-12-03T17:17:59.200Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
103182025-12-03T17:17:59.200Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
103192025-12-03T17:17:59.200Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3.26s
103202025-12-03T17:17:59.200Z Doc-tests api_identity
103212025-12-03T17:17:59.200Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-75c2c0215210cfdd.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
103222025-12-03T17:17:59.225Z
103232025-12-03T17:17:59.225Zrunning 0 tests
103242025-12-03T17:17:59.225Z
103252025-12-03T17:17:59.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103262025-12-03T17:17:59.225Z
103272025-12-03T17:17:59.249Z Doc-tests authz_macros
103282025-12-03T17:17:59.249Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-5929b04987d9d728.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.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-9b12d7ab3f5146ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
103292025-12-03T17:18:00.171Z
103302025-12-03T17:18:00.171Zrunning 7 tests
103312025-12-03T17:18:00.172Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
103322025-12-03T17:18:00.172Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
103332025-12-03T17:18:00.172Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
103342025-12-03T17:18:00.172Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
103352025-12-03T17:18:00.172Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
103362025-12-03T17:18:00.172Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
103372025-12-03T17:18:00.172Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
103382025-12-03T17:18:00.172Z
103392025-12-03T17:18:00.172Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
103402025-12-03T17:18:00.172Z
103412025-12-03T17:18:00.202Z Doc-tests bootstore
103422025-12-03T17:18:00.227Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-c554d59c4392499b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3180998569ef89ca.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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`
103432025-12-03T17:18:01.026Z
103442025-12-03T17:18:01.026Zrunning 0 tests
103452025-12-03T17:18:01.026Z
103462025-12-03T17:18:01.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103472025-12-03T17:18:01.026Z
103482025-12-03T17:18:01.052Z Doc-tests bootstrap_agent_api
103492025-12-03T17:18:01.052Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-31ce3fb251908690.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103502025-12-03T17:18:02.256Z
103512025-12-03T17:18:02.256Zrunning 2 tests
103522025-12-03T17:18:02.256Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
103532025-12-03T17:18:02.256Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
103542025-12-03T17:18:02.256Z
103552025-12-03T17:18:02.256Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103562025-12-03T17:18:02.256Z
103572025-12-03T17:18:02.312Z Doc-tests bootstrap_agent_client
103582025-12-03T17:18:02.336Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-28c6e42e8fdeaefc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103592025-12-03T17:18:03.301Z
103602025-12-03T17:18:03.301Zrunning 0 tests
103612025-12-03T17:18:03.301Z
103622025-12-03T17:18:03.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103632025-12-03T17:18:03.301Z
103642025-12-03T17:18:03.367Z Doc-tests clickana
103652025-12-03T17:18:03.367Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-27919638b4ea9f0c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103662025-12-03T17:18:03.792Z
103672025-12-03T17:18:03.792Zrunning 0 tests
103682025-12-03T17:18:03.792Z
103692025-12-03T17:18:03.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103702025-12-03T17:18:03.792Z
103712025-12-03T17:18:03.843Z Doc-tests clickhouse_admin_api
103722025-12-03T17:18:03.843Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-3049402f29a5f2ac.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103732025-12-03T17:18:04.948Z
103742025-12-03T17:18:04.948Zrunning 6 tests
103752025-12-03T17:18:04.948Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 70) ... ignored
103762025-12-03T17:18:04.948Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 76) ... ignored
103772025-12-03T17:18:04.948Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 148) ... ignored
103782025-12-03T17:18:04.948Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 154) ... ignored
103792025-12-03T17:18:04.948Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 213) ... ignored
103802025-12-03T17:18:04.948Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 219) ... ignored
103812025-12-03T17:18:04.948Z
103822025-12-03T17:18:04.948Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
103832025-12-03T17:18:04.949Z
103842025-12-03T17:18:05.002Z Doc-tests clickhouse_admin_keeper_client
103852025-12-03T17:18:05.002Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
103862025-12-03T17:18:05.726Z
103872025-12-03T17:18:05.727Zrunning 0 tests
103882025-12-03T17:18:05.727Z
103892025-12-03T17:18:05.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103902025-12-03T17:18:05.727Z
103912025-12-03T17:18:05.785Z Doc-tests clickhouse_admin_server_client
103922025-12-03T17:18:05.785Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
103932025-12-03T17:18:06.445Z
103942025-12-03T17:18:06.445Zrunning 0 tests
103952025-12-03T17:18:06.445Z
103962025-12-03T17:18:06.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103972025-12-03T17:18:06.445Z
103982025-12-03T17:18:06.503Z Doc-tests clickhouse_admin_single_client
103992025-12-03T17:18:06.503Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
104002025-12-03T17:18:06.789Z
104012025-12-03T17:18:06.789Zrunning 0 tests
104022025-12-03T17:18:06.789Z
104032025-12-03T17:18:06.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104042025-12-03T17:18:06.789Z
104052025-12-03T17:18:06.823Z Doc-tests clickhouse_admin_test_utils
104062025-12-03T17:18:06.823Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-8d94a696119c800a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104072025-12-03T17:18:07.792Z
104082025-12-03T17:18:07.792Zrunning 0 tests
104092025-12-03T17:18:07.792Z
104102025-12-03T17:18:07.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104112025-12-03T17:18:07.792Z
104122025-12-03T17:18:07.792Z Doc-tests clickhouse_admin_types
104132025-12-03T17:18:07.792Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104142025-12-03T17:18:07.826Z
104152025-12-03T17:18:07.826Zrunning 0 tests
104162025-12-03T17:18:07.826Z
104172025-12-03T17:18:07.851Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104182025-12-03T17:18:07.851Z
104192025-12-03T17:18:07.906Z Doc-tests cockroach_admin_api
104202025-12-03T17:18:07.906Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-dfb2a54610d55e44.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104212025-12-03T17:18:08.922Z
104222025-12-03T17:18:08.922Zrunning 2 tests
104232025-12-03T17:18:08.922Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 52) ... ignored
104242025-12-03T17:18:08.923Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 58) ... ignored
104252025-12-03T17:18:08.923Z
104262025-12-03T17:18:08.923Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104272025-12-03T17:18:08.923Z
104282025-12-03T17:18:08.964Z Doc-tests cockroach_admin_client
104292025-12-03T17:18:08.988Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
104302025-12-03T17:18:09.340Z
104312025-12-03T17:18:09.340Zrunning 0 tests
104322025-12-03T17:18:09.341Z
104332025-12-03T17:18:09.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104342025-12-03T17:18:09.365Z
104352025-12-03T17:18:09.389Z Doc-tests cockroach_admin_types
104362025-12-03T17:18:09.389Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104372025-12-03T17:18:09.594Z
104382025-12-03T17:18:09.594Zrunning 0 tests
104392025-12-03T17:18:09.594Z
104402025-12-03T17:18:09.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104412025-12-03T17:18:09.594Z
104422025-12-03T17:18:09.620Z Doc-tests db_macros
104432025-12-03T17:18:09.644Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-ffe5b7ca65ac73e9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.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-9b12d7ab3f5146ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
104442025-12-03T17:18:10.676Z
104452025-12-03T17:18:10.676Zrunning 3 tests
104462025-12-03T17:18:10.676Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
104472025-12-03T17:18:10.676Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
104482025-12-03T17:18:10.676Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
104492025-12-03T17:18:10.676Z
104502025-12-03T17:18:10.676Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
104512025-12-03T17:18:10.676Z
104522025-12-03T17:18:10.711Z Doc-tests dev_tools_common
104532025-12-03T17:18:10.736Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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`
104542025-12-03T17:18:10.797Z
104552025-12-03T17:18:10.798Zrunning 0 tests
104562025-12-03T17:18:10.798Z
104572025-12-03T17:18:10.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104582025-12-03T17:18:10.798Z
104592025-12-03T17:18:10.843Z Doc-tests dns_server
104602025-12-03T17:18:10.843Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c8e4ec5280949d46.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6a5d8df952742ce2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104612025-12-03T17:18:11.254Z
104622025-12-03T17:18:11.254Zrunning 0 tests
104632025-12-03T17:18:11.254Z
104642025-12-03T17:18:11.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104652025-12-03T17:18:11.254Z
104662025-12-03T17:18:11.301Z Doc-tests dns_server_api
104672025-12-03T17:18:11.301Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104682025-12-03T17:18:12.346Z
104692025-12-03T17:18:12.346Zrunning 2 tests
104702025-12-03T17:18:12.346Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 132) ... ignored
104712025-12-03T17:18:12.346Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 138) ... ignored
104722025-12-03T17:18:12.346Z
104732025-12-03T17:18:12.346Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104742025-12-03T17:18:12.346Z
104752025-12-03T17:18:12.395Z Doc-tests dns_service_client
104762025-12-03T17:18:12.395Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
104772025-12-03T17:18:12.788Z
104782025-12-03T17:18:12.788Zrunning 0 tests
104792025-12-03T17:18:12.788Z
104802025-12-03T17:18:12.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104812025-12-03T17:18:12.788Z
104822025-12-03T17:18:12.834Z Doc-tests end_to_end_tests
104832025-12-03T17:18:12.858Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b52d3588b0e8543c.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-bed8edb99a7ca16f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-62803bb79ff74171.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1467cf06fbe7fad8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104842025-12-03T17:18:13.471Z
104852025-12-03T17:18:13.471Zrunning 0 tests
104862025-12-03T17:18:13.471Z
104872025-12-03T17:18:13.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104882025-12-03T17:18:13.471Z
104892025-12-03T17:18:13.530Z Doc-tests ereport_types
104902025-12-03T17:18:13.554Z 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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104912025-12-03T17:18:13.795Z
104922025-12-03T17:18:13.795Zrunning 0 tests
104932025-12-03T17:18:13.795Z
104942025-12-03T17:18:13.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104952025-12-03T17:18:13.795Z
104962025-12-03T17:18:13.827Z Doc-tests gateway_api
104972025-12-03T17:18:13.827Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3ba803ff749e8959.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104982025-12-03T17:18:14.974Z
104992025-12-03T17:18:14.974Zrunning 2 tests
105002025-12-03T17:18:14.974Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 79) ... ignored
105012025-12-03T17:18:14.974Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 85) ... ignored
105022025-12-03T17:18:14.974Z
105032025-12-03T17:18:14.974Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105042025-12-03T17:18:14.974Z
105052025-12-03T17:18:15.014Z Doc-tests gateway_client
105062025-12-03T17:18:15.038Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105072025-12-03T17:18:16.274Z
105082025-12-03T17:18:16.274Zrunning 0 tests
105092025-12-03T17:18:16.274Z
105102025-12-03T17:18:16.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105112025-12-03T17:18:16.298Z
105122025-12-03T17:18:16.339Z Doc-tests gateway_test_utils
105132025-12-03T17:18:16.339Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-741d3e13de73a612.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3fc291187ec2c027.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105142025-12-03T17:18:17.129Z
105152025-12-03T17:18:17.129Zrunning 0 tests
105162025-12-03T17:18:17.129Z
105172025-12-03T17:18:17.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105182025-12-03T17:18:17.129Z
105192025-12-03T17:18:17.188Z Doc-tests gateway_types
105202025-12-03T17:18:17.188Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bbc490ebba361735.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
105212025-12-03T17:18:17.886Z
105222025-12-03T17:18:17.886Zrunning 0 tests
105232025-12-03T17:18:17.886Z
105242025-12-03T17:18:17.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105252025-12-03T17:18:17.886Z
105262025-12-03T17:18:17.942Z Doc-tests gfss
105272025-12-03T17:18:17.942Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-eb9a4462fc4e9ae5.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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`
105282025-12-03T17:18:18.097Z
105292025-12-03T17:18:18.097Zrunning 0 tests
105302025-12-03T17:18:18.097Z
105312025-12-03T17:18:18.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105322025-12-03T17:18:18.097Z
105332025-12-03T17:18:18.121Z Doc-tests illumos_utils
105342025-12-03T17:18:18.121Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1c87a35ba2d391e8.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-fee512a840db61cb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-2165e961d8063e6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.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-cc492f7a47168c71.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f1772abfa8991b4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-56bb60c574c9b999.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08acfc7b9bb73896.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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`
105352025-12-03T17:18:18.854Z
105362025-12-03T17:18:18.854Zrunning 0 tests
105372025-12-03T17:18:18.854Z
105382025-12-03T17:18:18.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105392025-12-03T17:18:18.854Z
105402025-12-03T17:18:18.912Z Doc-tests installinator
105412025-12-03T17:18:18.958Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.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-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5f5738fa3b41f2d7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d290bfa715c8c8cb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.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-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7ae8e962950086ce.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.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`
105422025-12-03T17:18:19.609Z
105432025-12-03T17:18:19.609Zrunning 0 tests
105442025-12-03T17:18:19.609Z
105452025-12-03T17:18:19.609Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105462025-12-03T17:18:19.609Z
105472025-12-03T17:18:19.672Z Doc-tests installinator_api
105482025-12-03T17:18:19.696Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-eab37f164264bc62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105492025-12-03T17:18:20.755Z
105502025-12-03T17:18:20.755Zrunning 2 tests
105512025-12-03T17:18:20.755Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 48) ... ignored
105522025-12-03T17:18:20.755Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 54) ... ignored
105532025-12-03T17:18:20.755Z
105542025-12-03T17:18:20.755Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105552025-12-03T17:18:20.755Z
105562025-12-03T17:18:20.797Z Doc-tests installinator_client
105572025-12-03T17:18:20.797Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-d290bfa715c8c8cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105582025-12-03T17:18:21.321Z
105592025-12-03T17:18:21.321Zrunning 0 tests
105602025-12-03T17:18:21.321Z
105612025-12-03T17:18:21.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105622025-12-03T17:18:21.321Z
105632025-12-03T17:18:21.366Z Doc-tests installinator_common
105642025-12-03T17:18:21.366Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105652025-12-03T17:18:21.830Z
105662025-12-03T17:18:21.830Zrunning 0 tests
105672025-12-03T17:18:21.830Z
105682025-12-03T17:18:21.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105692025-12-03T17:18:21.830Z
105702025-12-03T17:18:21.878Z Doc-tests internal_dns_resolver
105712025-12-03T17:18:21.902Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-b9bffefaf76846e7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed7ab5cdc70192e3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-c3409a28faff2466.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105722025-12-03T17:18:22.216Z
105732025-12-03T17:18:22.217Zrunning 0 tests
105742025-12-03T17:18:22.217Z
105752025-12-03T17:18:22.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105762025-12-03T17:18:22.217Z
105772025-12-03T17:18:22.261Z Doc-tests internal_dns_types
105782025-12-03T17:18:22.285Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105792025-12-03T17:18:22.708Z
105802025-12-03T17:18:22.708Zrunning 0 tests
105812025-12-03T17:18:22.708Z
105822025-12-03T17:18:22.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105832025-12-03T17:18:22.708Z
105842025-12-03T17:18:22.754Z Doc-tests ipcc
105852025-12-03T17:18:22.754Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-7fc074d484198c4c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a332c93722bd3fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105862025-12-03T17:18:22.934Z
105872025-12-03T17:18:22.934Zrunning 0 tests
105882025-12-03T17:18:22.934Z
105892025-12-03T17:18:22.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105902025-12-03T17:18:22.958Z
105912025-12-03T17:18:22.983Z Doc-tests key_manager
105922025-12-03T17:18:22.983Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-68617f900d2f7ac8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105932025-12-03T17:18:23.288Z
105942025-12-03T17:18:23.288Zrunning 0 tests
105952025-12-03T17:18:23.288Z
105962025-12-03T17:18:23.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105972025-12-03T17:18:23.288Z
105982025-12-03T17:18:23.328Z Doc-tests live_tests_macros
105992025-12-03T17:18:23.328Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-6a4ee341fdc7b1dd.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
106002025-12-03T17:18:24.089Z
106012025-12-03T17:18:24.089Zrunning 1 test
106022025-12-03T17:18:24.089Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
106032025-12-03T17:18:24.089Z
106042025-12-03T17:18:24.089Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106052025-12-03T17:18:24.089Z
106062025-12-03T17:18:24.134Z Doc-tests nexus_auth
106072025-12-03T17:18:24.134Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5929b04987d9d728.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.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-1cc670298f22a296.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5353f22b1cf21ee6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd0b5f786b3fd7bd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
106082025-12-03T17:18:25.279Z
106092025-12-03T17:18:25.279Zrunning 0 tests
106102025-12-03T17:18:25.279Z
106112025-12-03T17:18:25.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106122025-12-03T17:18:25.279Z
106132025-12-03T17:18:25.358Z Doc-tests nexus_background_task_interface
106142025-12-03T17:18:25.382Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-6a96666c10352389.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106152025-12-03T17:18:25.465Z
106162025-12-03T17:18:25.465Zrunning 0 tests
106172025-12-03T17:18:25.465Z
106182025-12-03T17:18:25.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106192025-12-03T17:18:25.465Z
106202025-12-03T17:18:25.489Z Doc-tests nexus_client
106212025-12-03T17:18:25.489Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106222025-12-03T17:18:26.485Z
106232025-12-03T17:18:26.485Zrunning 0 tests
106242025-12-03T17:18:26.485Z
106252025-12-03T17:18:26.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106262025-12-03T17:18:26.486Z
106272025-12-03T17:18:26.552Z Doc-tests nexus_config
106282025-12-03T17:18:26.576Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106292025-12-03T17:18:27.427Z
106302025-12-03T17:18:27.427Zrunning 0 tests
106312025-12-03T17:18:27.427Z
106322025-12-03T17:18:27.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106332025-12-03T17:18:27.427Z
106342025-12-03T17:18:27.497Z Doc-tests nexus_db_errors
106352025-12-03T17:18:27.521Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-c7e699d500c0891e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106362025-12-03T17:18:27.986Z
106372025-12-03T17:18:27.987Zrunning 0 tests
106382025-12-03T17:18:27.987Z
106392025-12-03T17:18:27.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106402025-12-03T17:18:27.987Z
106412025-12-03T17:18:28.052Z Doc-tests nexus_db_fixed_data
106422025-12-03T17:18:28.076Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-5353f22b1cf21ee6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
106432025-12-03T17:18:28.560Z
106442025-12-03T17:18:28.560Zrunning 0 tests
106452025-12-03T17:18:28.560Z
106462025-12-03T17:18:28.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106472025-12-03T17:18:28.560Z
106482025-12-03T17:18:28.612Z Doc-tests nexus_db_lookup
106492025-12-03T17:18:28.636Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-97398c3ffdd7ea05.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
106502025-12-03T17:18:29.540Z
106512025-12-03T17:18:29.540Zrunning 0 tests
106522025-12-03T17:18:29.540Z
106532025-12-03T17:18:29.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106542025-12-03T17:18:29.540Z
106552025-12-03T17:18:29.614Z Doc-tests nexus_db_model
106562025-12-03T17:18:29.660Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-6d08caca13361d89.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6ed38d45eff3127d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
106572025-12-03T17:18:51.160Z
106582025-12-03T17:18:51.160Zrunning 2 tests
106592025-12-03T17:18:51.184Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
106602025-12-03T17:18:51.184Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
106612025-12-03T17:18:51.184Z
106622025-12-03T17:18:51.184Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
106632025-12-03T17:18:51.185Z
106642025-12-03T17:18:51.396Z Doc-tests nexus_db_queries
106652025-12-03T17:18:51.443Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ffe5b7ca65ac73e9.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-97398c3ffdd7ea05.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-0e4ccf8652efcc04.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5353f22b1cf21ee6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-dd0b5f786b3fd7bd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.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-8b152656d992dbad.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-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-bcbce57af0074199.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
106662025-12-03T17:19:03.221Z
106672025-12-03T17:19:03.221Zrunning 2 tests
106682025-12-03T17:19:03.246Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 414) ... ignored
106692025-12-03T17:19:03.246Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
106702025-12-03T17:19:03.246Z
106712025-12-03T17:19:03.246Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
106722025-12-03T17:19:03.246Z
106732025-12-03T17:19:03.399Z Doc-tests nexus_db_schema
106742025-12-03T17:19:03.423Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-c7e699d500c0891e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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`
106752025-12-03T17:19:11.501Z
106762025-12-03T17:19:11.503Zrunning 0 tests
106772025-12-03T17:19:11.503Z
106782025-12-03T17:19:11.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106792025-12-03T17:19:11.503Z
106802025-12-03T17:19:11.803Z Doc-tests nexus_defaults
106812025-12-03T17:19:11.803Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-111c96d283a419e0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106822025-12-03T17:19:12.104Z
106832025-12-03T17:19:12.104Zrunning 0 tests
106842025-12-03T17:19:12.104Z
106852025-12-03T17:19:12.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106862025-12-03T17:19:12.104Z
106872025-12-03T17:19:12.144Z Doc-tests nexus_external_api
106882025-12-03T17:19:12.144Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106892025-12-03T17:19:13.763Z
106902025-12-03T17:19:13.763Zrunning 2 tests
106912025-12-03T17:19:13.763Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 91) ... ignored
106922025-12-03T17:19:13.763Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 97) ... ignored
106932025-12-03T17:19:13.764Z
106942025-12-03T17:19:13.764Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106952025-12-03T17:19:13.764Z
106962025-12-03T17:19:13.838Z Doc-tests nexus_internal_api
106972025-12-03T17:19:13.838Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106982025-12-03T17:19:15.114Z
106992025-12-03T17:19:15.115Zrunning 2 tests
107002025-12-03T17:19:15.115Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 53) ... ignored
107012025-12-03T17:19:15.115Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 59) ... ignored
107022025-12-03T17:19:15.116Z
107032025-12-03T17:19:15.116Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107042025-12-03T17:19:15.116Z
107052025-12-03T17:19:15.180Z Doc-tests nexus_inventory
107062025-12-03T17:19:15.226Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107072025-12-03T17:19:15.718Z
107082025-12-03T17:19:15.718Zrunning 0 tests
107092025-12-03T17:19:15.718Z
107102025-12-03T17:19:15.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107112025-12-03T17:19:15.718Z
107122025-12-03T17:19:15.772Z Doc-tests nexus_lockstep_api
107132025-12-03T17:19:15.796Z 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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-741d3e13de73a612.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107142025-12-03T17:19:17.026Z
107152025-12-03T17:19:17.026Zrunning 2 tests
107162025-12-03T17:19:17.026Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 67) ... ignored
107172025-12-03T17:19:17.026Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 73) ... ignored
107182025-12-03T17:19:17.026Z
107192025-12-03T17:19:17.027Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107202025-12-03T17:19:17.027Z
107212025-12-03T17:19:17.088Z Doc-tests nexus_lockstep_client
107222025-12-03T17:19:17.088Z 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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107232025-12-03T17:19:20.460Z
107242025-12-03T17:19:20.460Zrunning 0 tests
107252025-12-03T17:19:20.460Z
107262025-12-03T17:19:20.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107272025-12-03T17:19:20.460Z
107282025-12-03T17:19:20.575Z Doc-tests nexus_macros_common
107292025-12-03T17:19:20.575Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-9b12d7ab3f5146ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107302025-12-03T17:19:20.671Z
107312025-12-03T17:19:20.671Zrunning 0 tests
107322025-12-03T17:19:20.671Z
107332025-12-03T17:19:20.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107342025-12-03T17:19:20.671Z
107352025-12-03T17:19:20.695Z Doc-tests nexus_metrics_producer_gc
107362025-12-03T17:19:20.696Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-8d394a2baee0c1d3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f3f043c889dcf8df.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-67201bf28374fe04.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
107372025-12-03T17:19:21.232Z
107382025-12-03T17:19:21.232Zrunning 0 tests
107392025-12-03T17:19:21.232Z
107402025-12-03T17:19:21.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107412025-12-03T17:19:21.232Z
107422025-12-03T17:19:21.293Z Doc-tests nexus_mgs_updates
107432025-12-03T17:19:21.318Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107442025-12-03T17:19:21.837Z
107452025-12-03T17:19:21.837Zrunning 0 tests
107462025-12-03T17:19:21.837Z
107472025-12-03T17:19:21.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107482025-12-03T17:19:21.837Z
107492025-12-03T17:19:21.894Z Doc-tests nexus_networking
107502025-12-03T17:19:21.918Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-180862833fbacf5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107512025-12-03T17:19:22.445Z
107522025-12-03T17:19:22.445Zrunning 0 tests
107532025-12-03T17:19:22.445Z
107542025-12-03T17:19:22.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107552025-12-03T17:19:22.446Z
107562025-12-03T17:19:22.505Z Doc-tests nexus_reconfigurator_blippy
107572025-12-03T17:19:22.506Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-f42c151cf0adf2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107582025-12-03T17:19:22.958Z
107592025-12-03T17:19:22.958Zrunning 0 tests
107602025-12-03T17:19:22.958Z
107612025-12-03T17:19:22.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107622025-12-03T17:19:22.983Z
107632025-12-03T17:19:23.034Z Doc-tests nexus_reconfigurator_execution
107642025-12-03T17:19:23.034Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8d394a2baee0c1d3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f3f043c889dcf8df.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
107652025-12-03T17:19:23.640Z
107662025-12-03T17:19:23.640Zrunning 0 tests
107672025-12-03T17:19:23.640Z
107682025-12-03T17:19:23.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107692025-12-03T17:19:23.640Z
107702025-12-03T17:19:23.704Z Doc-tests nexus_reconfigurator_planning
107712025-12-03T17:19:23.750Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.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-6d08caca13361d89.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.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-b74648254b56b5dc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107722025-12-03T17:19:24.527Z
107732025-12-03T17:19:24.528Zrunning 0 tests
107742025-12-03T17:19:24.528Z
107752025-12-03T17:19:24.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107762025-12-03T17:19:24.528Z
107772025-12-03T17:19:24.599Z Doc-tests nexus_reconfigurator_preparation
107782025-12-03T17:19:24.599Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-3a98fbb8c97c7966.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107792025-12-03T17:19:25.150Z
107802025-12-03T17:19:25.151Zrunning 0 tests
107812025-12-03T17:19:25.151Z
107822025-12-03T17:19:25.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107832025-12-03T17:19:25.151Z
107842025-12-03T17:19:25.212Z Doc-tests nexus_reconfigurator_rendezvous
107852025-12-03T17:19:25.212Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8d394a2baee0c1d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f4ba59b5af2d0fbd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
107862025-12-03T17:19:25.761Z
107872025-12-03T17:19:25.761Zrunning 0 tests
107882025-12-03T17:19:25.761Z
107892025-12-03T17:19:25.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107902025-12-03T17:19:25.761Z
107912025-12-03T17:19:26.289Z Doc-tests nexus_reconfigurator_simulation
107922025-12-03T17:19:26.289Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-48c7b3a6ac7429af.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e2ae977e741df11e.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-9f4278c5858d9829.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107932025-12-03T17:19:26.396Z
107942025-12-03T17:19:26.396Zrunning 0 tests
107952025-12-03T17:19:26.396Z
107962025-12-03T17:19:26.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107972025-12-03T17:19:26.396Z
107982025-12-03T17:19:26.456Z Doc-tests nexus_saga_recovery
107992025-12-03T17:19:26.480Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
108002025-12-03T17:19:26.957Z
108012025-12-03T17:19:26.957Zrunning 0 tests
108022025-12-03T17:19:26.957Z
108032025-12-03T17:19:26.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108042025-12-03T17:19:26.957Z
108052025-12-03T17:19:27.012Z Doc-tests nexus_sled_agent_shared
108062025-12-03T17:19:27.012Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
108072025-12-03T17:19:27.731Z
108082025-12-03T17:19:27.731Zrunning 0 tests
108092025-12-03T17:19:27.731Z
108102025-12-03T17:19:27.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108112025-12-03T17:19:27.731Z
108122025-12-03T17:19:27.788Z Doc-tests nexus_test_interface
108132025-12-03T17:19:27.788Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-68617f900d2f7ac8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
108142025-12-03T17:19:28.322Z
108152025-12-03T17:19:28.322Zrunning 0 tests
108162025-12-03T17:19:28.322Z
108172025-12-03T17:19:28.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108182025-12-03T17:19:28.322Z
108192025-12-03T17:19:28.387Z Doc-tests nexus_test_utils
108202025-12-03T17:19:28.432Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-d58afca84e2dbf5c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
108212025-12-03T17:19:29.414Z
108222025-12-03T17:19:29.414Zrunning 0 tests
108232025-12-03T17:19:29.414Z
108242025-12-03T17:19:29.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108252025-12-03T17:19:29.414Z
108262025-12-03T17:19:29.488Z Doc-tests nexus_test_utils_macros
108272025-12-03T17:19:29.488Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-d3f8fa1eb47576ff.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
108282025-12-03T17:19:29.590Z
108292025-12-03T17:19:29.590Zrunning 1 test
108302025-12-03T17:19:29.636Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
108312025-12-03T17:19:29.636Z
108322025-12-03T17:19:29.636Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108332025-12-03T17:19:29.636Z
108342025-12-03T17:19:29.636Z Doc-tests nexus_types
108352025-12-03T17:19:29.636Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-75c2c0215210cfdd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.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-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.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-9dd3b0580ccbddc7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108362025-12-03T17:19:36.297Z
108372025-12-03T17:19:36.297Zrunning 3 tests
108382025-12-03T17:19:36.297Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 2201) ... ignored
108392025-12-03T17:19:36.297Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 2073) ... ignored
108402025-12-03T17:19:36.297Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1182) ... ignored
108412025-12-03T17:19:36.297Z
108422025-12-03T17:19:36.297Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
108432025-12-03T17:19:36.297Z
108442025-12-03T17:19:36.482Z Doc-tests ntp_admin_api
108452025-12-03T17:19:36.482Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4001a8170a220b66.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d7f1c1c8b087e0b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108462025-12-03T17:19:37.464Z
108472025-12-03T17:19:37.464Zrunning 2 tests
108482025-12-03T17:19:37.465Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 44) ... ignored
108492025-12-03T17:19:37.465Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 50) ... ignored
108502025-12-03T17:19:37.465Z
108512025-12-03T17:19:37.465Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108522025-12-03T17:19:37.465Z
108532025-12-03T17:19:37.502Z Doc-tests ntp_admin_client
108542025-12-03T17:19:37.502Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
108552025-12-03T17:19:37.757Z
108562025-12-03T17:19:37.758Zrunning 0 tests
108572025-12-03T17:19:37.758Z
108582025-12-03T17:19:37.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108592025-12-03T17:19:37.758Z
108602025-12-03T17:19:37.798Z Doc-tests ntp_admin_types
108612025-12-03T17:19:37.799Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d7f1c1c8b087e0b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108622025-12-03T17:19:37.940Z
108632025-12-03T17:19:37.940Zrunning 0 tests
108642025-12-03T17:19:37.940Z
108652025-12-03T17:19:37.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108662025-12-03T17:19:37.940Z
108672025-12-03T17:19:37.964Z Doc-tests omicron_certificates
108682025-12-03T17:19:37.964Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-6ed38d45eff3127d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108692025-12-03T17:19:38.289Z
108702025-12-03T17:19:38.289Zrunning 0 tests
108712025-12-03T17:19:38.289Z
108722025-12-03T17:19:38.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108732025-12-03T17:19:38.290Z
108742025-12-03T17:19:38.338Z Doc-tests omicron_clickhouse_admin
108752025-12-03T17:19:38.361Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3049402f29a5f2ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8d94a696119c800a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-bb6562f89f0a18f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108762025-12-03T17:19:38.866Z
108772025-12-03T17:19:38.866Zrunning 0 tests
108782025-12-03T17:19:38.866Z
108792025-12-03T17:19:38.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108802025-12-03T17:19:38.866Z
108812025-12-03T17:19:38.926Z Doc-tests omicron_cockroach_admin
108822025-12-03T17:19:38.926Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dfb2a54610d55e44.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-d58afca84e2dbf5c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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`
108832025-12-03T17:19:39.329Z
108842025-12-03T17:19:39.329Zrunning 0 tests
108852025-12-03T17:19:39.329Z
108862025-12-03T17:19:39.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108872025-12-03T17:19:39.329Z
108882025-12-03T17:19:39.377Z Doc-tests omicron_cockroach_metrics
108892025-12-03T17:19:39.401Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-50f3c0f3bd755c6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-f6137fc1ad4cf60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108902025-12-03T17:19:43.024Z
108912025-12-03T17:19:43.024Zrunning 1 test
108922025-12-03T17:19:43.049Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
108932025-12-03T17:19:43.049Z
108942025-12-03T17:19:43.050Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108952025-12-03T17:19:43.050Z
108962025-12-03T17:19:43.075Z Doc-tests omicron_common
108972025-12-03T17:19:43.075Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-75c2c0215210cfdd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-67017f659cfba25f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-81039c409e99976f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
108982025-12-03T17:19:52.837Z
108992025-12-03T17:19:52.837Zrunning 2 tests
109002025-12-03T17:19:52.863Ztest common/src/lib.rs - FileKv (line 38) ... ignored
109012025-12-03T17:19:52.863Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
109022025-12-03T17:19:52.863Z
109032025-12-03T17:19:52.863Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
109042025-12-03T17:19:52.864Z
109052025-12-03T17:19:52.978Z Doc-tests omicron_ddm_admin_client
109062025-12-03T17:19:52.978Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-4fc8897f149d31d0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109072025-12-03T17:19:53.331Z
109082025-12-03T17:19:53.332Zrunning 0 tests
109092025-12-03T17:19:53.332Z
109102025-12-03T17:19:53.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109112025-12-03T17:19:53.332Z
109122025-12-03T17:19:53.381Z Doc-tests omicron_dev_lib
109132025-12-03T17:19:53.381Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-4efb1af5e5b972bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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`
109142025-12-03T17:19:53.812Z
109152025-12-03T17:19:53.812Zrunning 0 tests
109162025-12-03T17:19:53.812Z
109172025-12-03T17:19:53.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109182025-12-03T17:19:53.812Z
109192025-12-03T17:19:53.869Z Doc-tests omicron_gateway
109202025-12-03T17:19:53.869Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3ba803ff749e8959.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ceb599b360105709.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3360f2b0fbb5421c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3fc291187ec2c027.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-06be563e448dc9f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1748f3ce22651805.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109212025-12-03T17:19:54.722Z
109222025-12-03T17:19:54.723Zrunning 0 tests
109232025-12-03T17:19:54.723Z
109242025-12-03T17:19:54.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109252025-12-03T17:19:54.723Z
109262025-12-03T17:19:54.799Z Doc-tests omicron_ls_apis
109272025-12-03T17:19:54.799Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.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-2fcfb144e5ad6aaa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109282025-12-03T17:19:55.103Z
109292025-12-03T17:19:55.103Zrunning 1 test
109302025-12-03T17:19:55.127Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
109312025-12-03T17:19:55.127Z
109322025-12-03T17:19:55.127Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109332025-12-03T17:19:55.127Z
109342025-12-03T17:19:55.152Z Doc-tests omicron_nexus
109352025-12-03T17:19:55.152Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-8d394a2baee0c1d3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-33cdf02d6188da0a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9649125cc813ebad.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c578528f4a44e7c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1f1945f2c8454767.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6cf3e8edc6e8cae6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8f52544a1e23af3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f3f043c889dcf8df.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-02845423b0230cd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-3596b9895538d4ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1cc670298f22a296.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6a96666c10352389.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f42fd91a7a9f74ac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bf98862050c5020d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbae27b9ec8d1e09.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a8b964d7fa0d9406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-511694222ed990d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c26a1c9562130d47.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-50d27b82e1db207d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7b58558fd388ea67.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-67201bf28374fe04.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2b376965f3132855.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a0f0b72fd7420a1b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-90c363db182ce75d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8858eacc6fa4833f.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f4ba59b5af2d0fbd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-813a22b3636a04c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d4250bf9a649f7cb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d3f8fa1eb47576ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.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-f6137fc1ad4cf60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-147424851529fd6d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-8b152656d992dbad.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-57f585977250107f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-25f58d2fee572829.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4af82a4d2a3a4412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1330d09e1bacee64.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c4432c3c173a21e1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-98d212737379e825.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-bcbce57af0074199.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.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`
109362025-12-03T17:20:10.404Z
109372025-12-03T17:20:10.404Zrunning 6 tests
109382025-12-03T17:20:10.428Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2375) ... ignored
109392025-12-03T17:20:10.428Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 250) ... ignored
109402025-12-03T17:20:10.428Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 926) ... ok
109412025-12-03T17:20:10.428Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 990) ... ok
109422025-12-03T17:20:10.428Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1020) ... ok
109432025-12-03T17:20:10.428Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 948) ... ok
109442025-12-03T17:20:10.428Z
109452025-12-03T17:20:10.429Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.02s
109462025-12-03T17:20:10.429Z
109472025-12-03T17:20:10.615Z Doc-tests omicron_ntp_admin
109482025-12-03T17:20:10.639Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c46a8b77aaeb7545.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4001a8170a220b66.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d7f1c1c8b087e0b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-82274f259da304e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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`
109492025-12-03T17:20:10.947Z
109502025-12-03T17:20:10.947Zrunning 0 tests
109512025-12-03T17:20:10.947Z
109522025-12-03T17:20:10.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109532025-12-03T17:20:10.947Z
109542025-12-03T17:20:10.988Z Doc-tests omicron_package
109552025-12-03T17:20:11.034Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.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-8206f38bd8ee65eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1f8fe2316c9c4218.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-38328ca0a7671ad5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eae4a44abda4140e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.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`
109562025-12-03T17:20:11.293Z
109572025-12-03T17:20:11.293Zrunning 0 tests
109582025-12-03T17:20:11.293Z
109592025-12-03T17:20:11.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109602025-12-03T17:20:11.293Z
109612025-12-03T17:20:11.329Z Doc-tests omicron_passwords
109622025-12-03T17:20:11.352Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1753b43ad410e441.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109632025-12-03T17:20:11.496Z
109642025-12-03T17:20:11.496Zrunning 0 tests
109652025-12-03T17:20:11.496Z
109662025-12-03T17:20:11.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109672025-12-03T17:20:11.496Z
109682025-12-03T17:20:11.520Z Doc-tests omicron_pins
109692025-12-03T17:20:11.520Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-77ccbcb77ac9a7ea.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-08667acbda80a6d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109702025-12-03T17:20:11.664Z
109712025-12-03T17:20:11.664Zrunning 0 tests
109722025-12-03T17:20:11.664Z
109732025-12-03T17:20:11.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109742025-12-03T17:20:11.664Z
109752025-12-03T17:20:11.690Z Doc-tests omicron_repl_utils
109762025-12-03T17:20:11.714Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c366ed4030cb4cf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.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`
109772025-12-03T17:20:11.803Z
109782025-12-03T17:20:11.803Zrunning 0 tests
109792025-12-03T17:20:11.803Z
109802025-12-03T17:20:11.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109812025-12-03T17:20:11.803Z
109822025-12-03T17:20:11.827Z Doc-tests omicron_rpaths
109832025-12-03T17:20:11.827Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-44a2ac1fb8ea53df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109842025-12-03T17:20:11.901Z
109852025-12-03T17:20:11.901Zrunning 0 tests
109862025-12-03T17:20:11.901Z
109872025-12-03T17:20:11.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109882025-12-03T17:20:11.901Z
109892025-12-03T17:20:11.926Z Doc-tests omicron_sled_agent
109902025-12-03T17:20:11.926Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-31ce3fb251908690.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-28c6e42e8fdeaefc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-405948c290c59f6b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d57ebca264ec9765.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad3251e282e93d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-b9bffefaf76846e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b771a038641d34ca.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-68a4e744ca343b7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5ec022cf3079d9f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3596b9895538d4ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-58a6346116c0c862.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b6e2868e4737473b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b616722e020bb7e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ad4593af69b4b27d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8aa600f1e1d30fe3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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`
109912025-12-03T17:20:13.982Z
109922025-12-03T17:20:13.982Zrunning 0 tests
109932025-12-03T17:20:13.982Z
109942025-12-03T17:20:13.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109952025-12-03T17:20:13.982Z
109962025-12-03T17:20:14.107Z Doc-tests omicron_test_utils
109972025-12-03T17:20:14.107Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2b2990ea1dfdcaf9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-cbc5e365ef9e1d7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-3872e191c2994431.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6d08caca13361d89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d964a7c293705b26.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9e9077fc3d8c3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.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-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
109982025-12-03T17:20:27.709Z
109992025-12-03T17:20:27.709Zrunning 2 tests
110002025-12-03T17:20:27.733Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
110012025-12-03T17:20:27.733Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
110022025-12-03T17:20:27.733Z
110032025-12-03T17:20:27.733Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
110042025-12-03T17:20:27.733Z
110052025-12-03T17:20:27.761Z
110062025-12-03T17:20:27.761Zrunning 1 test
110072025-12-03T17:20:27.785Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
110082025-12-03T17:20:27.785Z
110092025-12-03T17:20:27.785Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110102025-12-03T17:20:27.785Z
110112025-12-03T17:20:27.842Z Doc-tests omicron_uuid_kinds
110122025-12-03T17:20:27.842Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bbc490ebba361735.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-01263c6c04020f0e.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.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`
110132025-12-03T17:20:28.078Z
110142025-12-03T17:20:28.078Zrunning 0 tests
110152025-12-03T17:20:28.078Z
110162025-12-03T17:20:28.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110172025-12-03T17:20:28.078Z
110182025-12-03T17:20:28.105Z Doc-tests omicron_workspace_hack
110192025-12-03T17:20:28.150Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-0b98834925c2ed41.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c321229325ddb53b.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-7144a639a7938e22.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1c98b61acb2293ad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.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-b7348a605452121d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-109b3197536728af.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bd03c623855f9bc7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c5881e6e573fca19.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e85e1538af9f095c.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-2b3ef8d33debc790.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f151760960416abf.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-811d34bb77357072.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36bb39770c46e860.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-a638e8f50223b3db.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.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-13dfdf50eff4e1a8.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-148fd712e6e6f9df.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5566937b8dea6f84.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3c560abcce835d65.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-005dc578924af1e4.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d1f7a00c82e34d5c.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-df22f3562e0e7fa1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-04934820d1c71f4e.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7c92725e033f1e29.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153b16a49c5a770f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.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 miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db88a4915e1dbbc9.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-fc23a42e32b9b5ef.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-a0f258174e9d161c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.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-318c5dcf81b24583.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-6d3039d8eefc11c9.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-18211eed21d52934.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1798da8d766965ac.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-bf28eb185d8343a5.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-500aaed66841061d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0160227426ffca0c.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-244181db6da5ed78.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-861d3b99816558c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.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-a24067305a22db88.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-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4e2ce9f74389c503.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.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-5c4f4b119e3b0a37.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f377ab6c75bd4fe.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ae2ec987a3d2431f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bc7f7b9280eb1294.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fda86eafb0b82df6.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-909b1b2561f54795.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0bfb0d3519b6a4a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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-327c2e635aa63ff2.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-893b8778d2b4f53d.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110202025-12-03T17:20:28.188Z
110212025-12-03T17:20:28.188Zrunning 0 tests
110222025-12-03T17:20:28.188Z
110232025-12-03T17:20:28.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110242025-12-03T17:20:28.188Z
110252025-12-03T17:20:28.213Z Doc-tests oxide_client
110262025-12-03T17:20:28.213Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d748176100cc318d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-57f585977250107f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110272025-12-03T17:20:36.687Z
110282025-12-03T17:20:36.687Zrunning 290 tests
110292025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
110302025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
110312025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
110322025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
110332025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
110342025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
110352025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
110362025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
110372025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
110382025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
110392025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
110402025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
110412025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
110422025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
110432025-12-03T17:20:36.687Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
110442025-12-03T17:20:36.733Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
110452025-12-03T17:20:36.733Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
110462025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
110472025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
110482025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
110492025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
110502025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
110512025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
110522025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
110532025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
110542025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
110552025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
110562025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
110572025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
110582025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
110592025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
110602025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
110612025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
110622025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
110632025-12-03T17:20:36.734Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
110642025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
110652025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
110662025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 29) ... ignored
110672025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 29) ... ignored
110682025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 26) ... ignored
110692025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::lookup_multicast_group_by_ip (line 25) ... ignored
110702025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_create (line 25) ... ignored
110712025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_delete (line 25) ... ignored
110722025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
110732025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_add (line 31) ... ignored
110742025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 28) ... ignored
110752025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_remove (line 31) ... ignored
110762025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_update (line 26) ... ignored
110772025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 25) ... ignored
110782025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
110792025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
110802025-12-03T17:20:36.735Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
110812025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
110822025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
110832025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
110842025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
110852025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
110862025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
110872025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
110882025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
110892025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
110902025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
110912025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
110922025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
110932025-12-03T17:20:36.736Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
110942025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored
110952025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
110962025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
110972025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
110982025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
110992025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
111002025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
111012025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
111022025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
111032025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
111042025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
111052025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
111062025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
111072025-12-03T17:20:36.737Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
111082025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
111092025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
111102025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
111112025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
111122025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
111132025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
111142025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
111152025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
111162025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
111172025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
111182025-12-03T17:20:36.738Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
111192025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
111202025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
111212025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
111222025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
111232025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
111242025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
111252025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
111262025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
111272025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
111282025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
111292025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
111302025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
111312025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
111322025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
111332025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
111342025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
111352025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
111362025-12-03T17:20:36.739Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
111372025-12-03T17:20:36.740Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
111382025-12-03T17:20:36.740Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
111392025-12-03T17:20:36.740Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
111402025-12-03T17:20:36.740Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
111412025-12-03T17:20:36.740Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
111422025-12-03T17:20:36.740Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
111432025-12-03T17:20:36.740Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
111442025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
111452025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
111462025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
111472025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
111482025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
111492025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
111502025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
111512025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
111522025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
111532025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
111542025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
111552025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
111562025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
111572025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
111582025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
111592025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
111602025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
111612025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
111622025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
111632025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
111642025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
111652025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
111662025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
111672025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
111682025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
111692025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
111702025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
111712025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
111722025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
111732025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
111742025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
111752025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
111762025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
111772025-12-03T17:20:36.765Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
111782025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
111792025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
111802025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
111812025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
111822025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
111832025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
111842025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
111852025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
111862025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
111872025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
111882025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
111892025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
111902025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
111912025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
111922025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
111932025-12-03T17:20:36.766Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
111942025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
111952025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 25) ... ignored
111962025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
111972025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
111982025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 32) ... ignored
111992025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
112002025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
112012025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
112022025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
112032025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
112042025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
112052025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
112062025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
112072025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
112082025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
112092025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
112102025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
112112025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
112122025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
112132025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
112142025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
112152025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
112162025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
112172025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
112182025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
112192025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
112202025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
112212025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
112222025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
112232025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
112242025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
112252025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
112262025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
112272025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
112282025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
112292025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
112302025-12-03T17:20:36.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
112312025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
112322025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
112332025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
112342025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
112352025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
112362025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
112372025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
112382025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
112392025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
112402025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
112412025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
112422025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
112432025-12-03T17:20:36.768Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
112442025-12-03T17:20:36.792Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
112452025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
112462025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
112472025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
112482025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
112492025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
112502025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
112512025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
112522025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
112532025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
112542025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
112552025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
112562025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
112572025-12-03T17:20:36.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
112582025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
112592025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
112602025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
112612025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
112622025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
112632025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
112642025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
112652025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
112662025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
112672025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
112682025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
112692025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
112702025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
112712025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
112722025-12-03T17:20:36.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
112732025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
112742025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
112752025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
112762025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
112772025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
112782025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
112792025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
112802025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
112812025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
112822025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
112832025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
112842025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
112852025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
112862025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
112872025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
112882025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
112892025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
112902025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
112912025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
112922025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
112932025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
112942025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
112952025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
112962025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
112972025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
112982025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
112992025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
113002025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
113012025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
113022025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
113032025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
113042025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
113052025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
113062025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
113072025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
113082025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
113092025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
113102025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
113112025-12-03T17:20:36.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
113122025-12-03T17:20:36.796Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
113132025-12-03T17:20:36.796Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
113142025-12-03T17:20:36.796Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
113152025-12-03T17:20:36.796Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
113162025-12-03T17:20:36.796Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
113172025-12-03T17:20:36.796Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
113182025-12-03T17:20:36.796Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
113192025-12-03T17:20:36.796Z
113202025-12-03T17:20:36.796Ztest result: ok. 0 passed; 0 failed; 290 ignored; 0 measured; 0 filtered out; finished in 0.00s
113212025-12-03T17:20:36.796Z
113222025-12-03T17:20:36.868Z Doc-tests oximeter
113232025-12-03T17:20:36.868Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ca8edffaccf7a47d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-f0b9e0990e09a7cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113242025-12-03T17:20:44.238Z
113252025-12-03T17:20:44.238Zrunning 2 tests
113262025-12-03T17:20:44.262Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
113272025-12-03T17:20:44.262Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
113282025-12-03T17:20:44.262Z
113292025-12-03T17:20:44.262Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
113302025-12-03T17:20:44.262Z
113312025-12-03T17:20:44.341Z Doc-tests oximeter_api
113322025-12-03T17:20:44.341Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113332025-12-03T17:20:45.457Z
113342025-12-03T17:20:45.457Zrunning 2 tests
113352025-12-03T17:20:45.457Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 53) ... ignored
113362025-12-03T17:20:45.457Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 59) ... ignored
113372025-12-03T17:20:45.457Z
113382025-12-03T17:20:45.457Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113392025-12-03T17:20:45.457Z
113402025-12-03T17:20:45.507Z Doc-tests oximeter_client
113412025-12-03T17:20:45.531Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113422025-12-03T17:20:45.980Z
113432025-12-03T17:20:45.980Zrunning 0 tests
113442025-12-03T17:20:45.980Z
113452025-12-03T17:20:45.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113462025-12-03T17:20:45.980Z
113472025-12-03T17:20:46.028Z Doc-tests oximeter_collector
113482025-12-03T17:20:46.028Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-505798f8d52e26c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-98288fbf641913d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68f07db0105d3301.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cd73a11b79308dce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113492025-12-03T17:20:46.733Z
113502025-12-03T17:20:46.733Zrunning 0 tests
113512025-12-03T17:20:46.733Z
113522025-12-03T17:20:46.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113532025-12-03T17:20:46.733Z
113542025-12-03T17:20:46.822Z Doc-tests oximeter_db
113552025-12-03T17:20:46.822Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.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-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b0e4fd72cc09caad.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-5a0ae7366ef53006.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-585405ec264bc899.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-38548896a50ab165.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
113562025-12-03T17:20:49.485Z
113572025-12-03T17:20:49.486Zrunning 3 tests
113582025-12-03T17:20:49.486Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
113592025-12-03T17:20:49.486Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
113602025-12-03T17:20:49.487Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
113612025-12-03T17:20:49.487Z
113622025-12-03T17:20:49.487Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
113632025-12-03T17:20:49.487Z
113642025-12-03T17:20:49.511Z
113652025-12-03T17:20:49.511Zrunning 2 tests
113662025-12-03T17:20:49.512Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
113672025-12-03T17:20:49.512Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
113682025-12-03T17:20:49.512Z
113692025-12-03T17:20:49.512Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113702025-12-03T17:20:49.512Z
113712025-12-03T17:20:49.572Z Doc-tests oximeter_instruments
113722025-12-03T17:20:49.572Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e73c4b233f84fa79.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-a0f258174e9d161c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-307bd184e64bea6b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
113732025-12-03T17:20:50.086Z
113742025-12-03T17:20:50.086Zrunning 0 tests
113752025-12-03T17:20:50.087Z
113762025-12-03T17:20:50.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113772025-12-03T17:20:50.087Z
113782025-12-03T17:20:50.137Z Doc-tests oximeter_macro_impl
113792025-12-03T17:20:50.137Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-a0f258174e9d161c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
113802025-12-03T17:20:50.243Z
113812025-12-03T17:20:50.243Zrunning 0 tests
113822025-12-03T17:20:50.243Z
113832025-12-03T17:20:50.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113842025-12-03T17:20:50.243Z
113852025-12-03T17:20:50.267Z Doc-tests oximeter_producer
113862025-12-03T17:20:50.267Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8e90159e092e2630.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d1952cb1f36b7c34.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f600cb2970b76210.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113872025-12-03T17:20:50.788Z
113882025-12-03T17:20:50.789Zrunning 0 tests
113892025-12-03T17:20:50.789Z
113902025-12-03T17:20:50.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113912025-12-03T17:20:50.789Z
113922025-12-03T17:20:50.848Z Doc-tests oximeter_schema
113932025-12-03T17:20:50.848Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ca8edffaccf7a47d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113942025-12-03T17:20:51.257Z
113952025-12-03T17:20:51.257Zrunning 0 tests
113962025-12-03T17:20:51.257Z
113972025-12-03T17:20:51.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113982025-12-03T17:20:51.257Z
113992025-12-03T17:20:51.306Z Doc-tests oximeter_test_utils
114002025-12-03T17:20:51.306Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-44042a5d06c1e12e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b35562d6778c793d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-74d29253418a78ef.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114012025-12-03T17:20:51.834Z
114022025-12-03T17:20:51.834Zrunning 0 tests
114032025-12-03T17:20:51.834Z
114042025-12-03T17:20:51.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114052025-12-03T17:20:51.834Z
114062025-12-03T17:20:51.897Z Doc-tests oximeter_timeseries_macro
114072025-12-03T17:20:51.897Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-a0f258174e9d161c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c11a6546308c21dc.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-f0b9e0990e09a7cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-583815dd2346d667.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
114082025-12-03T17:20:52.202Z
114092025-12-03T17:20:52.202Zrunning 0 tests
114102025-12-03T17:20:52.202Z
114112025-12-03T17:20:52.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114122025-12-03T17:20:52.202Z
114132025-12-03T17:20:52.244Z Doc-tests oximeter_types
114142025-12-03T17:20:52.245Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f19e197e22b850c7.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-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-851361310fb40028.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-718688366da73ec9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-c341a86ed04c63b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-999e519991c27478.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114152025-12-03T17:20:53.880Z
114162025-12-03T17:20:53.880Zrunning 11 tests
114172025-12-03T17:20:54.529Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
114182025-12-03T17:21:02.325Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
114192025-12-03T17:21:02.325Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
114202025-12-03T17:21:02.410Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
114212025-12-03T17:21:02.552Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
114222025-12-03T17:21:02.576Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
114232025-12-03T17:21:02.600Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
114242025-12-03T17:21:02.637Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
114252025-12-03T17:21:02.905Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
114262025-12-03T17:21:03.386Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
114272025-12-03T17:21:08.953Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
114282025-12-03T17:21:08.953Z
114292025-12-03T17:21:08.953Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.07s
114302025-12-03T17:21:08.953Z
114312025-12-03T17:21:09.024Z Doc-tests oxlog
114322025-12-03T17:21:09.024Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a0f258174e9d161c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08acfc7b9bb73896.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-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114332025-12-03T17:21:09.128Z
114342025-12-03T17:21:09.128Zrunning 0 tests
114352025-12-03T17:21:09.128Z
114362025-12-03T17:21:09.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114372025-12-03T17:21:09.128Z
114382025-12-03T17:21:09.152Z Doc-tests oxql_types
114392025-12-03T17:21:09.152Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-a0f258174e9d161c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-84def6fff96fe045.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-40a5cf16bbd2154e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114402025-12-03T17:21:09.599Z
114412025-12-03T17:21:09.599Zrunning 0 tests
114422025-12-03T17:21:09.599Z
114432025-12-03T17:21:09.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114442025-12-03T17:21:09.599Z
114452025-12-03T17:21:09.643Z Doc-tests parallel_task_set
114462025-12-03T17:21:09.643Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-a0f258174e9d161c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114472025-12-03T17:21:09.734Z
114482025-12-03T17:21:09.734Zrunning 0 tests
114492025-12-03T17:21:09.734Z
114502025-12-03T17:21:09.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114512025-12-03T17:21:09.734Z
114522025-12-03T17:21:09.759Z Doc-tests range_requests
114532025-12-03T17:21:09.759Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-8201e5d6381aa56b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00a31d3f009221ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114542025-12-03T17:21:09.969Z
114552025-12-03T17:21:09.969Zrunning 0 tests
114562025-12-03T17:21:09.969Z
114572025-12-03T17:21:09.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114582025-12-03T17:21:09.969Z
114592025-12-03T17:21:09.998Z Doc-tests reconfigurator_cli
114602025-12-03T17:21:10.022Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.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-dcc3082a8d306d5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b66623ba8f93b03f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3402371f68d86111.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f42c151cf0adf2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c18f74fbae7b9d14.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-48c7b3a6ac7429af.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c366ed4030cb4cf6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-ce2a6edc336c9629.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.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-585405ec264bc899.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
114612025-12-03T17:21:10.823Z
114622025-12-03T17:21:10.824Zrunning 0 tests
114632025-12-03T17:21:10.824Z
114642025-12-03T17:21:10.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114652025-12-03T17:21:10.824Z
114662025-12-03T17:21:10.898Z Doc-tests repo_depot_api
114672025-12-03T17:21:10.922Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-afd4d5b56655d0b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114682025-12-03T17:21:11.883Z
114692025-12-03T17:21:11.883Zrunning 2 tests
114702025-12-03T17:21:11.883Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
114712025-12-03T17:21:11.883Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
114722025-12-03T17:21:11.883Z
114732025-12-03T17:21:11.883Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114742025-12-03T17:21:11.883Z
114752025-12-03T17:21:11.923Z Doc-tests repo_depot_client
114762025-12-03T17:21:11.923Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6a591b4ce86f451e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
114772025-12-03T17:21:12.170Z
114782025-12-03T17:21:12.170Zrunning 0 tests
114792025-12-03T17:21:12.170Z
114802025-12-03T17:21:12.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114812025-12-03T17:21:12.170Z
114822025-12-03T17:21:12.205Z Doc-tests sled_agent_api
114832025-12-03T17:21:12.229Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-eef4006411e1cc58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114842025-12-03T17:21:13.891Z
114852025-12-03T17:21:13.891Zrunning 2 tests
114862025-12-03T17:21:13.892Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 121) ... ignored
114872025-12-03T17:21:13.892Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 127) ... ignored
114882025-12-03T17:21:13.892Z
114892025-12-03T17:21:13.892Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114902025-12-03T17:21:13.892Z
114912025-12-03T17:21:13.962Z Doc-tests sled_agent_client
114922025-12-03T17:21:13.986Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b74648254b56b5dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114932025-12-03T17:21:16.817Z
114942025-12-03T17:21:16.817Zrunning 0 tests
114952025-12-03T17:21:16.817Z
114962025-12-03T17:21:16.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114972025-12-03T17:21:16.817Z
114982025-12-03T17:21:16.936Z Doc-tests sled_agent_config_reconciler
114992025-12-03T17:21:16.936Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11f37c0a4f94fbfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2062441f26d1491d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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`
115002025-12-03T17:21:17.742Z
115012025-12-03T17:21:17.742Zrunning 0 tests
115022025-12-03T17:21:17.743Z
115032025-12-03T17:21:17.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115042025-12-03T17:21:17.743Z
115052025-12-03T17:21:17.829Z Doc-tests sled_agent_types
115062025-12-03T17:21:17.829Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f62da07ad6a2be91.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115072025-12-03T17:21:19.003Z
115082025-12-03T17:21:19.003Zrunning 0 tests
115092025-12-03T17:21:19.003Z
115102025-12-03T17:21:19.003Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115112025-12-03T17:21:19.003Z
115122025-12-03T17:21:19.073Z Doc-tests sled_agent_zone_images
115132025-12-03T17:21:19.073Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-d12cdbe1a4466a6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115142025-12-03T17:21:19.512Z
115152025-12-03T17:21:19.512Zrunning 0 tests
115162025-12-03T17:21:19.512Z
115172025-12-03T17:21:19.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115182025-12-03T17:21:19.512Z
115192025-12-03T17:21:19.566Z Doc-tests sled_agent_zone_images_examples
115202025-12-03T17:21:19.566Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-d12cdbe1a4466a6b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4c6f495b7721d55d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115212025-12-03T17:21:19.961Z
115222025-12-03T17:21:19.961Zrunning 0 tests
115232025-12-03T17:21:19.961Z
115242025-12-03T17:21:19.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115252025-12-03T17:21:19.961Z
115262025-12-03T17:21:20.007Z Doc-tests sled_diagnostics
115272025-12-03T17:21:20.007Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08acfc7b9bb73896.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-913c93d9de8e22b3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c248f69f1a031dcc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a7c485d265b76f38.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115282025-12-03T17:21:20.424Z
115292025-12-03T17:21:20.424Zrunning 0 tests
115302025-12-03T17:21:20.424Z
115312025-12-03T17:21:20.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115322025-12-03T17:21:20.424Z
115332025-12-03T17:21:20.470Z Doc-tests sled_hardware
115342025-12-03T17:21:20.495Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fe16fe787fec4ce6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-778c1837a7e45294.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9cdb505b4fb0eedb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e50155b6572eda51.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.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`
115352025-12-03T17:21:20.942Z
115362025-12-03T17:21:20.942Zrunning 0 tests
115372025-12-03T17:21:20.942Z
115382025-12-03T17:21:20.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115392025-12-03T17:21:20.942Z
115402025-12-03T17:21:20.990Z Doc-tests sled_hardware_types
115412025-12-03T17:21:20.990Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-d56ed81a22a56eed.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115422025-12-03T17:21:21.346Z
115432025-12-03T17:21:21.346Zrunning 0 tests
115442025-12-03T17:21:21.346Z
115452025-12-03T17:21:21.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115462025-12-03T17:21:21.346Z
115472025-12-03T17:21:21.395Z Doc-tests sled_storage
115482025-12-03T17:21:21.419Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.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-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-38328ca0a7671ad5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.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`
115492025-12-03T17:21:22.845Z
115502025-12-03T17:21:22.845Zrunning 0 tests
115512025-12-03T17:21:22.845Z
115522025-12-03T17:21:22.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115532025-12-03T17:21:22.845Z
115542025-12-03T17:21:22.845Z Doc-tests sp_sim
115552025-12-03T17:21:22.845Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5566937b8dea6f84.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d02cce4077530b9c.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f1772abfa8991b4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94392684cc6d4f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115562025-12-03T17:21:22.846Z
115572025-12-03T17:21:22.846Zrunning 0 tests
115582025-12-03T17:21:22.846Z
115592025-12-03T17:21:22.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115602025-12-03T17:21:22.846Z
115612025-12-03T17:21:22.846Z Doc-tests trust_quorum
115622025-12-03T17:21:22.846Z 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 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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-38297896d09cdc79.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.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-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.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-3a98fbb8c97c7966.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9aac100901f59ab1.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-f0c6d1c85fe51759.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-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-802d61c0ddc755f0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4a04150c14fb75db.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-592bd8059d020a24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115632025-12-03T17:21:23.267Z
115642025-12-03T17:21:23.267Zrunning 0 tests
115652025-12-03T17:21:23.267Z
115662025-12-03T17:21:23.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115672025-12-03T17:21:23.267Z
115682025-12-03T17:21:23.320Z Doc-tests trust_quorum_protocol
115692025-12-03T17:21:23.320Z 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_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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 attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-38297896d09cdc79.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c554d59c4392499b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dbb8bce2a6a3afb8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-84f9b4576a751dc2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.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-3a98fbb8c97c7966.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-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4a04150c14fb75db.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-592bd8059d020a24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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`
115702025-12-03T17:21:24.047Z
115712025-12-03T17:21:24.047Zrunning 0 tests
115722025-12-03T17:21:24.047Z
115732025-12-03T17:21:24.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115742025-12-03T17:21:24.047Z
115752025-12-03T17:21:24.106Z Doc-tests trust_quorum_test_utils
115762025-12-03T17:21:24.130Z 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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-c554d59c4392499b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-bbc490ebba361735.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-de5d132186927947.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-1385305c1a85b669.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4a04150c14fb75db.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-592bd8059d020a24.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115772025-12-03T17:21:24.601Z
115782025-12-03T17:21:24.601Zrunning 0 tests
115792025-12-03T17:21:24.601Z
115802025-12-03T17:21:24.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115812025-12-03T17:21:24.601Z
115822025-12-03T17:21:24.651Z Doc-tests typed_rng
115832025-12-03T17:21:24.651Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-b66623ba8f93b03f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7052f23c7af87dd5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-82f833a299083e2a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-61b3251b0721b40d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115842025-12-03T17:21:24.777Z
115852025-12-03T17:21:24.777Zrunning 0 tests
115862025-12-03T17:21:24.777Z
115872025-12-03T17:21:24.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115882025-12-03T17:21:24.777Z
115892025-12-03T17:21:24.801Z Doc-tests update_common
115902025-12-03T17:21:24.801Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-741d3e13de73a612.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-7ddd1c7dde089fe1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115912025-12-03T17:21:25.200Z
115922025-12-03T17:21:25.200Zrunning 0 tests
115932025-12-03T17:21:25.200Z
115942025-12-03T17:21:25.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115952025-12-03T17:21:25.226Z
115962025-12-03T17:21:25.251Z Doc-tests update_engine
115972025-12-03T17:21:25.251Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-762499357afcf929.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-451989699ea86308.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.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-dfa8058be527f58a.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-28a1679a4e3171a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8b152656d992dbad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.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-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115982025-12-03T17:21:27.916Z
115992025-12-03T17:21:27.916Zrunning 4 tests
116002025-12-03T17:21:27.940Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
116012025-12-03T17:21:27.940Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
116022025-12-03T17:21:27.940Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
116032025-12-03T17:21:27.940Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
116042025-12-03T17:21:27.941Z
116052025-12-03T17:21:27.941Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
116062025-12-03T17:21:27.941Z
116072025-12-03T17:21:27.977Z Doc-tests wicket
116082025-12-03T17:21:27.977Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.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-8b377a6d07cf4a33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2a2f711cb9a5e0ed.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-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.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-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c637ff8d8a3de02d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f318355c441a55c3.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-9dd3b0580ccbddc7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116092025-12-03T17:21:28.964Z
116102025-12-03T17:21:28.965Zrunning 0 tests
116112025-12-03T17:21:28.965Z
116122025-12-03T17:21:28.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116132025-12-03T17:21:28.965Z
116142025-12-03T17:21:29.039Z Doc-tests wicket_common
116152025-12-03T17:21:29.039Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2d715d026518a82d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116162025-12-03T17:21:29.768Z
116172025-12-03T17:21:29.768Zrunning 0 tests
116182025-12-03T17:21:29.768Z
116192025-12-03T17:21:29.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116202025-12-03T17:21:29.768Z
116212025-12-03T17:21:29.832Z Doc-tests wicket_dbg
116222025-12-03T17:21:29.832Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-86f9ceb410095aee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1c69531e7dbdc135.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a657275aa9450bd0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116232025-12-03T17:21:30.344Z
116242025-12-03T17:21:30.344Zrunning 0 tests
116252025-12-03T17:21:30.344Z
116262025-12-03T17:21:30.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116272025-12-03T17:21:30.345Z
116282025-12-03T17:21:30.405Z Doc-tests wicketd
116292025-12-03T17:21:30.429Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.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-28c6e42e8fdeaefc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8b377a6d07cf4a33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-8935c3dd2f789817.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e5a4b75841b68ace.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-13dfdf50eff4e1a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-44f3edaa7b22b8db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-70c78ac996c94c5c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-217052a3b5b69a11.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-16036248646e838b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-068dfac70d052fff.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5f5738fa3b41f2d7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-eab37f164264bc62.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d290bfa715c8c8cb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f38a339a0ee545e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-dcc3082a8d306d5d.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-6ed38d45eff3127d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28af937b466707fd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-28a1679a4e3171a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-7a9b37acb74f04fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9dfc1b136327f2f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b21e71a206bff32c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-e13f79963592c851.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f5100294f2ae0d19.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0c3c15790dd76ba4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bc54f43327947878.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-af23b051a2d28aea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-02743cddacec7aff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a317a729df356bef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-fc240d67729f3650.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d516797b3b5a0d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcdec4d7675b1ecc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-5ed93ac604589e22.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f4a13ec0b58d3699.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e3484356bb3dd8cd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dec586b85b9d2b24.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116302025-12-03T17:21:31.217Z
116312025-12-03T17:21:31.217Zrunning 0 tests
116322025-12-03T17:21:31.217Z
116332025-12-03T17:21:31.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116342025-12-03T17:21:31.217Z
116352025-12-03T17:21:31.285Z Doc-tests wicketd_api
116362025-12-03T17:21:31.309Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-28c6e42e8fdeaefc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-35ce8c86a5c00b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e08d6b9c4a8a2315.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4b6a4a3023694f01.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dec586b85b9d2b24.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116372025-12-03T17:21:32.632Z
116382025-12-03T17:21:32.632Zrunning 2 tests
116392025-12-03T17:21:32.632Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
116402025-12-03T17:21:32.632Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
116412025-12-03T17:21:32.632Z
116422025-12-03T17:21:32.632Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
116432025-12-03T17:21:32.632Z
116442025-12-03T17:21:32.693Z Doc-tests wicketd_client
116452025-12-03T17:21:32.693Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-1a84e413bcb1c25d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-52397badcc2aa8a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3bfaaad1ea1a3d9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-29693cdbbef2c6a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9dd3b0580ccbddc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-265b9b167b30651f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1f8f3d770c002c54.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116462025-12-03T17:21:35.068Z
116472025-12-03T17:21:35.068Zrunning 0 tests
116482025-12-03T17:21:35.068Z
116492025-12-03T17:21:35.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116502025-12-03T17:21:35.068Z
116512025-12-03T17:21:35.152Z Doc-tests xtask_downloader
116522025-12-03T17:21:35.152Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-500aaed66841061d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ed9a8fff12952cd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-75c5f1e453710cbf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-88f10f60d16164dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d09690237554c6f5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-09e14fa7e12e8476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-242725efb6a8a5ef.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116532025-12-03T17:21:35.388Z
116542025-12-03T17:21:35.388Zrunning 1 test
116552025-12-03T17:21:35.412Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
116562025-12-03T17:21:35.412Z
116572025-12-03T17:21:35.412Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116582025-12-03T17:21:35.412Z
116592025-12-03T17:21:35.436Z Doc-tests zfs_test_harness
116602025-12-03T17:21:35.436Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fee512a840db61cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a7daad3144885e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-8c5ba1b9d65360fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-809b25fb18f08059.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-0052e73defa94611.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116612025-12-03T17:21:35.782Z
116622025-12-03T17:21:35.782Zrunning 0 tests
116632025-12-03T17:21:35.782Z
116642025-12-03T17:21:35.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116652025-12-03T17:21:35.783Z
116662025-12-03T17:21:35.827Z Doc-tests zone_setup
116672025-12-03T17:21:35.851Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-6b19ee7f764b2908/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-5f4efcdfe91ffdf1/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-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-741d3e13de73a612.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d56ed81a22a56eed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2990df7f14098b81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0f258174e9d161c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0ebbf33a5c4b9929.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4ea726dac10ed76f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f7e74ee99bf97740.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-44595797a419eb10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e5fcff599a608802.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9dd953eb4efb7c04.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-827b33a301096e45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116682025-12-03T17:21:36.162Z
116692025-12-03T17:21:36.162Zrunning 0 tests
116702025-12-03T17:21:36.162Z
116712025-12-03T17:21:36.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116722025-12-03T17:21:36.162Z
116732025-12-03T17:21:36.313Z
116742025-12-03T17:21:36.337Zreal 3:40.764658758
116752025-12-03T17:21:36.337Zuser 2:59.441204439
116762025-12-03T17:21:36.337Zsys 1:15.231156071
116772025-12-03T17:21:36.337Ztrap 0.042710536
116782025-12-03T17:21:36.337Ztflt 0.672168390
116792025-12-03T17:21:36.337Zdflt 1.812385542
116802025-12-03T17:21:36.337Zkflt 0.007637863
116812025-12-03T17:21:36.337Zlock 8:23.626066827
116822025-12-03T17:21:36.337Zslp 22:46.210245642
116832025-12-03T17:21:36.337Zlat 11.247559748
116842025-12-03T17:21:36.337Zstop 3.432911716
116852025-12-03T17:21:36.337Z+ [[ illumos == \i\l\l\u\m\o\s ]]
116862025-12-03T17:21:36.337Z+ banner live-test
116872025-12-03T17:21:36.337Z
116882025-12-03T17:21:36.337Z # # # # ###### ##### ###### #### #####
116892025-12-03T17:21:36.337Z # # # # # # # # #
116902025-12-03T17:21:36.337Z # # # # ##### ##### # ##### #### #
116912025-12-03T17:21:36.337Z # # # # # # # # #
116922025-12-03T17:21:36.337Z # # # # # # # # # #
116932025-12-03T17:21:36.337Z ###### # ## ###### # ###### #### #
116942025-12-03T17:21:36.337Z
116952025-12-03T17:21:36.337Z+ ptime -m cargo xtask live-tests
116962025-12-03T17:21:37.466Z Compiling serde_core v1.0.226
116972025-12-03T17:21:37.466Z Compiling syn v2.0.106
116982025-12-03T17:21:37.490Z Compiling bitflags v2.9.4
116992025-12-03T17:21:37.490Z Compiling serde v1.0.226
117002025-12-03T17:21:37.490Z Compiling serde_json v1.0.145
117012025-12-03T17:21:37.490Z Compiling libc v0.2.174
117022025-12-03T17:21:37.490Z Compiling num-traits v0.2.19
117032025-12-03T17:21:37.490Z Compiling rustix v0.38.37
117042025-12-03T17:21:38.033Z Compiling smallvec v1.15.1
117052025-12-03T17:21:38.171Z Compiling hashbrown v0.15.4
117062025-12-03T17:21:38.519Z Compiling usdt-impl v0.5.0
117072025-12-03T17:21:38.585Z Compiling syn v1.0.109
117082025-12-03T17:21:39.349Z Compiling indexmap v2.11.4
117092025-12-03T17:21:39.391Z Compiling thread-id v4.2.2
117102025-12-03T17:21:39.472Z Compiling rustix v1.0.7
117112025-12-03T17:21:39.555Z Compiling log v0.4.27
117122025-12-03T17:21:40.114Z Compiling percent-encoding v2.3.2
117132025-12-03T17:21:40.289Z Compiling getrandom v0.3.4
117142025-12-03T17:21:40.456Z Compiling form_urlencoded v1.2.2
117152025-12-03T17:21:40.531Z Compiling ordered-float v2.10.1
117162025-12-03T17:21:40.751Z Compiling terminal_size v0.4.0
117172025-12-03T17:21:41.113Z Compiling fs-err v3.1.1
117182025-12-03T17:21:41.526Z Compiling anyhow v1.0.99
117192025-12-03T17:21:41.595Z Compiling once_cell v1.21.3
117202025-12-03T17:21:42.180Z Compiling heck v0.4.1
117212025-12-03T17:21:42.643Z Compiling tempfile v3.20.0
117222025-12-03T17:21:42.681Z Compiling clap_builder v4.5.48
117232025-12-03T17:21:43.138Z Compiling textwrap v0.16.2
117242025-12-03T17:21:43.649Z Compiling proc-macro-error v1.0.4
117252025-12-03T17:21:44.007Z Compiling synstructure v0.13.1
117262025-12-03T17:21:44.195Z Compiling camino-tempfile v1.4.1
117272025-12-03T17:21:45.485Z Compiling tabled_derive v0.7.0
117282025-12-03T17:21:46.162Z Compiling serde_derive v1.0.226
117292025-12-03T17:21:46.162Z Compiling zerofrom-derive v0.1.4
117302025-12-03T17:21:46.186Z Compiling yoke-derive v0.7.4
117312025-12-03T17:21:46.186Z Compiling thiserror-impl v2.0.17
117322025-12-03T17:21:46.186Z Compiling zerovec-derive v0.10.3
117332025-12-03T17:21:47.703Z Compiling displaydoc v0.2.5
117342025-12-03T17:21:48.643Z Compiling thiserror-impl v1.0.69
117352025-12-03T17:21:48.885Z Compiling icu_provider_macros v1.5.0
117362025-12-03T17:21:49.341Z Compiling thiserror v2.0.17
117372025-12-03T17:21:49.499Z Compiling zerocopy-derive v0.7.35
117382025-12-03T17:21:49.757Z Compiling pest v2.8.2
117392025-12-03T17:21:49.792Z Compiling zerofrom v0.1.4
117402025-12-03T17:21:49.972Z Compiling scroll_derive v0.12.0
117412025-12-03T17:21:50.105Z Compiling yoke v0.7.4
117422025-12-03T17:21:50.163Z Compiling clap_derive v4.5.47
117432025-12-03T17:21:50.619Z Compiling zerovec v0.10.4
117442025-12-03T17:21:50.931Z Compiling tabled v0.15.0
117452025-12-03T17:21:51.348Z Compiling scroll v0.12.0
117462025-12-03T17:21:51.489Z Compiling zerocopy v0.7.35
117472025-12-03T17:21:51.541Z Compiling thiserror v1.0.69
117482025-12-03T17:21:51.891Z Compiling goblin v0.8.2
117492025-12-03T17:21:52.613Z Compiling tinystr v0.7.6
117502025-12-03T17:21:52.728Z Compiling pest_meta v2.8.2
117512025-12-03T17:21:52.799Z Compiling icu_collections v1.5.0
117522025-12-03T17:21:53.170Z Compiling icu_locid v1.5.0
117532025-12-03T17:21:53.771Z Compiling clap v4.5.48
117542025-12-03T17:21:53.954Z Compiling serde_spanned v0.6.9
117552025-12-03T17:21:54.054Z Compiling toml_datetime v0.6.11
117562025-12-03T17:21:54.093Z Compiling dof v0.3.0
117572025-12-03T17:21:54.253Z Compiling pest_generator v2.8.2
117582025-12-03T17:21:54.319Z Compiling serde_tokenstream v0.2.2
117592025-12-03T17:21:54.683Z Compiling icu_provider v1.5.0
117602025-12-03T17:21:55.002Z Compiling toml_edit v0.22.27
117612025-12-03T17:21:55.118Z Compiling erased-serde v0.4.6
117622025-12-03T17:21:55.357Z Compiling serde-value v0.7.0
117632025-12-03T17:21:55.856Z Compiling icu_locid_transform v1.5.0
117642025-12-03T17:21:55.892Z Compiling cargo-platform v0.2.0
117652025-12-03T17:21:56.190Z Compiling serde-untagged v0.1.7
117662025-12-03T17:21:56.243Z Compiling macaddr v1.0.1
117672025-12-03T17:21:56.702Z Compiling pest_derive v2.8.2
117682025-12-03T17:21:57.132Z Compiling icu_properties v1.5.1
117692025-12-03T17:21:57.632Z Compiling dtrace-parser v0.2.0
117702025-12-03T17:21:58.076Z Compiling toml v0.8.23
117712025-12-03T17:21:59.177Z Compiling cargo_toml v0.21.0
117722025-12-03T17:21:59.706Z Compiling usdt-macro v0.5.0
117732025-12-03T17:21:59.746Z Compiling usdt-attr-macro v0.5.0
117742025-12-03T17:22:00.464Z Compiling icu_normalizer v1.5.0
117752025-12-03T17:22:01.032Z Compiling usdt v0.5.0
117762025-12-03T17:22:01.269Z Compiling idna_adapter v1.2.0
117772025-12-03T17:22:01.492Z Compiling idna v1.0.3
117782025-12-03T17:22:02.164Z Compiling url v2.5.4
117792025-12-03T17:22:02.995Z Compiling cargo-util-schemas v0.8.2
117802025-12-03T17:22:04.842Z Compiling cargo_metadata v0.21.0
117812025-12-03T17:22:06.905Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
117822025-12-03T17:22:11.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.10s
117832025-12-03T17:22:11.636Z Running `target/debug/xtask live-tests`
117842025-12-03T17:22:11.701Zusing temporary directory: /var/tmp/omicron_tmp/.tmpbK0uCg
117852025-12-03T17:22:11.701Zwill create archive file: /var/tmp/omicron_tmp/.tmpbK0uCg/live-tests-archive/omicron-live-tests.tar.zst
117862025-12-03T17:22:11.701Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
117872025-12-03T17:22:11.701Z
117882025-12-03T17:22:11.732Zrunning: /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/.tmpbK0uCg/live-tests-archive/omicron-live-tests.tar.zst"
117892025-12-03T17:22:15.500Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
117902025-12-03T17:22:15.525Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
117912025-12-03T17:22:15.589Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
117922025-12-03T17:22:15.613Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
117932025-12-03T17:22:15.653Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
117942025-12-03T17:22:15.677Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
117952025-12-03T17:22:15.716Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
117962025-12-03T17:22:15.740Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
117972025-12-03T17:22:16.458Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
117982025-12-03T17:22:16.482Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
117992025-12-03T17:22:16.483Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
118002025-12-03T17:22:16.551Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
118012025-12-03T17:22:17.421Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
118022025-12-03T17:22:17.625Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
118032025-12-03T17:22:18.710Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
118042025-12-03T17:22:19.110Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
118052025-12-03T17:22:19.215Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
118062025-12-03T17:22:24.794Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
118072025-12-03T17:22:24.794Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
118082025-12-03T17:22:35.256Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
118092025-12-03T17:22:35.256Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
118102025-12-03T17:22:37.150Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
118112025-12-03T17:23:21.553Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
118122025-12-03T17:23:22.452Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
118132025-12-03T17:23:27.057Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
118142025-12-03T17:23:27.970Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
118152025-12-03T17:24:20.870Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
118162025-12-03T17:24:24.224Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
118172025-12-03T17:25:08.885Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 54s
118182025-12-03T17:25:09.156Zinfo: experimental features enabled: setup-scripts
118192025-12-03T17:25:09.180Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpbK0uCg/live-tests-archive/omicron-live-tests.tar.zst
118202025-12-03T17:25:10.123Z Archived 79 files to /var/tmp/omicron_tmp/.tmpbK0uCg/live-tests-archive/omicron-live-tests.tar.zst in 0.96s
118212025-12-03T17:25:10.189Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpbK0uCg/live-tests-archive\""
118222025-12-03T17:25:10.213Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpbK0uCg" "live-tests-archive"
118232025-12-03T17:25:10.480Zcreated:
118242025-12-03T17:25:10.480ZTo use this:
118252025-12-03T17:25:10.480Z
118262025-12-03T17:25:10.480Z1. Copy the tarball to the switch zone in a deployed Omicron system.
118272025-12-03T17:25:10.480Z
118282025-12-03T17:25:10.480Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
118292025-12-03T17:25:10.504Z e.g., scp \
118302025-12-03T17:25:10.504Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
118312025-12-03T17:25:10.504Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
118322025-12-03T17:25:10.504Z
118332025-12-03T17:25:10.504Z2. Copy the `cargo-nextest` binary to the same place.
118342025-12-03T17:25:10.504Z
118352025-12-03T17:25:10.504Z e.g., scp \
118362025-12-03T17:25:10.504Z $(which cargo-nextest) \
118372025-12-03T17:25:10.504Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
118382025-12-03T17:25:10.504Z
118392025-12-03T17:25:10.504Z3. From the switch zone on that system, unpack the tarball with:
118402025-12-03T17:25:10.504Z
118412025-12-03T17:25:10.504Z tar xzf live-tests-archive.tgz
118422025-12-03T17:25:10.504Z
118432025-12-03T17:25:10.505Z4. From the switch zone on that system, run tests with:
118442025-12-03T17:25:10.505Z
118452025-12-03T17:25:10.505Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
118462025-12-03T17:25:10.505Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
118472025-12-03T17:25:10.505Z --workspace-remap live-tests-archive
118482025-12-03T17:25:10.505Z
118492025-12-03T17:25:10.505Z
118502025-12-03T17:25:10.505Zreal 3:34.163011653
118512025-12-03T17:25:10.505Zuser 8:24.689148724
118522025-12-03T17:25:10.505Zsys 1:11.981326008
118532025-12-03T17:25:10.505Ztrap 0.204601925
118542025-12-03T17:25:10.505Ztflt 0.399278277
118552025-12-03T17:25:10.505Zdflt 4.082908433
118562025-12-03T17:25:10.505Zkflt 0.000817856
118572025-12-03T17:25:10.506Zlock 26:30.548139939
118582025-12-03T17:25:10.506Zslp 36:11.846759338
118592025-12-03T17:25:10.506Zlat 51.362430020
118602025-12-03T17:25:10.506Zstop 45.810144398
118612025-12-03T17:25:10.506Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
118622025-12-03T17:25:10.506Z+ unset TMPDIR
118632025-12-03T17:25:10.506Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
118642025-12-03T17:25:10.506Zfiles in /var/tmp/omicron_tmp (none expected on success):
118652025-12-03T17:25:10.506Z+ find /var/tmp/omicron_tmp -ls
118662025-12-03T17:25:10.506Z164656 25 drwxr-xr-x 2 build build 2 Dec 3 17:25 /var/tmp/omicron_tmp
118672025-12-03T17:25:10.506Z+ rmdir /var/tmp/omicron_tmp
118682025-12-03T17:25:10.662Zprocess exited: duration 8320027 ms, exit code 0
 
118692025-12-03T17:25:10.746Zfound 3 output files
118702025-12-03T17:25:10.747Zuploading: /work/crate-build-timings.json (688765 bytes)
118712025-12-03T17:25:12.530Zuploaded: /work/crate-build-timings.json
118722025-12-03T17:25:12.530Zuploading: /work/environment.json (130 bytes)
118732025-12-03T17:25:13.624Zuploaded: /work/environment.json
118742025-12-03T17:25:13.624Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (490828 bytes)
118752025-12-03T17:25:15.104Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml